Java Enterprise Annotations Part 1

In this article, we discuss popular Java annotations to sure up your understanding of this common pattern within enterprise applications. Read all

At a Glance - Reviewing the GUIs of MongoDB, RavenDB, and CouchDB

In this article, we walk through the GUIs of three major document databases, including MongoDB, RavenDB, and CouchDB. Read all

RION - A Fast, Compact, Versatile Data Format

In this article, learn all about RION, a new, fast, compact, versatile data format optimized especially for working with tabular data. Read all

Server-Side Rendering With Laravel and Vue.js 2.5

An examination of how to setup Laravel so that it works with the latest iteration of Vue.js, and how to use Laravel with Vue.js for server-side rendering. Read all

Spring WebClient and Java Date-Time Fields

This post will go into the details of the date and time fields in Java, looking at the Spring Framework's WebClient for making service-to-service calls. Read all

Cache in Java With LRU Eviction Policy

This article describes the implementation of a Java-based cache with LRU eviction strategy, but fundamentally, this applies to any programming language. Read all

Custom Partitioner in Kafka Using Scala: Take Quick Tour!

In this article, we discuss when Kafka's default partitioner is not enough and how to build a custom partitioner in Kafka using Scala. Read all

Upload Files Using ASP.NET Web API and React.js

In this article, see how to upload files using ASP.NET Web API and React.js. Read all

Authenticate your JavaFX Desktop App

In this article, we discuss how to add a layer of authentication your JavaFX Desktop application with Microsoft's OAuth 2.0 User Agent library. Read all

How to Boost Redis With Local Caching in Java

Learn what local caching is and boost Redis using Java. Read all

 

 

 

 

Top