Skip to main content
Back to Home

Thoughts on Architecture

Insights on software engineering, design patterns, and building scalable systems.

Mar 15, 2024Development

Sharing Data Between React Components Using Props vs the Context API

A comprehensive guide on when to use Props vs Context API for state management in React applications.

8 min readRead Article
Feb 04, 2026Development

How to Create a Scroll Based Image Sequence Animation in Next js 15 Using Blender

In this tutorial, I’ll show you how to create a smooth scroll-based image sequence animation using Next.js 15 (App Router) and image frames rendered from Blender.

5 min readRead Article
Feb 04, 2026Development

Automate Your Next.js Workflow: GitHub Actions and Vercel

Tired of manually deploying your Next.js projects? In my latest YouTube tutorial, I’ll walk you through setting up CI/CD with GitHub Actions to automate code checks and deploy seamlessly to Vercel!

5 min readRead Article
Feb 04, 2026Development

A Complete Guide to Versioning in package.json

Understanding Semantic Versioning (SemVer) and how to manage your project's versioning effectively using npm and Git.

5 min readRead Article

More articles coming soon...