Creating a To-Do list Inside of Google Sheets Many people struggle to find the perfect place to organize tasks and plan out their days. Using multiple apps to take notes and create to-do lists can get messy and confusing. Spreadsheet applications like Google Sheets...
How To
Allcode has a wide range of experience in everything from project management and communication to DevOps in the cloud. Occasionally we write how to guides that take you step by step through problems we’ve solved.
5 Tips to Stay Safe Online
5 Tips to Stay Safe Online Over the past decade, the fabric of daily life has become interwoven with smartphones, social media, and the apps that make rapid-fire technological innovations feel indispensable. These device-driven distractions create a blur of browsing...
How to Export GitHub Issues to Excel Easily
Follow these easy steps to learn how to export your GitHub issues to Excel quickly, easily, and without spending money on software.
How to display a report parameter label field in a Microsoft Visual Studio Report
While working on a client issue today, I ran into an issue when I was trying to display a report label parameter in a Microsoft Visual Studio report.For this client, we use Microsoft SQL Server Reporting Services to deliver real-time reports. We leverage the Report...
Demo iOS Mobile Apps using QuickTime
Demoing iOS Mobile Apps using QuickTime is actually more complicated than it should be when you have multiple iOS Cloud accounts and multiple MacBook laptops. The first problem that I invariably encounter when I'm connecting my iPhone to my MacBook via a lightning...
How to connect to an AWS DocumentDB from a Kubernetes Pod
If you're using AWS DocumentDB with Kubernetes and you want to connect to your DocumentDB cluster, you'll first need to configure your AWS and Kubectl command line interfaces. You can learn how to use the AWS CLI and Kubectl here. After you're able to connect to your...
Troubleshooting and migrating your secured AWS DocumentDB inside Kubernetes
In this article, we explain a few tools to manage your AWS DocumentDB inside Kubernetes. 1) Launching a MongoDB client pod to connect to AWS DocumentDB Using the following command kubectl run -i --rm --tty mongo-client --image=mvertes/alpine-mongo --restart=Never...
How to connect to a VPN on Mac OS X with OpenVPN, Tunnelblick, and DUO
How to connect to a VPN on Mac OS X with OpenVPN, Tunnelblick, and DUO Download Tunnelblick. - http://tunnelblick.net/downloads.html (stable version is advised) Install Tunnelblick.Launch TunnelblickDrop the opvn configuration file provided by your system...
How to Downgrade Chrome on Windows 10 Pro
Google Chrome rolled out an update today that broke the WebCam integration for one of our clients, which required us to downgrade Chrome on a number of machines. Unfortunately, we were not able to find a good tutorial on how to downgrade Chrome. Hence, we put together...
Remove the User Cassandra from DataStaxApache Cassandra Installations
Whenever you're installing a new DataStaxApache Cassandra cluster, you need to remember to remove the user cassandra. We've seen this at a couple of customer installations now. If you do not change the user cassandra or at least alter the roles for the user cassandra....