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 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…
For my graduation work of Bachelor degree in Computer Science, I chose to focus and put extra effort on UX/UI,…
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…