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
This tutorial demonstrates how to use the adapter pattern in Java, focusing on use cases and types of adapters, class, object, and two ways adapter patterns. Read all
Writing REST APIs in Python is an important skill for microservices development. This tutorial shows how to start defining a microservice with a simple class. Read all
A developer and architect gives a tutorial on how to create a simple JSON database using the Go language, an exercise he used to learn to code in Golang. Read all