Tag: #design-patterns
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 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#behavioralPython Best Practices & Advanced Patterns Guide — Write Python Like a Pro
Best practices for writing cleaner, more efficient Python. From type hints and design patterns to async programming, profiling, and packaging.
2026-04-12 · 15 min read #ai#python#best-practices#advanced#design-patternsAdvanced TypeScript Patterns Mastery: From Generics to Type Gymnastics — 2025 Practical Guide
Master the advanced type system of TypeScript 5.x. Conditional Types, Mapped Types, Template Literal Types, Branded Types, Zod schema validation, tRPC type-safe APIs — 30 type gymnastics exercises on the path to senior d
2026-03-23 · 29 min read #typescript#generics#type-system#design-patterns#advancedDesign 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#observerClean Architecture Complete Guide: From SOLID to Hexagonal, DDD, and Layered — Design Principles for Senior Engineers
A comprehensive comparison of Uncle Bob's Clean Architecture, SOLID principles, Hexagonal (Ports & Adapters), DDD, and Layered Architecture with real-world code examples. The complete software design principles guide for
2026-03-22 · 33 min read #clean-architecture#solid#hexagonal#domain-driven-design#design-patternsLLM Agent Design Patterns: From ReAct to Multi-Agent Orchestration
ReAct, Chain of Thought, Plan-and-Execute, Reflection, Tree of Thoughts — a practical breakdown of which LLM agent design pattern to use and when, from an engineer who has built them in production.
2026-03-18 · 9 min read #ai-agent#react#llm#design-patterns#ai-development