Writing & Speaking
A collection of my technical articles published on Medium, DEV, and Bit.dev, alongside my YouTube tutorials and conference talks.
FromtheBlog
Thoughts on cloud-native development, architecture, and engineering practices

Scaling Like Amazon & Uber: PostgreSQL Replication Explained with a Hands-On Demo
Learn how large-scale systems like Amazon and Uber handle thousands of writes and millions of reads using PostgreSQL replication. Includes a complete Docker Compose setup with 1 primary and 2 replicas.

Message Distribution Architecture with GCP Pub/Sub: A Hands-On Node.js Demo
Build scalable message distribution systems using Google Cloud Pub/Sub. Complete guide with Node.js examples for implementing event-driven architectures.

How to Build an Image Content Moderation System with AWS
Step-by-step guide to building a serverless content moderation system using AWS services including Rekognition, Lambda, S3, API Gateway, and SQS. Includes architecture diagrams and best practices.
Videos
Tutorials, talks, and insights on cloud-native development