tags

Kotlin

Dec 2, 2022

Create a Custom Spring Boot App Banner

A fun walkthrough of how to replace the default Spring Boot startup banner with custom text and ASCII art to give your application a personal touch.

Dec 2, 2022

How does HashMap work in Java?

A deep dive into the internal mechanics of Java's HashMap — covering the equals/hashCode contract, bucket distribution, and the binary tree optimization introduced in Java 8.