In this article, we take a closer look at the top five courses — both paid and free — for learning more about concurrency and multithreading in Java. Read all
In this article, I'm going to show you how to encrypt your backend application's sensitive information, such as passwords in your DB, logging, or other systems. Read all
Managing high availability in your PostgreSQL hosting is important to ensuring your clusters maintain exceptional uptime and strong operational performance. Read all
Check out this brief introduction to Project Lombok and how to configure this Java tool to your IDE, including code examples with the most popular annotations. Read all
This article provides a quick overview of all Hibernate mapping annotations, highlighting use cases and links to their official documentation. Read all
This post introduces the upcoming changes to raw string literals in JDK 12, highlighting multi-line strings when compared to earlier releases and more. Read all
This article briefly covers some of the most important pip commands that Python developers should know to manage, list, freeze, and search their packages. Read all
In this tutorial, we take a look at when to use and when not to use abstract classes in Java, focusing on the Swiss army controller and Template method. Read all