Blog Posts
Long-form write-ups on AWS, DevOps and Infrastructure as Code. The kind of post you read once, then come back to with a terminal open.

Becoming an AWS Pro: A Deep Dive into Amazon Elastic Container Service
- AWS
- Cloud Computing
- 13 Oct, 2023
- 05 Mins read
Introduction If you're working on container orchestration on AWS, Amazon Elastic Container Service (ECS) is worth understanding well. This guide covers ECS in depth and answers the most common que

Building a Code Generative AI Model
- Artificial Intelligence
- Machine Learning
- 29 Aug, 2023
- 04 Mins read
Introduction Automation is a core part of software engineering. Code Generative AI now makes it possible to have an AI write code for you. In this article, we'll build a Code Generative AI model f

Understanding Generative AI in Depth
- Artificial Intelligence
- Generative AI
- 25 Aug, 2023
- 05 Mins read
Introduction Artificial intelligence keeps changing fast, and senior software engineers need to keep up with emerging technologies. One technology that has gotten a lot of attention in recent year

The ORM Dilemma: To Use or Not to Use
- Backend Development
- Node.js
- 24 Aug, 2023
- 06 Mins read
Introduction Some decisions shape a project more than others. One that keeps coming back is whether to use an Object-Relational Mapping (ORM) tool for database interactions. Should you skip an ORM

Caching Strategies with Redis in Node.js and TypeScript
- Backend Development
- Caching
- 23 Aug, 2023
- 06 Mins read
Introduction Optimizing application performance is an ongoing job, and caching is one of the most effective ways to do it. Redis, a fast in-memory data store, is a common choice for caching in Nod

Scaling Up, Staying Strong: Hands-On AWS CloudFormation Techniques for Building Resilient and Scalable Systems
- AWS
- Cloud Computing
- 02 Jun, 2023
- 04 Mins read
Introduction Building resilient and scalable systems matters for businesses that need to meet growing demand and maintain high availability. Cloud native architecture, combined with the capabiliti

Best Practices for Infrastructure Automation in a Cloud Native AWS Environment
- AWS
- Cloud Native
- 22 May, 2023
- 02 Mins read
Introduction Infrastructure automation is core to running a cloud native AWS environment well. This post covers the best practices for security and compliance, CI/CD pipelines, monitoring and scal

Orchestrating Infrastructure with Terraform
- Terraform
- Infrastructure as Code
- 22 May, 2023
- 03 Mins read
Introduction Terraform is a tool for infrastructure orchestration that lets you create and manage infrastructure across multiple cloud providers. With Terraform, you provision resources on AWS by