Skip to content
young man writing reminder on fridge and drinking coffee at home

How to Remove Items From a List in Java

Here’s how to remove items from a List in Java. If you have any questions, leave a comment or ask me on my social media.

gold and white analog watch

Formatting a LocalDateTime object

Here’s how to format a LocalDateTime object. If you have any questions, leave a comment or ask me on my social media.

macbook pro on brown wooden table

How to Create a Java Library: From Scratch to Maven Central

If you usually need to rewrite or copy similar code between different projects, it may be time to stop replicating it and create a library.
To use your library in different projects, you have to publish it on a repository like Maven Central Repository.