software-architecture
Check out the blog for all posts.
How Small Changes Can Drive Big Results Without Blocking the Business
Software serves the business, not the other way around. Yet many technical teams struggle to balance improving their code with...
Read article →
HTTP Client Factory Code Refactoring
I’m working on a Proxy/Adapter project, which we’ll call “Banana.” Banana is developed in TypeScript and uses Axios for HTTP...
Read article →
PHP Real-world use cases of singleton design pattern
The singleton pattern ensures that a class has only one instance and provides global access to it. Okay, many developers...
Read article →