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

Java Reflection, but Faster

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

Introduction to JSON With Java

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

JDK Language Feature Preview in Action: Switch Expressions

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

Using the Adapter Design Pattern in Java

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

Python REST API Example (With Microservices) — Part 1

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

simdb: A Simple JSON DB in GO

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

 

 

 

 

Top