Feature toggle/flag
It's the idea of having a bunch of ifstatements in your code to turn a new feature 'on' or 'off'. It...
Minimal and clean blog theme
It's the idea of having a bunch of ifstatements in your code to turn a new feature 'on' or 'off'. It...
When you have scarcity, efficiency is a virtue. It allows you to make the most of your resources. How...
What is a Message? Here is a good definition of a Message. I want to develop your intuition about a...
The Wikipedia link is here Classless Inter-domain Routing And here is the basic information you need...
Today I was reading Chris Richardson's book Microservices Architecture and it struck me that the Mono...
I followed the DEV post to build this site. Now, any posts I write on DEV will be automatically publ...
The Art of Scalability (Addison-Wesley, 2015) talks about Scale Cube. Here is an adaptation of the c...
When working in text editors and IDEs, it's natural to have several tabs open. To work efficiently wi...
I used bitbucket as my main remote hub for some years now. The main reason was that we use bitbucket...
Java Streams operate on the whole set
Java Streams flatMap Demo