-
Kotlin
Testing Kotlin with Spock Part 1 – Object
The object keyword in Kotlin creates singleton in a very convenient way. It can be used for example as a…
Read More » -
Software Development
Be a Balanced Product Leader, Not a Feature Broker or Product Dictator
Being an effective product leader is not easy: It requires embracing people’s ideas as well as saying no, being neither…
Read More » -
Agile
Agile Transformation: More Possible Organizational Measurements (Part 5)
I’ve been thinking more about possible measurements in an agile transformation journey. The first Possible Measurements post focuses on product throughput…
Read More » -
Enterprise Java
SpringBoot Microservices tracing with Zipkin and Sleuth
In this article, we are going to understand the microservices distributed tracing using Zipkin and Spring cloud sleuth framework. Microservices…
Read More » -
Core Java
Vertx Programming Style : Your Reactive Web Companion REST API Explained
Vertx provides a lot of options to program in a light weight environment, like node.js . However, It could be…
Read More » -
Enterprise Java
Different Hibernate Naming Strategy
This article discusses about different naming strategy provided by hibernate along with the shift of naming strategy from hibernate.ejb.naming_strategy in…
Read More » -
Enterprise Java
4 Ways to Deploy Spring Boot Angular App (Maven & Tomcat)
In my last spring boot angular 5 article, we implemented a full stack end to end web application using spring…
Read More » -
Enterprise Java
Spring Boot & Angular 5 & Spring Data & Rest Example (CRUD)
This tutorial provides a complete implementation of Spring Boot, Angular 5 and spring data to build an end to end…
Read More » -
Enterprise Java
Build REST Web Service using Spring Boot
This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…
Read More »