How learning about Cloud infrastructures can benefit all developers
Cloud development and deployment are becoming a new norm, and several studies already showed that there is a dramatic shortage…
A software engineer's journey
Cloud development and deployment are becoming a new norm, and several studies already showed that there is a dramatic shortage…
When I finished my CS degree, a few other students were surprise not to land a job as a developer…
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…
It’s sometimes taboo to say it out loud, but we’re all doing our job for a main purpose: earning a…
JDBC is a database neutral Java API in the java.sql package that allows connectivity and operations on databases. JDBC drivers…