By exposing native Rust functions, you can be easily accessed using Project Panama’s Foreign Function Access APIs.
The post Java Panama Polyglot (Rust) Part 4 appeared first on foojay.
Read More »By exposing native Rust functions, you can be easily accessed using Project Panama’s Foreign Function Access APIs.
The post Java Panama Polyglot (Rust) Part 4 appeared first on foojay.
Read More »In many cases, microservices are probably not ideal, but if you’re going to do it, take baby steps. Small and short-term wins matter; it boasts the team’s confidence. Always put checks and balance whether it is working or not. If not, then go back to the alternative ways.
The post Book Review: Monolith to Microservices (Part 2) appeared first on foojay.
Read More »Learn specialized JavaFX Labels and Buttons, pseudo-classes for CSS styling, and third-party font libraries and customizing Scene Builder!
The post Wordish with JavaFX – Part 2 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 »