Last week, I launched my first micro-SaaS: LudumLanding, a landing-page generator for indie game developers. It’s built using Astro, Clerk, Appwrite, and Stripe - https://LudumLanding.com This post is an honest look at the tech stack, the challenges,...

Ever copy-paste the same snippet for the hundredth time, that you just hated it? We’ve all been there—digging through old projects, Slack threads, or random gists just to grab that one regex or API helper. Meanwhile, sharing snippets with teammates? ...

If you’ve built or used any software in the past few years, you’ve probably noticed something - apps aren’t just about individual users anymore. From collaboration tools to e-commerce platforms, people expect to work together, share resources, and ma...

Disclaimer: This is not a tutorial. This is a DevOps survival story. Bring snacks. 🚀 Phase 2 Begins: "Let's Deploy Something Real!" After weeks of DevOps theory, CLI rituals, and nodding at diagrams like I understood them, I decided: it’s time. Tim...

What started as a simple login flow became a two-day mystery. Here’s how I finally cracked the code, and what you need to know to avoid the same mess. 🚀 The Setup: FxLens + Expo + Appwrite I’m building FxLens, an AI-powered forex trading assistant b...

In the first part of this tutorial, we covered a lot about React Router and explored its declarative(library) mode. We started by setting up React Router's library mode, then built routes and components along with links and navigation. Then did somet...
