String and StringBuilder | Preparing for Java Oracle Associate Certification (OCA) / Java basic technical tests
String and StringBuilder classes don’t work the same at all. Here are the differences between them as well as gotcha’s…
A software engineer's journey
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…
In this article, I will explain how I implemented an free-text input field as an option in a dropdown list…
As a developer, I like to point out that I’m not a designer. Thinking about the look and feel of…
What are JVM, JRE and JDK? What’s the basic structure of a Java class? What are the characteristics of primitive…
When I first tried to deploy an application, I had no clue how it works. I had to do it…