background image

articles by Petr Pravda

Greetings! I am Petr Pravda, and I run lambdacoder.com. My passion lies in penning down articles and tutorials that delve into the realms of microservices, Java, TypeScript, serverless architectures, containerization, and functional programming. As a freelancer, I’ve had the privilege of working on diverse projects, enriching my knowledge and experience. However, I’m currently not exploring new job opportunities. Happy reading!

by pp
Updated:
Learn how to download, install, and use Quarkus CLI tool to create your first Quarkus application. Examine project structure and start developing.
by pp
Updated:
Learn about different Docker images for Quarkus applications: JVM, legacy JAR, native, and native-micro. Compare the sizes, build times, and startup times.
by pp
Updated:
Explore the intricacies of Quarkus Project Object Model (POM) files, the heart of Quarkus projects. Learn how to work with it.
by pp
Updated:
Learn how to bootstrap a Quarkus test by adding dependencies, creating a test class, and running the test with Maven.
by pp
Updated:
Integrate Swagger UI with Quarkus with step-by-step guide. Add Swagger UI extension and configure it. Annotate endpoints with OpenAPI tags.
by pp
Updated:
Deploy your Quarkus app effortlessly on Render.com. Follow our step-by-step tutorial for seamless deployment & scaling. Start now!
by pp
Updated:
Learn Scoped Values in Java: transmit contextual info across threads. Optimize multithreaded apps for efficiency. Start now!