Azure AI fundamentals in a nutshell
In this blog post, I’ll summarize the important ideas about Azure AI fundamentals (topics from the AI-900 Microsoft certification exam).…
A software engineer's journey
In this blog post, I’ll summarize the important ideas about Azure AI fundamentals (topics from the AI-900 Microsoft certification exam).…
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…
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…
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…
JDBC is a database neutral Java API in the java.sql package that allows connectivity and operations on databases. JDBC drivers…