
- Apr 28, 2022
- 5 min
Web 1.0, 2.0 & 3.0 ....
The web of data has morphed into a web of data. For instance, many people use "the Web" and "the Internet" interchangeably when they...
33 views

- Mar 19, 2022
- 3 min
Concepts of Software Architecture
Today, every one starting from small children, young people and old people using their smart phones, laptops, computers, PDA etc.., to...
80 views

- Mar 4, 2022
- 6 min
Garbage Collection - How it works in JVM
In the previous blog post, I wrote about the Java Architecture and JVM components. As part of that post, covered briefly about the...
37 views

- Mar 4, 2022
- 4 min
Java Architecture & Components
Are you Java Programmer? This blog helps you to understand every aspect of this language. It is a must for the programmer to understand...
66 views

- Sep 21, 2021
- 4 min
API Architectural Styles
Two separate application/system needs an intermediary to talk to each other and developers often build bridges - Application Programming...
359 views

- Aug 19, 2021
- 3 min
Message Broker for Microservices
Microservices uses asynchronous communication commonly through message broker. Each Service handles and collaborates with other services...
210 views

- Aug 11, 2021
- 3 min
Messages Vs Events
There is a very long history of messaging in software systems. We can easily see an event-driven solution and events in the context of...
64 views