Hacker News new | ask | show | jobs
by uber1geek 1145 days ago
I am big fan of django's apps model ... what I like to call a "Modular Monolith".

Being an early engineer at most of my stints, I have build and scaled multiple startups using the approach and it has never failed me, the pitfalls of micro-services is not worth it unless absolutely necessary.

I always made it a point to group by business-logic rather than separate at whatever curve ball "new-tech" throws at me.