The latest from my blog

Straight-to-the-point insights and practical advice on Python, TypeScript, and all things full-stack.

Zero-Downtime Deployments for Node.js Applications: A Step-by-Step Guide with AWS ECS and Terraform
Terraform

Zero-Downtime Deployments for Node.js Applications: A Step-by-Step Guide with AWS ECS and Terraform

Deploying updates to a live application can be risky, especially if downtime affects user experience. This guide will walk you through setting up zero-downtime deployments for a Node.js application using AWS ECS (Elastic Container Service) and Terraform. We’ll explore setting up an ECS cluster, deploying a Node.js app with Docker, and using Terraform to manage the infrastructure.

Learn the strategy of increasing your site traffic by writing less content
SEO
Blogging

Learn the strategy of increasing your site traffic by writing less content

One of the major pain point of blogging/marketing is not getting enough traffic to the site. It can be either blogging or content marketing for your product. But SEO is an important marketing strategy for a long term game. Here we are going to Learn the strategy of increasing your site traffic by writing less content

Handling File upload in Event driven architecture
Serverless
AWS

Handling File upload in Event driven architecture

Explore how event-driven architecture with AWS can improve file uploads, reduce failures, and boost efficiency in our latest guide. Perfect for developers seeking reliable cloud solutions