#architecture
Read more stories on Hashnode
Articles with this tag
Yes, as more and more companies embrace Continuous Deployment, feature flags platform are becoming much more popular. I love feature flags, it’s one...
Sometimes, when we have a hammer, everything is a nail. When we have Kubernetes, we want to deploy everything on it. Is it really worth deploying a...
Security is complicated. It’s very difficult to get right. Building your own authentication system can be a bad idea. Building your own secret store...
True monoliths are difficult to change. But, difficult change is bigger than overcoming spaghetti code. Ask yourself, if you were modifying a couple...
Yesterday, I spoke about the value of making architectural decisions to aid agility. Agility requires high deployment frequency (deployments to...
When we think of software architecture, we often think of aspects like the type (e.g. N-tier, onion, etc.), patterns, approaches (e.g. DDD),...