-
Enterprise Java
Spring Boot YAML Configuration
In this quick tutorial, we’ll learn how to use a YAML file to configure properties of a Spring Boot application.…
Read More » -
DevOps
DevOps Postmortems: Why and how to use them?
To err is human. To make sure we learn from our errors and adapt requires discipline. In this post we…
Read More » -
Agile
Product Planning, Information Persistence & Product Lifetime
I’ve been thinking a lot about planning recently. Many of my clients want to create long-term plans, based on data…
Read More » -
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 »