Array and ArrayList | Preparing for Java Oracle Associate Certification (OCA) / Java basic technical tests
Arrays are a very important structure in a programming language. In this article I’ll talk about arrays ([ ]) and…
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 tricks…
Statements, loops and conditions | Preparing for Java Oracle Associate Certification (OCA) / Java basic technical tests
Loops and conditions are the core behaviors of programming languages. We’ll have a look at the particularities of them in…
Java basics – The operators | Preparing for Java Oracle Associate Certification (OCA) / Java basic technical tests
This article is part of my blog series on how I prepared the OCA (Oracle Certified Associate in Java 8…
More gender diversity in tech: what’s the solution?
Apart from following IT news, development technologies evolution and trends, I’m also really interested in ethics and social matters in…
Angular/TypeScript: how to add an input option in a dropdown list
In this article, I will explain how I implemented an free text field inside a dropdown list, that is an…
A journey towards better designed apps (UX/UI isn’t that painful after all)
As a developer, I like to point out that I’m not a designer. Thinking about the look and feel of…