// BLOG

Articles & Tutorials

Thoughts, tutorials, and insights on web development, mobile apps, and cloud architecture

Jan 15, 2024 8 min read

Building Scalable APIs with Next.js 14 and Server Actions

A deep dive into the new Server Actions API and how to leverage it for building performant backends.

Next.js Tutorial
Read article →
Dec 28, 2023 12 min read

Docker Best Practices for Production Node.js Apps

Learn how to optimize your Docker images, implement multi-stage builds, and secure your containers.

Docker DevOps
Nov 10, 2023 6 min read

Mastering TypeScript Generics: A Practical Guide

From basic concepts to advanced patterns — become proficient with TypeScript generics.

TypeScript
Oct 22, 2023 5 min read

Why I Switched from Redux to Zustand

A comparison of state management solutions and why simpler might be better for most projects.

React State
Sep 15, 2023 4 min read

5 VS Code Extensions Every Developer Needs

Boost your productivity with these essential VS Code extensions I use daily.

Tools Tips
Aug 30, 2023 10 min read

Understanding the React Server Components Model

A mental model for thinking about server and client components in modern React apps.

React RSC