
Introduction After couples of Golang articles, I want to bring something different in this article. I want to talk about Java 8 features, which is functional interfaces. This feature comes up in 8th edition due […]
Transform Passion into Knowledge
Introduction After couples of Golang articles, I want to bring something different in this article. I want to talk about Java 8 features, which is functional interfaces. This feature comes up in 8th edition due […]
The idea to apply circuit breaker pattern is to give protection and control over latency and failure, in order to stop cascading failure in a distributed environment. In addition, it provides a fail fast and rapid recovery for our services.
In a environment where number of instances and network locations changes dynamically, a client needs a discovery mechanism to determine the location of a service instance, in order to send a request to it.
API monitoring is essential because APIs are the only interaction mechanism between your services and outside world.
Introduction Having Certified Scrum Master when your organization is planning to adapt Scrum is one of the best strategy. But hiring new resources will definitely consumes time, effort and cost. Another way to handle that is […]
In the service world, usually we need to limit the number of requests in order to protect our services does not get overwhelmed.
When Scrum does not work for you, try using kanban as another approach of Agile Methodology in your software development.
Every application needs logging. Logging is very important, so you can consider it as a first class citizen. Therefore, application cannot be deployed to production without logging implementation.
Who’s in control in designing a logo? Customer or Designer?