AdvancedString – java.lang.String on steroids!
Every need an additional method on the String Class? Well I have and it would have made life much easier. Unfortunately you can’t subclass String as it is Final. So…
Team to Create Outside the Box
Every need an additional method on the String Class? Well I have and it would have made life much easier. Unfortunately you can’t subclass String as it is Final. So…
Dependency Injection (DI) is often hailed as a superpower in the Spring framework, but it can seem mysterious to those new to it. Fear not! This guide will break down…
Today, I’m going to share with you a command handler for the HTTP Server I presented previously. This is a handler to extend the abilities of that HTTP Server in…
In the world of microservices, services need to find and communicate with each other dynamically. This is where the Java Spring Discovery Client comes in, offering a streamlined way to…
Last time I showed you how to create a basic HTTP Server that you can put into a JAR easily. Today I’m going to show you how to extend that…
In the world of software development, generating unique and meaningful keys is a common task. Whether it’s for identifying resources, creating URLs, or organizing data, having a robust key generation…
I recently had the need to be able to access a couple of files from a number of computers and didn’t want to setup network shares and things. These were…