-
Software Development
What Is GitOps And Why Do We Want It?
GitOps is nothing new. Or, to be more precise, the principles of GitOps existed long before the term was invented.…
Read More » -
Enterprise Java
Spring boot data JPA – Query for nested object
Nowadays spring boot and spring data are widely used frameworks. If you are building web application in java, spring boot…
Read More » -
Agile
Agile Maturity vs Ability to Change
Several of my clients want to use some sort of maturity assessment for their agile transformations. Often, the maturity levels…
Read More » -
Android Core
Android Launch Modes and Tasks Explained
Android launch modes are a very conceptual topic in Android development and can be easily messed up. There are 4…
Read More » -
Python
Python List Example
Hello readers, in this tutorial, we will learn about List in Python programming language. 1. Introduction The list data structure…
Read More » -
Core Java
Java 8 Collectors API Tutorial With Real Time Examples
A quick practical guide to Java 8’s Collectors api. Example programs on various useful reduction operations and accumulating elements into…
Read More » -
Enterprise Java
What is Bean scope in Spring MVC framework with Example
Bean scope in Spring framework or Spring MVC is scope for a bean managed by Spring IOC container. You may…
Read More » -
Enterprise Java
REST: Retrieving resources
Retrieving resources is probably the simplest REST API operation. It is implemented by sending a GET request to an appropriate…
Read More » -
Core Java
Bulk vs Individual Compression
I’d like to share something very brief and very obvious – that compression works better with large amounts of data.…
Read More »