Rust Systems Programming Guide
A comprehensive reference covering ownership, borrowing, and lifetimes from first principles. Includes async runtimes with Tokio, error handling patterns, and building production-grade HTTP services with Actix-Web.
Flutter Architecture Patterns
Deep-dive into scalable Flutter app architecture. Covers Riverpod state management, feature-first folder structure, dependency injection, and building reusable widget systems with proper separation of concerns.
Vanilla JS — Beyond the Basics
An opinionated guide to writing maintainable JavaScript without frameworks. Event delegation, custom element patterns, the Intersection Observer API, Web Workers, and performance profiling in the browser.
C++ Competitive Programming Notes
Curated notes from years of competitive programming. Covers segment trees, graph algorithms, dynamic programming optimisations, and STL internals with annotated solutions to classic problems.
UI Design Systems from Scratch
A practical walkthrough of building a design system in Figma and translating it to CSS custom properties. Covers token naming conventions, component variants, dark mode strategy, and handoff workflows.
Database Internals & Query Design
Internals of MySQL, MongoDB, ScyllaDB, and SQLite explained side by side. Covers indexing strategies, query planning, schema design trade-offs, and when to reach for each engine in a production stack.
No docs found for this category.