I’m continuing my journey on getting more familiar with HTTP APIs by reading related RFCs.
-
Press the Easy Button: Organize a Virtual Conference Schedule with a Graph Database
Putting together a conference schedule for NODES 2024 (one of my favorite events of the year) is a massive undertaking, but my colleague and I used technologies and tools at our disposal to make this process a little more efficient and greatly reduce opportunities for mistakes.
-
Browserless Testing of Vaadin Applications with Karibu Testing
About a testing framework that stands out for its ability to run browserless testing, offering several advantages over traditional end-to-end testing approaches, such as Selenium, Playwright, or Cypress.
-
Updating the Twelve-Factor app methodology: A call for participation
The 12 factor app methodology is being updated and we need your help with it! Contribute your ideas and help us modernize 12-Factor.
-
How to profile a performance issue using Spring Boot profiling tools
Profiling performance issues and establishing robust monitoring and observability are critical for maintaining the health and efficiency of your Spring Boot application.
-
Four Easy Ways to Analyze your Java and Kotlin Code for Security Problems
Nowadays, the security of your applications is just as important as the functionality they provide.
-
Get Recognized for your Cloud-Native Java Development Skills with this New Badge
Earn this brand-new badge, recognizing your ability to effectively develop basic cloud-native Java applications ready for the cloud.
-
Creating cloud-native Java applications with the 12-factor app methodology
Learn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology.
-
OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing
Let’s compare three different ways to do OpenTelemtry Tracing: Java agent v1, Java agent v2, and Micrometer Tracing.
-
Spring: Internals of @ComponentScan
Explore the nuances of Spring’s @ComponentScan in our extensive guide. Gain insights into its internals and optimize your application’s configuration effectively.
-
Defining patterns of data transfers for Java applications with TornadoVM
How TornadoVM programmers can utilize the API functions for transferring data to the accelerator’s (e.g., GPU) memory, and backwards.