Learn how to chop up the monolith by exposing the to-be-chopped parts via HTTP and use an API Gateway to route the wanted requests to one’s service of choice!
The post Chopping the Monolith: The Demo appeared first on foojay.
Read More »Learn how to chop up the monolith by exposing the to-be-chopped parts via HTTP and use an API Gateway to route the wanted requests to one’s service of choice!
The post Chopping the Monolith: The Demo appeared first on foojay.
Read More »Learn about the main UI layout of a cool JavaFX game using Scene Builder, TilePane, FlowPane, controller code, iOS and Android settings!
The post Wordish with JavaFX – Part 1 appeared first on foojay.
Read More »Learn about Kotlin context receivers to be able to pass additional parameters to a function without having to do it explicitly.
The post Toying with Kotlin’s Context Receivers appeared first on foojay.
Read More »Azure Toolkit for IntelliJ is a plugin that allows you to easily create, develop, configure, test, and deploy Java applications to Azure.
The post Azure Toolkit for IntelliJ – April 2022 Update appeared first on foojay.
Read More »Let’s look at how frameworks work under the hood, namely Quarkus and Spring Boot, and how many threads they initiate to serve up results.
The post Diving into JVM Framework Monitoring and Profiling appeared first on foojay.
Read More »You can follow this article if you need to publish a Java Maven-based library or artifact to Maven.
The post How to Publish a Java Maven Project to the Maven Central Repository appeared first on foojay.
Read More »There are multiple ways to store sensitive passwords. And while having choices can be great, in the context of password storage, picking wrong can be a security nightmare. With that in mind, let’s hash out some of your options .In this article …
The post How to do password hashing in Java applications the right way! appeared first on foojay.
Read More »Kafka is horizontally scalable, fault-tolerant, runs in production for thousands of companies – let’s figure out how to get more out of it!
The post Getting More Mileage Out of Kafka: OpenJDK vs. Azul Prime appeared first on foojay.
Read More »JEP 425: Virtual Threads (Preview) has been proposed recently. It has been a long-awaited feature in Java. It opens the door to Structured Concurrency. This article isn’t about it, in case you are interested, you can read, the JEP draft: …
The post How to run the Java Incubator Module from the Command Line and IntelliJ IDEA appeared first on foojay.
Read More »Learn how to set up IntelliJ IDEA Ultimate to work with Apache Tomcat for new and existing projects.
The post Setting up and Working with Apache Tomcat in IntelliJ IDEA Ultimate appeared first on foojay.
Read More »