Application architecture design template
reddit.com·11h·
Discuss: r/programming
Flag this post

New to the subreddit and a novice engineer self studying to build software using AI tools like Codex.

I’ve been largely focusing on application architecture design as I’ve come to realize that AI coding tools by frontier labs are becoming quite capable (e.g. Codex, Claude Code).

In doing so, I’ve been wrestling with developing a standard application architecture design (AAD) template that I can use for my app. It’s a software asset management tool and is based on the following design: modular monolith, domain driven design with hexagonal layers (ports and adapters).

The AAD template is spec’d for a single bounded context and I tweak it each time I move on to building a new bounded context. I’ve attached the template for reference in case you’re interested in seeing what I h…

Similar Posts

Loading similar posts...