What if you could change your Java code and see the results instantly, without ever restarting your application?
#1about 7 minutes
Setting up your first Quarkus application
Use the code.quarkus.io web interface to configure and download a new Maven project, then review the standard, slower compile-and-run development cycle.
#2about 2 minutes
Accelerating development with live reload mode
Run your application in dev mode to see code and configuration changes from application.properties reflected instantly without needing to manually restart the server.
#3about 4 minutes
Preserving application state with instrumentation-based reload
Enable instrumentation-based reloading from the dev console to maintain application state across code changes for easier stateful debugging.
#4about 3 minutes
Getting instant feedback with continuous testing
Quarkus automatically detects code changes and runs only the relevant tests, providing immediate feedback directly in your console.
#5about 3 minutes
Using the dev console to manage runtime configuration
Toggle runtime settings like log levels directly from the interactive dev console without modifying your application's property files.
#6about 6 minutes
Building container images and Kubernetes manifests
Use extensions like Jib or Docker to build container images and automatically generate Kubernetes deployment manifests from your project configuration.
#7about 7 minutes
Live coding on a remote Kubernetes cluster
Connect your local development environment to an application running in Kubernetes to apply code changes remotely and in real-time.
#8about 6 minutes
Simplifying database persistence with Hibernate Panache
Use the active record pattern with Hibernate Panache to simplify data access logic by extending PanacheEntity and using its static helper methods.
#9about 4 minutes
Zero-config local databases with dev services
Quarkus automatically provisions and configures a database container for local development using dev services, powered by Testcontainers.
#10about 3 minutes
Adding health checks and Spring compatibility Q&A
Easily add production-ready features like health check endpoints, and learn about Quarkus's compatibility layers for Spring Boot APIs.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
03:23 MIN
Adopting a modern tech stack for faster development
How to Destroy a Monolith?
03:11 MIN
Optimizing Java performance for cloud-native applications
Cloud Chaos and Microservices Mayhem
02:21 MIN
Solving Java's serverless challenges with Quarkus
Serverless-Native Java with Quarkus
02:07 MIN
Using Quarkus and GraalVM for fast Java startup
Serverless Java in Action: Cloud Agnostic Design Patterns and Tips
03:03 MIN
Improving performance with reactive programming and Quarkus
Application Modernization and Rabbits
01:59 MIN
Discovering reactive programming through a modern Quarkus project
Is reactive the new black? Imperative vs. reactive programming with Quarkus
04:06 MIN
Scaffolding a new application with live coding
Developer Joy with Quarkus
15:48 MIN
How Quarkus optimizes applications at build time
2021: Familiar APIs on Kickass Runtimes #slideless
11 Tips to Make The Most Out of Your First World Congress The world’s most awesome event for developers is taking place in less than a month! It’s been far too long since the last time we met in person, but that’s only going to make this year’s WeAreDevelopers World Congress a truly special experience. Conf...
Why developer experience mattersWith technology embedded in almost every aspect of life, and with developers building and maintaining these tools, it’s ensuring that developers operate in the digital world with speed and efficiency, if we are to see these same benefits in the offli...
From learning to earning
Jobs that call for the skills explored in this talk.