Author: Eric Wilson

Eric Wilson

Eric Wilson

Eric Wilson is a software engineer and cloud architect with expertise in AWS, Docker, and modern web development.

Posts by Eric Wilson

CloudFront Routing: SPAs vs Static Site Generation

CloudFront Routing: SPAs vs Static Site Generation

When deploying modern web applications to CloudFront, the routing strategy you need depends entirely on your application architecture. Get it wrong, and your users will see the homepage when they refresh /about. Get it right, and everything just works.

Read more
CI/CD for AWS CDK with GitHub Actions

CI/CD for AWS CDK with GitHub Actions

Automate your infrastructure deployments directly from your source control. This guide provides a complete workflow for setting up a GitHub Actions pipeline to build, test, and deploy your AWS CDK stacks.

Read more
FastAPI on AWS: Choosing Between Lambda and Fargate

FastAPI on AWS: Choosing Between Lambda and Fargate

FastAPI is a modern, fast web framework for building APIs with Python. When deploying to AWS, two popular choices are Lambda and Fargate. This article explores the pros and cons of each, helping you decide which is the right fit for your next project.

Read more
IaC in 2024: Terraform vs. AWS CDK

IaC in 2024: Terraform vs. AWS CDK

An objective comparison between two leading Infrastructure as Code (IaC) tools, Terraform and the AWS CDK. Learn the pros and cons of each to decide which is right for your team.

Read more
What's New in C# 11

What's New in C# 11

A look at the key features introduced in C# 11 with the release of .NET 7, including raw string literals, generic math, and required members, and how they improve the developer experience.

Read more
Observability with AWS Lambda Powertools for Python

Observability with AWS Lambda Powertools for Python

Elevate your serverless applications with AWS Lambda Powertools for Python. This guide introduces the three core utilities—Tracer, Logger, and Metrics—for implementing structured logging, distributed tracing, and custom metrics.

Read more
Python 3.11: A Leap in Performance

Python 3.11: A Leap in Performance

Python 3.11 is one of the most significant releases in the language's history, bringing major performance improvements. We dive into what makes it faster and why you should upgrade.

Read more
The Generative AI Revolution of 2023

The Generative AI Revolution of 2023

A look back at 2023, the year generative AI went mainstream. We explore the impact of groundbreaking models like GPT-4 and the explosion of AI-powered tools that changed the tech landscape forever.

Read more