Fitness Functions in ArchitectureToday, we’re going to talk about Fitness Functions. I think most developers aren’t familiar with this concept, but maybe the word “Fitness”…Oct 30Oct 30
Understanding Shallow and Deep Modules in Software ArchitectureSoftware architecture plays a crucial role in determining the success of a software system. A well-designed architecture can enhance…Jul 22Jul 22
Published infolksdevMonolith to Microservice: Shared Data Design PatternEvery developer has a thought about how can we create a perfect microservice system. However, most concepts and techniques are different in…Apr 14Apr 14
Single Point of Failure and Disaster Recovery Systems: Strategic Steps for Business ContinuityEverything can be down in the software world at any time. Maybe one day computer system crash, data lost, earthquake happens or etc. In the…Feb 17Feb 17
Published infolksdevSuccess in Microservices: The Art of Failing WellWhen we create a system , we don’t know whether the software will be a success or not. There can always be an error. Maybe developer…Jan 9Jan 9
Load Balancers and Their Algorithms: Key Players in Internet Traffic ManagementIn today’s world, fast and reliable internet access is vital for many companies and users. It is a huge challenge that achieve speed and…Nov 20, 2023Nov 20, 2023
Understanding the Microservices ConceptsFor many years, the monolith applications dominated the web development ecosystem. Millions of monolith apps went to the internet and still…Sep 3, 2023Sep 3, 2023
Inversion of Control and Dependency Injection with Spring BootHi everyone in this article I am gonna try to introduce inversion of control and dependency injection and we will look at how they are…Dec 4, 2022Dec 4, 2022