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

Spring Boot redirect and HTTP 301

Migration from Jekyll to Spring Boot
2021-01-21

Spring Boot MariaDB connection and issues

How to connect Spring Boot to MariaDB
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

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

Java 16

Java 16 new features
2020-10-28

Java test preview features

Java test preview features
2020-10-27

Java 15

Java 15 new features
2020-10-27

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

Right click context menu with Angular

Right click custom menu inside dynamic lists with Angular Material
2020-05-31

Angular quick notes

Angular and JavaScript FAQ
2020-02-22

Preview the new features in Java

How to use preview features in Java
2020-01-23

Java Records, tutorial and code examples

Records in Java 14. Published in DZone.
2020-01-23

Artificial Intelligence for Java: resources

AI and ML resources for Java developers
2019-11-24

Angular and Java Setup on Mac

Quick and easy install Java and Angular
2019-11-17

Observables and RxJS tutorial / FAQ

Common questions about Observables
2019-11-17

Angular: Local proxy server to improve frontend development

Mix local and remote REST answers to speed up frontend dev
2019-11-08

Garbage collectors for the busy Java developer (10 min, no maths ;))

(Video + Slides) JavaZone Conference
2019-10-01

Java 17 new feature: Teeing Collector

Teeing Collector examples. A Java 17 LTS new feature!
2019-03-23

Calculate the difference between two dates in Java

Count the days between two dates
2019-02-11

The final keyword in Java

The final keyword doesnt guarantee the immutabily of your objects. Its really performant?
2018-10-03 / updated: 2019-02-03

Ionic and Angular lifecycle

ionic vs angular lifecycle, mixing components
2019-01-23

Enums in Angular templates

How to use enum in the html template
2019-01-21

Call a function every x seconds in Angular

Cron style method calling in Angular using RxJS
2019-01-21

Initialize a HashMap in Java - Best practices

HashMap initialization and best practices
2019-01-10