In this article, we will learn how to use CDI in JavaEE. Let’s get started.
[Read More]
Understanding about SOLID - Liskov Substitution Principle
In this article, we will learn how to use Liskov Substitution Principle for declaring correctly relationships between types, without using is-a relationship.
[Read More]
Understanding about Event Loop in Node.js
In this article, we will learn about Event Loop in Node.js, how it works and some components that are relevant to it. Based on the knowledge of Event Loop in Node.js, we will also understand the architecture of Vert.x toolkit.
[Read More]
How Struts 1 framework works
Refactoring with splitting bloaters
In this article, we will refactor code with splitting bloaters. Let’s get started.
[Read More]