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
This article takes a look at how to create a 1-to-1 messaging app using ejabberd and erlang. Also, explore the installation and setting up erlang on Ubuntu. Read all
A developer gives an overview of the history of the most used web development language in the world, JavaScript, and the myriad libraries that devs love. Read all
A developer provides a tutorial on deploying a WAR file web application in EasyApache 4 using Tomcat to help us set up are servers and network protocols. Read all
A discussion of an open source caching framework and how it can be used with Entity Framework Core to better cache data in your web application written in C#. Read all
In this post, we explore a faster way to read a getter from a Java class without knowing the class at compilation time, using Reflection and MethodHandles. Read all
In this post, we explore the importance of learning and using JSON for Java applications, specifically the advantages, how to serialize objects, and more! Read all
This post glances at the JEP Preview Language and VM Features, highlighting changes made to switch expressions and the Java community's reaction to its release. Read all