The REST API implementation flow OpenAPI based code generation can speed up the development workflow. In this article I show an efficient way to design and implement APIs.
Elon Musk’s "The Algorithm": 5 Steps to Better Code (With Java Examples) Can Elon Musk's manufacturing rules make you a better programmer? Learn how to apply "The Algorithm" to Spring and Java development to delete useless code and simplify your architecture.
Creating a Gradle multi-module project Using Gradle multi-module build is easy and makes Spring Boot application development just better. Refactor your code to a multi-module structure, and improve quality and maintainability with this tutorial.
Altering SQL database schemas in production Altering an SQL database schema in production can be tricky. This article summarizes the most common use cases and solutions.
A collection of coding conventions A collection of conventions and best practices for your software projects. Softver version conventions, using git, best practices on building maintainable systems.
Introducing a new app, AtlasNinja AtlasNinja is a new app providing modern and interactive map visuals for data about countries.
React interactive choropleth map - Part 2 Adding an interactive tooltip and fixing the performance of a react-leaflet based choropleth map can be quite a challenge.
A new Java Spring Boot service template "This is the way" is a new Spring Boot service template for the modern Java developer.
Making an interactive map with React and Leaflet Create your interactive map in React using OpenStreetMap and Leaflet. This post shows you how online maps work and how to create your own choropleth map.
OAuth 2.0 - Token management Theory and tutorial on how to manage OAuth 2.0 access and refresh tokens. When and how to refresh.