PinnedAli Zeynalli·Jan 27, 2022Managing Architecture Debt with Dependency Structure MatrixTechnical Debt is a hot topic in all software development projects that over time gets more sophisticated as source code grows gradually…A response icon2A response icon2
PinnedAli Zeynalli·Jan 17, 2022Hexagonal Architecture Pattern with Spring Boot exampleHexagonal Architecture, firstly introduced by Alistair Cockburn back in early 2000s, (who is also one of the main protogonists of Manifesto…A response icon3A response icon3
PinnedAli Zeynalli·Nov 13, 2021Service Mesh Pattern in Software ArchitectureApplication of different Service Mesh TacticsA response icon1A response icon1
PinnedAli Zeynalli·Dec 5, 2021Best Practices in Designing an Effective APIDesigning well-established InterfacesA response icon1A response icon1
PinnedAli Zeynalli·Dec 12, 2021Spring Annotations Cheat Sheet for Daily UsageIn Java world, Spring Framework/Boot is a must-have skill set. XML-Based Configuration was for a long time main mean. But overloaded xmls…A response icon1A response icon1
Ali Zeynalli·Feb 27Things to consider when migrating from Monolith to MicroservicesMonolithic applications are still overwhelmingly widespread in IT industry, since the most applications have legacy past and had been built…
Ali Zeynalli·Feb 2530 Fundamental Spring Boot Annotations for Daily DevelopmentIn Java world, Spring Framework/Boot is a must-have skill set. XML-Based Configuration was for a long time main mean. But overloaded xmls…
Ali Zeynalli·Feb 22All You Have To Know About Caching Types, Strategies and Popular ToolsIn computing, a cache is a hardware or software component that stores data so that future requests for that data can be served faster; the…
Ali Zeynalli·Feb 19Documentation as Code (a.k.a. DoC) Approach in Software ArchitectureDocumentation as Code aka Docs-as-Code is a popular approach in Software Engineering in which dev team treats documentation same as the…
Ali Zeynalli·Feb 13Quarkus versus Spring: Full ComparisonI have been developing for a long time with Spring Framework. Lately we started to set up our new projects with Quarkus and in the…