A Small Microservice Developed in Scala Using Hexagonal Architecture

A software developer explores how to create HTTP REST end-points for use in a microservice application using the Scala language and Hexagonal Architecture Read all

Java Concurrency: Thread Confinement

In this blog, we are going to explore thread confinement and Java concurrency, what it means, and how we achieve it. Read all

Converting Objects to Map and Back

Check out this tutorial to learn how to convert data objects to Maps, and then back again, using the Java::Geci code generation tool. Read all

How Much Memory Does a Java Thread Take?

Check out this article to learn more about Java memory consumption and how much memory a Java thread takes in your applications. Read all

Final Keyword and JVM Memory Impact

Check out this post to learn more about using the final keyword and how it can impact JVM memory and object initialization. Read all

Encryption, Part 3: Hybrid Encryption

If you're looking for the best of both worlds when it comes to symmetric and public/private key encryption, look no further than hybrid encryption. Read all

Serializing Objects to URL Encoded Form Data

A developer and DZone MVB gives a tutorial on how to serialize extension methods in C# for use in the ASP.NET Core to perform integration tests. Read all

This Swearing Roomba Is What Python Was Born to Create

YouTuber Michael Reeves may be young, but he totally gets the true spirit of one of the world's most beloved programming languages. Read all

How to Crash an Email Server With a Single Email

Check out this tutorial on how to crash an email server using one email, freezing the Node.js event loop for several seconds due to the number of attachments. Read all

Cube.js: Ultimate Guide to the Open-Source Dashboard Framework

In this introduction to Cube.js, we walk you through the steps of designing your first dashboard, looking at everything from the database to visualizations. Read all

Docker How-to: Custom Authentication to A Private Docker Registry With NGINX, Lua, and AWS ECR

Take a look at how you can set up a custom configuration to authenticate users using NGINX and Lua, as well as how to load-balance it. Read all

21 Websites to Learn Coding/Programming for Free Online

Check out this shortlist of some of the most useful websites that should be on your list if you are trying to learn anything about development or programming. Read all

Apache Kafka With Scala Tutorial

An explanation of the concepts behind Apache Kafka and how it allows for real-time data streaming, followed by a quick implementation of Kafka using Scala. Read all

 

 

 

 

Top