Passing the 1Z0-819 Oracle Certified Professional Java SE 11: preparation and exam experience
In this article I’ll explain how I passed the 1Z0-819 Oracle Certified Professional Java SE 11: the level and experience…
A software engineer's journey
In this article I’ll explain how I passed the 1Z0-819 Oracle Certified Professional Java SE 11: the level and experience…
Since Java 8, the java.util.Date class is deprecated and new package java.time was introduced. Even though the old Date class…
Wrapper classes are reference types that allow to manipulate primitives as so. They are thus nullable, and are necessary to…
Arrays are a very important structure in a programming language. In this article I’ll talk about arrays ([ ]) and…
String and StringBuilder classes don’t work the same at all. Here are the differences between them as well as gotcha’s…
Loops and conditions are the core behaviors of programming languages. We’ll have a look at the particularities of them in…
This article is part of my blog series on how I prepared the OCA (Oracle Certified Associate in Java 8…
I’m also really interested in ethics and social matters in tech: (gender) diversity, reasonable and fair use of innovation, social…