#software-engineering
Read more stories on Hashnode
Articles with this tag
Software architecture is about making key decisions that will impact how you can make decisions in the future. It's about giving yourself options at...
Should you delete records from your database or instead use a soft delete? · Should you delete records from your database or instead use a soft delete? I...
What's the sidecar pattern? If you have services using different languages, you can have a common API and abstractions for shared concerns. · What is the...
The world is asynchronous. A lot of the workflows and business processes you encounter out in the world are long-running and driven by asynchronous...