(10)
Dev
Java Optional Class: How to Avoid null checks
Explore how to avoid null checks without the risk of the dreaded `NullPointerException`.
Dev
Creating CLI for your Node Script
Explore how we can turn your existing node script into an easy-to-run CLI tool for execution via the terminal.