Posts
All the articles I've posted.
The Perils of Premature Abstraction: When Code Duplication Isn't a Problem
Posted on:December 17, 2024 at 10:52 PM (5 min read)Understanding why abstracting and centralizing duplicated code too early can be restrictive and how to avoid premature abstraction.
Maximizing application performance by optimizing HTTP and Database operations
Posted on:July 26, 2024 at 02:19 PM (6 min read)Understanding why reducing and optimizing HTTP and Database calls is the most efficient way to improve application performance, with practical tips and examples.
Deploy a Full-Stack Application on DigitalOcean App Platform with Terraform
Posted on:June 2, 2024 at 06:05 PM (12 min read)Learn how to easily deploy a scalable, cost-effective full-stack application on DigitalOcean App Platform using Terraform with full control using docker. Perfect for developers looking for easy and cheap cloud deployment.