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 gonna go through other data structures in Java and…
I recently passed the certification exam for the AZ-204 Azure Developer Associate, so in this post I will summarize important…
Cloud deployment is slowly becoming a new normal, and several studies already showed that there is a dramatic shortage in…
This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training), as required for…
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…