Java Packaging: Ant

Posted on Tue 18 April 2023 in Java

This post explains how to use build a Java application using Ant.

Continue reading

Java Packaging: Basics

Posted on Fri 31 March 2023 in Java

This post explains how to use compile a Java project using java and javac only.

Continue reading

Gradle

Posted on Thu 23 March 2023 in Gradle

This post explains how to use Gradle.

Continue reading

Java Item 34: Use enums instead of int constants

Posted on Sat 23 July 2022 in Java

This post explains how to use enums in Java

Continue reading

Streams in Java and Elixir

Posted on Wed 20 July 2022 in Java

This post explains how to use streams in Java

Continue reading