-
Software Development
Local Microservices: Object Orientation Behaviour Coupling Problem
This is the first in a three part series on how I see microservices are helping in relieving the Object…
Read More » -
Scala
Run you first gatling load test using scala
Gatling is a neat tool. You can create your load tests by just coding in scala. Jmeter allows you to…
Read More » -
Enterprise Java
Data Modeling in Cassandra
In Relational Data Models, we model relation/table for every object in the domain. In case of Cassandra, this is not…
Read More » -
Enterprise Java
Jakarta EE without javax: the world won’t end this time either
If you missed the news, Oracle is donating the Java EE specification to the Eclipse foundation. This decisions has followed…
Read More » -
Software Development
Software System Design Principles
1. System Design Principles – Introduction In this post, we feature a comprehensive article on Software System Design Principles. Software…
Read More » -
Angular
Angular Internationalization Example
Welcome readers, in this tutorial, we will implement internationalization in an angular application. 1. Introduction Angular is a Typescript-based open-source…
Read More » -
Software Development
How the AI technology helps business improve their marketing
Billions of people go online every day. They browse webs, search information, and use social media platforms. Smart businesses know…
Read More » -
Enterprise Java
Spring ClassPathXmlApplicationContext
Introduction: Spring provides two types of containers: BeanFactory: It supports bean instantiating and wiring ApplicationContext: It extends the BeanFactory and…
Read More » -
DevOps
Private Jenkins Shared Libraries
The official documentation for Jenkins Shared Libraries is pretty good, but not perfect. This article expands on how to use…
Read More »