Today I Learned

Today I Learned post series.
Jan
03
Java codebase, ecosystem, Maven, Spotless

Java codebase, ecosystem, Maven, Spotless

Java may feel verbose and outdated compared to modern C#, but it has sophisticated technologies for cross-platform native desktop development. Spotless helps to maintain consistent code style and formatting in Java projects, and can be configured to auto-format various file extensions.
1 min read
Jan
01
Makefile include .env

Makefile include .env

How to include .env or other make files in a Makefile
1 min read