johndjohndl.hashnode.dev·Sep 16, 2024Day 1: Setup Java sdk, maven and init Quarkus appActually, this is not the first day of setup java SDK and init app with quarkus. I tried 1, 2 times before but failed. A lot bugs raised: conflict btw version of openSdk what I am using and what Maven used, … Finally, after 2 hours dive into research...Discussquarkus
Harshal Sutharifourtechnolab.hashnode.dev·Jul 26, 2024Quarkus vs Spring Boot - A Detailed ComparisonWhen choosing a Java framework for building microservices, two popular options often come up: Quarkus and Spring Boot. Both frameworks offer robust features and capabilities, but they cater to different needs and preferences. Here's a detailed compar...DiscussQuarkus vs Spring Boot
Pablo César Bordón Battilanapbbattilana.hashnode.dev·Jul 10, 2024Exception Pattern en Quarkus: Mejorando la Gestión de Errores en tu ProyectoEn mi empleo actual con Quarkus, durante una revisión de código con mis compañeros, surgió el tema del "exception pattern" y sus beneficios. Decidí investigar más sobre esta técnica y cómo podría mejorar la gestión de errores en nuestros proyectos. E...Discuss·36 readsException Handling
Saul Vazquezsaulvazquez.hashnode.dev·Jun 20, 2024Quarkus para principiantes: Crea tu primer API RESTIntroducción La mayoría de los sistemas hoy día se basan en el modelo cliente-servidor, predominantemente constituido por APIs a atreves de las cuales las organizaciones exponen sus servicios digitales tanto para usuario internos como externos. Sin e...Discuss·56 readsquarkus
Vaibhav Parekhvaibhav08.hashnode.dev·Apr 13, 2024Launch Spring, Quarkus, and microservices on the top of k8sLaunching Spring Boot, Quarkus, and microservices on Kubernetes involves containerizing your applications and then deploying them onto a Kubernetes cluster. Here's a high-level overview of the process for each: 1. Spring Boot Application: Containeri...DiscussKubernetes
Jeroen Reijnjreijn.hashnode.dev·Feb 6, 2024Analyze and debug Quarkus based AWS Lambda functions with X-RayServerless architectures have emerged as a paradigm-shifting approach to building, fast, scalable and cost efficient applications. While Serverless architectures provide unparalleled flexibility, they also introduce new challenges in terms of monitor...DiscussAWS
Tug Gralltgrall.hashnode.dev·Dec 24, 2023Quarkus: Simplifying Cloud File UploadsIn many projects, facilitating user uploads to cloud services is a common requirement. In my current project, I find myself inviting users to seamlessly upload various files, such as profile pictures, GPS track files, or session photos, to the WindR....Discusslearning quarkus
Tug Gralltgrall.hashnode.dev·Dec 15, 2023Quarkus: Database Projection with PanacheWelcome back to the second installment of our exploration into Quarkus and Panache! In the previous blog post, we delved into setting default values for Panache entity fields. Now, as we continue refining the WindR.org website with Quarkus integratio...Discussquarkus
Tug Gralltgrall.hashnode.dev·Dec 8, 2023Quarkus: Default Values for Panache Entity FieldsIn the ever-evolving landscape of database technologies, my journey led me away from Java ORM projects for a decade, exploring the realms of NoSQL databases like MongoDB, Couchbase, Redis, and even HBase. Recently, my focus shifted back to Java and, ...Discusspanache
Mehmet Nurimehmetnuri.com·Nov 26, 2023History of JavaWe will learn about the history of the Java programming language in this part of our Java programming series. Java is a programming language developed by Sun Microsystems and introduced in 1995. Java was originally called "Oak" and was developed by a...Discuss·53 readsJava Series Java