Cloud Articles

picture of a schoolboy with Lee's face excited about a thing
Artificial Intelligence | 12 min read

Terraform: Creatine for Your AI-Assistant

I love software engineering because it lets me create new things every single day. As a programmer, I get to conjure novel solutions to problems I’ve never encountered before – manipulating chaos is my jam. For months, I stubbornly resisted tools like Cursor, Cline and Windsurf. Why? Because I’m passionate about programming and worried these […]

tech team collaborating in planning session on the floor with a marker
Cloud | 3 min read

Cloud Migration: Three Big Considerations Before Getting Started

“Cloud Migration” is one of the buzziest topics right now (aside from Generative AI). When we talk to our customers about migrating to the cloud, we want to help them make sure we’re all on the same page about the risks and benefits before we go headlong into that kind of effort. Our makers LOVE […]

The Power of Power BI
Cloud | 17 min read

Level Up Your Data with Custom Power BI Charts

This article was co-written by Jeremy Jarvis and Dante LaRocca. In our data-driven world, businesses rely on understanding the data that drives them. This involves visualizing data in a clear and digestible way, enabling them to make informed decisions. Even if the data is rich and accurate, the visuals must be carefully designed to surface […]

digital cloud showing electronic connection imagery
Cloud | 5 min read

Is a Lift and Shift Migration the right fit for your cloud project?

Picture this: Your team has been wrangling databases, applications, and web servers hosted and run on hundreds of VMs for years now. You have workarounds for some of the most egregious limitations, but alas… you know the time has come to replace your VMs with cloud hosting. You know that the inefficiencies and security concerns […]

Cloud | 4 min read

Using Azure Functions to Deliver REST API: A Step-by-Step Guide, 2/2

This is a follow-up to my previous post about hosting a simple React App in Azure, and now we’ll cover using Azure Functions to deliver REST API. I would like to begin with the caveat that both posts are meant to be used as steps to deploy to Azure as quickly as possible. Production-level apps […]

Cloud | 6 min read

Hosting a React Web App in Azure with CI/CD in Five Easy Steps

There are a few blog posts out there that already show you how to host a React web app in Azure, but since I encountered a few issues, I thought I’d document what worked for me. These are the very simple steps I followed to set up my web app in Azure, with continuous integration […]

Shift Key
Cloud | 13 min read

Check Out Automated Testing for CloudFormation Templates That’s Not Boring

tCloudFormation is a powerful tool that allows you to define your AWS infrastructure as code. And like any piece of software, testing is an important part of the software development lifecycle. This is especially important when practicing continuous delivery or continuous deployment. In this post, I present a working example of a CI/CD pipeline for […]

Cloud | 12 min read

Total Cost of Ownership: Choosing Between On-Premise vs. Hybrid / Pure Cloud

Inconsidering a deployment strategy a new development effort, two potential solutions should be evaluated: Deployment of software on client-controlled hardware residing on the corporate intranet A Cloud-based approach using Amazon Web Services Both approaches have their pros and cons and I’ll outline those in this post, but let’s start with a real client example first: […]

Cloud | 8 min read

Success! 🙌 Finishing the Migration from Heroku CI to Jenkins on AWS

In Migrating from Heroku CI to Jenkins on AWS – Part One, I went into depth about our migration. We containerized our CI/CD using Amazon Elastic Container Service (ECS) and the Amazon EC2 Container Service Plugin for Jenkins. This allowed us the flexibility of defining all of the required types of build agents as different […]

Cloud | 7 min read

How to Migrate from Heroku Continuous Integration (CI) to Jenkins on AWS Like a Pro

In a recent blog post, I spoke about a migration from Heroku to AWS. I discussed the solution that Todd Trimble and I did for a client project. If you are interested in the backstory of this migration, you should check that out. In this post, I would like to dive into what we did […]

close up of hands typing on a keyboard
Cloud | 2 min read

How to Evaluate if You Need to Move from Heroku to AWS

In June of 2017, I was asked to evaluate AWS for one of our major client programs. The client was utilizing Heroku for their Cloud solution and at our urging, as well as other external influencers, leaning more toward AWS. We needed to determine if they should move from Heroku to AWS. We set up […]

Cloud | 4 min read

Load Balancing with Nginx and Docker

The previous post showed how to use Nginx as a reverse proxy to an ASP.NET Core application running in a separate Docker container. This time, I’ll show how to use a similar configuration to spin up multiple application containers and use Nginx as a load balancer to spread traffic over them. Desired architecture The architecture […]