Tag: #gof
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Design Patterns Modern Guide 2025: GoF Patterns + Modern Patterns in TypeScript/Python/Go
Everything about design patterns! GoF 23 patterns in TypeScript/Python/Go — Creational (Factory/Builder/Singleton), Structural (Adapter/Decorator/Proxy/Facade), Behavioral (Strategy/Observer/Command/State), Modern Patter
2026-04-14 · 30 min read #design-patterns#gof#creational#structural#behavioralDesign Patterns 2025 Practical Guide: Reinterpreting GoF 23 Patterns in Modern Languages (TypeScript/Python/Go)
Reinterpreting all 23 GoF design patterns in TypeScript, Python, and Go! Modern implementations of Creational (5), Structural (7), and Behavioral (11) patterns, real-world use cases, anti-patterns, and the TOP 10 intervi
2026-03-23 · 21 min read #design-patterns#gof#singleton#factory#observer