Introduction to Project Lombok

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

All Hibernate Annotations: Mapping Annotations

This article provides a quick overview of all Hibernate mapping annotations, highlighting use cases and links to their official documentation. Read all

Serialization and De-Serialization in Java

This post takes a closer look serialization and deserialization through the process of converting data into a byte stream in Java. Read all

JDK 12: Raw String Literals

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

Most Important ''pip'' Commands for a Python Developer

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

When (Not) to Use Java Abstract Classes

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

How to Create a 1-to-1 Messaging App Using Ejabberd and Erlang?

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

The Evolution of the JavaScript Programming Language

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

Deploying A WAR File in EasyApache 4 and Tomcat (Experimental)

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

Entity Framework (EF) Core Cache

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

 

 

 

 

Top