MicroServices and Traceability
How to trace features across MicroServices using user-centric stories, architecture diagrams, and working backwards from UI to APIs and schema.
Monolith to MicroServices: Where do we begin?
Logical reasoning on where to begin restructuring a Monolith to MicroServices based on your needs, mapping business problems to architectural decisions.
Cutting stories for MicroServices
How to write user stories for microservices architecture that maintain business context and traceability across services instead of treating architecture components as personas.
Debugging apache mod_proxy_balancer
Below are some notes that I made while debugging mod_proxy_balancer. I had to set it up in a hurry when I realized that Amazon Elastic Load Balancer I was...
Subdomains, pretty urls and some config
This post sort of collates information about using subdomains to make your urls look much nicer. Say suppose you are building a tumblr like service, then...