Ttechygrrrlinblog.techygrrrl.stream·6d ago · 5 min readI made a video editor with mediabunny, a library that AI thinks doesn't existAbout 2 days ago, I learned that you can use web APIs to edit video. In the past, I've used ffmpeg, which is an amazing open-source cross-platform command line tool that pretty much every company uses54JINN
ASAman Singhinamanksinghin.hashnode.dev·6d ago · 7 min readSetting Up Your Next.js App the Right WayThere's a version of "setting up Next.js" that takes thirty seconds: run create-next-app, done. And for a weekend project, that's genuinely all you need. But we're building a SaaS meant to live for ye00
RSRuvarashe Shalom Nemarambainruva.hashnode.dev·Jul 19 · 6 min readBuild Your Brand: Portfolio Website CreationWe live in a time where almost everything we do online adds up to our personal brand. From LinkedIn posts to GitHub commits, every digital interaction tells a story. For developers, one of the most po10
UKUbeydullah Keleşinubeyd.dev·Jun 30 · 8 min readThe Savings Plan That Rewrites ItselfI built Akluma for a simple, selfish reason. I wanted to save money, and I wanted something that would hold me to it. It is a Laravel application — PHP and Blade on the back end, Alpine.js and Tailwin00
ADAvishek Dhimalinpalettecss.hashnode.dev·Jun 28 · 2 min readHow to Add a Custom Color Palette to Tailwind in 2 MinutesTailwind's default palette is great — which is exactly the problem. Every Tailwind site reaches for blue-500 and gray-800, so they all start to look the same. A custom palette fixes that, and it takes00
USUsman Sheikhinbrokstack.hashnode.dev·Jun 25 · 7 min readHow we hit 100/100 Lighthouse on a real estate site (and why most are stuck at 30-50)Most Dubai real estate websites I audit score 30-50 on mobile Lighthouse. The category average is bad — heavy image carousels, three different chat widgets, a CRM tracker, an analytics tag, a heatmap 00
SMSyed Muhammad Aliindevstacked.hashnode.dev·Jun 17 · 15 min readBuild a Todo App with Next.js 16 and Supabase (2026 Guide)In this guide, we’ll build a production-ready Todo App using: Next.js 16 Supabase TypeScript Tailwind CSS Server Actions Authentication Row Level Security (RLS) This tutorial focuses more on logic a00
ADAvishek Dhimalinpalettecss.hashnode.dev·Jun 16 · 3 min readA Frontend Dev's Guide to CSS Gradients & Color Palettes (with copy-paste code)How to pick colors, build a palette with CSS variables, and ship modern gradients in CSS and Tailwind — without a design degree. As developers, we can build the entire app — auth, database, deploy — a00
SMSyed Muhammad Aliindevstacked.hashnode.dev·Jun 13 · 14 min readSaaS Starter Architecture with Next.js 2026You've got the idea. You're pumped. You open your terminal, run npx create-next-app, and then... you stare at a blank page.tsx wondering — where do I even begin? This is the silent killer of SaaS proj00
SKShubham Kumar Singhinblog.realdev.club·Jun 4 · 39 min readBuilding a Paytm-Style Payments Frontend with React, TanStack Router, React Query, and Shadcn UIPrerequisites Before building the frontend application, I already created the backend for this project. The backend is a Paytm-style payment system built with Bun, TypeScript, Express, MongoDB, JWT au00