LOADING BASE0%
Portfolio Logo

The Blog.

Thoughts on software engineering, creative design, and everything in between.

All Posts

9 posts
cssrantfrontend

Things I Hate About CSS

A developer's honest take on the state of CSS in 2026, and why Tailwind v4 is finally the saving grace we needed.

ReactNext.jsServer ActionsFull-Stack

Understanding Server Actions in Next.js 14+

Eliminate API routes natively. Best patterns for form mutations, error handling, and parallel revalidation with Next.js Server actions.

SEOPerformanceReact

Optimizing Core Web Vitals for React Applications

LCP, FID, CLS explained. Step-by-step techniques to score 100 on Lighthouse using code splitting, edge caching, and semantic HTML.

TypeScriptArchitectureEngineering

TypeScript Advanced Patterns for Scalable Startups

Stop writing 'any'. Explore advanced generics, conditional types, and schema validation with Zod to bulletproof your React/Node.js stack.

ExpoReduxReact NativeMobile

Building Real-Time Social Platforms with Expo and Redux

Learn how XRide Labs built 'Zoomies', handling real-time map data, Redux state slices, and Expo Router to deliver native performance.

Next.jsReactFrontendPerformance

Mastering Next.js 14 App Router: A Full-Stack Engineer's Guide

Deep dive into Server Components, Server Actions, and optimizations in Next.js 14 for creating high-performance, SEO-friendly applications.

SupabaseFirebaseDatabaseBackend

Supabase vs Firebase for React Apps in 2026

Why modern frontend developers are migrating to Supabase. An objective comparison on PostgreSQL advantages, typed clients, and realtime subscriptions.

SecurityOAuthNext.jsAuthentication

OAuth 2.0 & JWT Best Practices with NextAuth

How to properly secure a Next.js application, deal with refresh token rotation, and enforce Role-Based Access Control securely.

BackendArchitectureMicroservices

Microservices vs Monoliths: A 2026 Perspective

Are you over-engineering? A look into Trpc, gRPC, monolithic architectures vs decoupled microservices for fast-growing platforms.