This tutorial details how to build a RESTful Hello World API that complies to the JSON API specifications using the Katharsis, OkHttp, Spring Boot, and Maven frameworks.
Nitrite is a serverless embedded database ideal for desktop, mobile, or small web applications. Learn the basics of it, how to install it, and how to use it.
Objects and relations are a crucial part of any application. By letting the database do the job of maintaining this logic, you will save yourself a ton of work.
Have you ever created a runtime version of your app only to realize you needed to change the public properties? Lear how to easily do this with ASP.NET Core.
Envoy is a powerful proxy that can be used to manage your traffic layer. Learn how to deploy a real application using Kubernetes, Postgres, Flask, and Envoy.
Learn why Spring transactions over multiple threads fail, and how to use them successfully, plus practical applications of multi-threaded database transactions.
HDF collects, curates, analyzes, and delivers real-time data to data stores quickly and easily. It can be used with Spark Streaming and Solr to process weather events.
If you aren't familiar with Java EE Concurrency Utilities, it's time to take a look at what the specification has to offer. We'll examine how it works with CDI here.
JShell is finally bringing read-eval-print loops to Java! With it, you can code and run functions without executing javac, and it's a great calculator, too!
When it comes to commit-level operations, reset, checkout, and revert are similar, but different. It's important to know when to use which to get the biggest benefit.
Many articles out there claim that Protobuf is a better choice than JSON for performance reasons. But is that really true? The investigation continues here.