Built with Next.js, MDX & Tailwind CSS

Write, Share, and Learn Together

A modern developer blog focused on high-quality technical content. Explore articles on web development, TypeScript, React, and modern software engineering practices.

MDX Powered

Write in Markdown with React components. Embed interactive examples and rich content seamlessly.

Blazing Fast

Static site generation for instant page loads. Optimized for performance and SEO out of the box.

Beautiful Code

Syntax highlighting with line numbers, line highlighting, and a gorgeous dark theme for code blocks.

Recent Articles

The latest posts from the blog

View all
May 10, 2026·3 min read

Getting Started with Next.js App Router

A comprehensive guide to building modern web applications with Next.js App Router, including server components, layouts, and dynamic routing.

Next.jsReactWeb Development
May 8, 2026·4 min read

Mastering TypeScript Generics

Deep dive into TypeScript generics — from basic concepts to advanced patterns like conditional types, mapped types, and template literal types.

TypeScriptProgrammingWeb Development
May 5, 2026·4 min read

Building a Design System with Tailwind CSS

Learn how to create a scalable, consistent design system using Tailwind CSS — from design tokens to reusable components and documentation.

CSSTailwindDesign Systems