The JavaFX controller code maintains game state and responds to user input with appropriate updates to the UI.
The post Wordish with JavaFX – Part 3 appeared first on foojay.
Read More »The JavaFX controller code maintains game state and responds to user input with appropriate updates to the UI.
The post Wordish with JavaFX – Part 3 appeared first on foojay.
Read More »Most Java 17 blog posts focus on the shiny new language features. That’s all great, but we’d like to share what it takes to adopt Java 17 in a large tech team in the first place.
The post Embracing Java 17: Here’s What We Learned at Picnic appeared first on foojay.
Read More »RAM profiling has its strengths and weaknesses. The Debugger is a complementary tool to translate obtuse statistics to actionable changes!
The post Memory Debugging and Watch Annotations 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 »