Java 17: Map.Entry.copyOf

A new function introduced in Java 17
2022-01-04

Spring Boot and MongoDB example

How to connect Spring Boot to MongoDB
2022-01-04

Eclipse setup for Java Development

First steps after installing Eclipse
2022-01-01

Apache NetBeans - clear the cache and rebuild maven idexes

Sometimes a cleanup can fix IDE issues
2021-12-30

How to use PostgreSQL with WildFly and JBoss

Tutorial: Configuring PostgreSQL in WildFly and JBoss
2021-12-28

Social media for Software developers and IT geeks in 2022

Are the social media relevant for our community of software developers?
2021-12-26

Log4j - How to protect my application?

Is my application vulnerable? Which version should I use? Is Spring Boot impacted?
2021-12-16

How to hot deploy a Spring Boot application

Hot deployment with Spring Boot? It is possible!
2021-12-06

How to convert an array of bytes to a String in Java

How to convert byte[] to String and vice versa
2021-11-30

Maven - How to skip tests in Java

How to correctly skip tests in Maven
2021-11-30

Spring Boot: How do I execute my code on startup?

Spring Boot: How do I execute my code on startup?
2021-11-24

Maven: install on mac. Tutorial for brew and the official method.

How to install Maven on mac using brew, tutorial using macOS Monterey - M1
2021-11-24

Angular the best components in 2021

The best components to add to your project in 2021
2021-08-11

Swift Playground REST Request

Example of REST request in Swift Playground
2021-05-08

PWA development for iOS and Android

Notes about PWA development in iOS and Android
2021-03-25

Spring: test your MySQL JPA with H2

How to test your repository using H2 when you use MySQL in production.
2021-03-21

Fix the Whitelabel error in Angular and Spring Boot

How to solve the Whitelabel Error when a Javascript (React, Angular) application is deployed with Spring Boot
2021-03-05

Angular Material text is not displayed correctly

How to fix the error of Angular material cutting the fonts under the baseline
2021-03-02

Add Grafana to your Spring / Quarkus application using Jelastic

Tutorial: add Grafana and Prometheus to a Spring Boot / Quarkus app using Jelastic
2021-02-14

Breadcrumb in an Angular application

Show a hierarchical and dynamic breadcrumb in an Angular application configured in the route definition
Olivier Canzillon / 2021-01-24

Loading indicator in an Angular application

Show a spinner or any other indicator in an Angular application when HTTP requests are in progress
Olivier Canzillon / 2021-01-23

What is new and cool in Java

Java 8 -> Java 16 new features
2021-01-21

Spring Boot redirect and HTTP 301

Migration from Jekyll to Spring Boot
2021-01-21

logo of the category: spring-big.svg MariaDB root password error

Solve the Access Denied for User root@localhost error
2021-01-21

Spring Boot MariaDB connection and issues

How to connect Spring Boot to MariaDB
2021-01-21

JavaScript: copy array. Deep and Shallow clone copy explained.

How to copy or clone an array in JavaScript
2020-11-06

Java sealed classes - From Java 11 to Java 17

Sealed classes - Java 17 LTS new feature
2020-10-29

Java Text Blocks - From Java 11 to Java 17

Text blocks - Migrating from Java 11 LTS to Java 17 LTS - Java 15 new feature
2020-10-29

Deploy a Svelte / Sapper application

Deploy a Svelte / Sapper application
2020-09-26

Maven: find a package

Search a dependency in a maven tree
2020-07-15