-
Enterprise Java
Spring Data JPA Example with Spring Boot
1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…
Read More » -
Software Development
Finding Project Management Balance for Small Engineering Teams
Managing a small engineering team — whether it’s one team within a larger engineering organization, such as Facebook, Google, or…
Read More » -
Agile
Product Owner or Backlog Administrator?
In the official guides all Product Owners are equal. One size fits all. In the world I live in some…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More » -
Enterprise Java
Setting Up Cassandra With Priam
I’ve previously explained how to setup Cassandra in AWS. The described setup works, but in some cases it may not…
Read More » -
Software Development
Azure Functions – Part 2: Serving HTML Pages with Azure Functions
Previous Tutorial: Azure Functions – Part 1: Getting Started In the last tutorial we created a simple Azure Function that…
Read More » -
Enterprise Java
How to change the default port of Spring Boot application
By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port,…
Read More » -
Desktop Java
New Parallax Control For Java (JavaFX)
Introduction Parallax is a visual effect where you combine two layered images moving at different speeds to achieve a sense…
Read More » -
Core Java
Raw String Literals Coming to Java
It appears likely that “raw string literals” are coming to Java. JEP 326 (“Raw String Literals”) started as Issue JDK-8196004…
Read More »