How to use a docker + systemd only approach to deploy containers as Linux services without the need for third party tools or complex deployment descriptors.
Learn how to configure a Spring Boot application to run as a Linux service. Complete guide for System V init.d and systemd with security best practices.
How to serve an Angular (>2) using Spring Boot as the Backend, and a Gradle script to perform automated build and deploy tasks both for Spring and Angular.
A practitioner's introduction to Extreme Programming (XP): its values, principles, and the 12 practices that still hold up. TDD, pairing, CI, small releases.
Using EclipseLink as the persistence JPA provider in Spring applications. This tutorial shows how to configure Spring-Boot application to use EclipseLink.