AZ-204 Developing Solutions for Microsoft Azure exam preparation (Developer Associate certification)
I recently passed the certification exam for the AZ-204 Azure Developer Associate, so in this post I will summarize important…
A software engineer's journey
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…
JDBC is a database neutral Java API in the java.sql package that allows connectivity and operations on databases. JDBC drivers…