Blog
-
HTMX Complete Guide | Hypermedia, AJAX Without JavaScript
Build modern web apps with HTMX — no JavaScript framework required. Covers hx-get, hx-post, hx-swap, infinite scroll, WebSockets, and server integration.
-
HTTP Protocols Complete Guide | HTTP/1.1, HTTP/2, HTTP/3, WebSocket & QUIC
Master HTTP protocols from 1.1 to 3. Covers HTTP/1.1 limitations, HTTP/2 multiplexing and server push, HTTP/3 and QUIC, WebSocket for real-time communication, SSE, and practical performance implications.
-
Husky Complete Guide | Git Hooks for Linting, Formatting, and Commit Standards
Automate code quality with Husky git hooks. Covers pre-commit linting with lint-staged, commit-msg validation with commitlint, pre-push testing, and CI integration.
-
Immer Complete Guide | Immutable State Made Easy
Complete Immer guide for immutable state updates. Learn produce, patches, auto-freezing, and writing clean immutable code with mutable-style syntax in JavaScript.
-
Inngest Complete Guide | Event-Driven Background Jobs and Workflows
Run reliable background jobs and multi-step workflows with Inngest. Covers functions, events, step functions, retries, fan-out patterns, AI workflows, and deployment with Next.js and Node.js.
-
JavaScript var vs let vs const | Scope, Hoisting, and When to Use Each
Compare JavaScript var, let, and const: function vs block scope, hoisting, TDZ, reassignment, and practical rules—plus ESLint settings and common mistakes.
-
JavaScript Design Patterns | Singleton, Factory, Observer Patterns
JavaScript design patterns: Singleton, Factory, Observer patterns. Learn principles, code implementation, and practical applications with real-world exa...
-
Jest Complete Guide | JavaScript Testing, Mocking, Coverage & Snapshot
Master Jest for JavaScript and TypeScript testing. Covers test suites, matchers, mock functions, module mocking, spies, snapshot testing, code coverage, async testing, and CI integration.
-
Jest Testing Guide | Unit Tests, Mocks, Snapshots, Coverage & React
Hands-on Jest guide: matchers, async tests, mocks, React Testing Library, snapshots, coverage thresholds, runner architecture, and CI patterns.
-
Jotai Complete Guide | Primitive Flexible React State Management
Complete Jotai guide for React state management. Learn atoms, derived state, async patterns, and building scalable applications with this minimalist library.