In this article, I will describe how to bootstrap a new Spring 5 project that integrates Kotlin, Spring Webflux functional, Project Reactor, Swagger, Gradle, and JUnit.
Want to make the most of your ConcurrentHashMaps? Need to ensure they're thread-safe and as high-performance as possible? Here are five tips to keep in mind.
Continuous integration and delivery are critical DevOps concepts for business stakeholders to understand, and this can be demonstrated through sprint planning.
Let's create a simple multi-tenant API world that takes minimal boilerplate coding and configuration using Holon, Spring Boot, H2, and a few other odds and ends.
This article will be useful if you want to create applications that are billed for the time that they are used rather than the time that they are active.
Check out this open source project to get a start on your microservices architecture, learn about the tools you need to connect your microservices, and more.
Straight out of Effective Java, Third Edition, we tackle the flaws in Java serialization and how to counter them using Google's Protocol Buffers as an example.
Validation is an important part of an application, be it a website or a service. So, we look at how to implement validation for a Spring Boot-based RESTful service.
Walk through my experience with querying an RDS MySQL database with AWS lambda for the first time, and the issues that I came across that you can avoid.
JIRA's querying language, JQL, can be extremely useful. Look at some secrets when it comes to JQL that can help you make more effective use of your own JIRA instance.
In this post, we take a look at how you can implement a HATEOAS-based RESTful service using Spring Boot. If this sounds interesting, read on for the details!