Go Generics Guide: Type-Safe Programming & Data Structures

Comprehensive guide to Go generics: learn type parameters, constraints, and build generic data structures like stacks and linked lists. Explore functional programming patterns with generic Map, Reduce, and Filter operations for type-safe, reusable code.

July 7, 2025 · 9 min · Garry Chen

C++ STL Containers Guide: Vector, List, Deque Performance

Complete guide to C++ STL containers: vector, list, deque, queue, stack with memory layouts, performance tips, and usage examples.

June 20, 2025 · 9 min · Garry Chen