- Tags /
java
2024
2023
Which JVM Language Would You Choose for a New Server-Side Project?
Results from my Mastodon poll and my personal 2 cents.
2022
Epic Rap Battles of Programming: Java vs. Go
Two programming language giants appear on stage for a massive rap battle. Who will win?
Consistent > Idiomatic
As a software engineer, I’ve learned that consistency in code is crucial for the long-term success of a project, even when it means deviating from idiomatic principles.
2016
Kotlin Basics: apply() and copy()
Kotlin brings a touch of succinctness in places, where even programmers new to Java, may find code unnecessarily over-bloated.