Collections in Java: there’s more than ArrayList – Java advanced (OCP)
In a previous article I covered Array and ArrayList. Here, I’m going through other data structures in Java and some…
A software engineer's journey
In a previous article I covered Array and ArrayList. Here, I’m going through other data structures in Java and some…
I recently passed the certification exam for the AZ-204 Azure Developer Associate, so in this post I will summarize important…
Some time ago I started learning Cloud infrastructure fundamentals and integrated a few Cloud services in my development graduation work.…
Cloud development and deployment are becoming a new norm, and several studies already showed that there is a dramatic shortage…
This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training) and as required…
For my graduation work in Business Informatics, I chose to focus on on UX/UI, because it used to be something…
Java provides built-in ready-to-use annotations as well as the possibility to create one’s own annotations. Annotations allow to add metadata…
Every Java program running has at least one thread, “main”, automatically created by the JVM. Each thread is represented by…