Java

Gradle Init Scripts

java gradle
I should stop trying to do Unix-y stuff with Java.

Implementing a Stack

java dsa
Building a stack is a great way to learn about how you can create a useful data structure from low level building blocks.

Imperative vs Declarative

java
Try to be declarative if possible.