The proposed theme is applying design and architectural patterns in TypeScript, with a focus on practical lessons from real production systems.
Topics could include:
- SOLID principles in TypeScript
- Clean architecture
- Hexagonal architecture, ports, and adapters
- Domain-driven design
- How these patterns help teams build maintainable, testable, and scalable TypeScript applications
- Why code structure matters even more in agent-driven development
- How to design TypeScript codebases that AI agents can better understand, modify, and extend