upcoming events
hanno.codes?
hanno.codes is the personal website of Hanno Embregts, a Java Developer with a passion for learning, teaching and making music.
latest blog posts
Exploring sustainability in tech (without the guilt-trips)
Climate change is a thing that affects us all. As developers, we are in a unique position to help do something about this. After all, the whole world runs on computers these days, and computers consume energy. We, developers, program these computers, and the decisions that we make have consequences beyond the business domain we code for. Also, as employed people living in Europe or North-America, we belong to the top 10% of richest people on the planet.
Eleven crazy learnings from the Java 11 certification: wrapper objects - passing arguments to method references (11/11)
For this final part of the blog series we’ll dive into method references.
Eleven crazy learnings from the Java 11 certification: wrapper objects - functional interfaces actually CAN contain multiple abstract methods (10/11)
In the summer of 2021, I got my Java 11 certification. I expected it to be quite a breeze, because I’d been a Java developer for 14 years and surely I should have seen it all by now, right? Turned out I was very wrong. I came across lots of things that I didn’t even know were possible with Java. In this weekly blog series I will go through 11 of these ‘crazy learnings’ that surprised me the most, even as an experienced developer. We’re diving into functional interfaces today.
Eleven crazy learnings from the Java 11 certification: wrapper objects - some are more equal than others (9/11)
In the summer of 2021, I got my Java 11 certification. I expected it to be quite a breeze, because I’d been a Java developer for 14 years and surely I should have seen it all by now, right? Turned out I was very wrong. I came across lots of things that I didn’t even know were possible with Java. In this weekly blog series I will go through 11 of these ‘crazy learnings’ that surprised me the most, even as an experienced developer. Today is about equality when you’re dealing with wrapper objects.