Blog
-
Hono Framework Guide | Ultra-Fast Edge Web Framework
Build APIs on Cloudflare Workers, Deno, and Bun with Hono.
-
Prisma Complete Guide | Schema· Queries
Master Prisma ORM for Node.js and TypeScript.
-
C++ Barrier & Latch — Complete Guide
Implement thread synchronization with C++20 std::barrier and std::latch.
-
JavaScript Design Patterns | Singleton· Factory
JavaScript design patterns: Singleton, Factory, Observer patterns.
-
Python REST APIs | Build API Servers with Flask and Django
Design RESTful APIs in Python: HTTP verbs, resource URLs, Flask CRUD examples, Django REST Framework, JWT auth, error handling, and production-minded tips.
-
TypeScript Complete Guide — Type System, Inference, Compiler
Type system architecture, structural vs nominal behavior, how inference works, parse/bind/check/emit, TypeScript 5 features, and production-grade.
-
Graph Data Structure | Adjacency List· Matrix
Complete guide to graph data structures for coding interviews. Master adjacency list, adjacency matrix, BFS, and DFS with principles and code examples.
-
Kotlin Coroutines vs Threads | Concurrency Model· Cost
Complete comparison of Kotlin coroutines and OS threads: lightweight concurrency, memory overhead, scheduling, structured concurrency, Dispatchers.
-
C++ Algorithm Permutation | 'Permutation Algorithm' Guide
Generate lexicographic permutations with C++ next_permutation and prev_permutation. Explains sort-then-loop pattern and brute force/practical usage.
-
How to Read C++ Template Error Messages: GCC, Clang Guide
Decode C++ template errors effectively. Learn to read compiler messages, understand SFINAE notes, and use C++20 concepts to shorten error output.