Published on16 April 2023Embrace "Let it break"!programmingphilosophyWe often get too obsessed building system that never breaks. It is equally important to expect parts of the system to break and fix it quickly!Read more →
Published on2 April 2023Compound Pattern - A different approachdesign-patternprogrammingfrontendCompound Pattern is very common in frontend React development. What if we apply same principles to the backend development?Read more →
Published on18 February 2023pydictableworkA simple, zero dependency, pure python schema validator and serializerRead more →
Published on22 January 2023Microservices to MonolitharchitecturesaaspythonMicroservices vs. Monolith is a never-ending war in the community of software engineers. My stand has always been, to do what ...Read more →
Published on22 August 2022Visitor design pattern and the applicationdesign-patternprogrammingDesign patterns are just a way of designing the process flow of the application so that it is easier for humans to understand, develop or enhance ...Read more →