#java
Read more stories on Hashnode
Articles with this tag
The JVM is an excellent platform for monkey-patching. Monkey patching is a technique used to dynamically update the behavior of a piece of code at...
I tweet technical content that I consider interesting, but the funny tweets are the ones that get the most engagement. I attended the JavaLand...
Last week, I was at the FOSDEM conference. FOSDEM is specific in that it has multiple rooms, each dedicated to a different theme and organized by a...
One of the main reasons to design microservices is that they enforce strong module boundaries. However, the cons of microservices are so huge that...
Java introduced the concept of checked exceptions. The idea of forcing developers to manage exceptions was revolutionary compared to the earlier...
Java has been my bread and butter for almost two decades. Several years ago, I started to learn Kotlin; I never regretted it. Though Kotlin compiles...