Christian Loza Peraltachristianloza.dev·Feb 2, 2025[Quarkus] - Entendiendo el @Nonblocking (BabySteps)Discusión Si bien Quarkus se convirtió uno de los frameworks de alguna forma más demandados debido a su versatilidad con reactividad asi como la promesa de ser un marco nativo para Kubernetes y que puedan construirse tanto en JVM o GraalVM, también d...guias y notasquarkus
user1272047programmingetc.hashnode.dev·Feb 1, 2025Lesson 13. Quarkus PanacheIn Quarkus, Panache is a simplified and opinionated ORM (Object-Relational Mapping) layer built on Hibernate ORM. It provides an active record pattern and repository pattern to simplify database interactions. 1. Panache in Quarkus Panache is part of ...Java-Quarkusjava-quarkus
user1272047programmingetc.hashnode.dev·Feb 1, 2025Lesson 12. Quarkus vs. Spring Boot1. Dependency Injection (CDI in Quarkus vs @Service in Spring Boot) 🔹 Quarkus Example: CDI (Jakarta Dependency Injection) import jakarta.enterprise.context.ApplicationScoped; @ApplicationScoped public class GreetingService { public String greet...Java-Quarkusquarkus
user1272047programmingetc.hashnode.dev·Feb 1, 2025Lesson 15. Quarkus syntaxQuarkus has its own syntax and configuration style, similar to Spring Boot, but optimized for GraalVM and cloud-native environments. Here’s how it differs and what makes it unique: 1. Dependency Injection (CDI) Quarkus uses Jakarta CDI (Contexts and...Java-Quarkusjava-quarkus
iheb ben Temessekjavaa.hashnode.dev·Jan 28, 2025Java 10 Key Features ( Var, G1 Garbage Collector, AppCDS )Alright fam, let’s take it up a notch! After all the cool stuff Java 9 brought to the table, Java 10 comes in like a breath of fresh air, introducing features that make coding even faster, cleaner, and more efficient. 🎉 Whether you're refining your ...Java10
user1272047programmingetc.hashnode.dev·Jan 23, 2025Lesson 11. Building a Native Executable with Quarkus .Here's the rewritten, detailed tutorial with preserved examples and rephrased descriptions split into four equal-length points per section. Building a Native Executable with Quarkus This guide details the process of creating a native executable usin...Java-Quarkusquarkus
user1272047programmingetc.hashnode.dev·Jan 22, 2025Lesson 10. Quarkus OverviewQuarkus WhyQuarkus is a cutting-edge Kubernetes-native Java framework designed to optimize Java applications for cloud and container environments. It empowers developers to build high-performance microservices and serverless applications with minimal...Java-Quarkusquarkus
user1272047programmingetc.hashnode.dev·Jan 15, 2025Lesson 9: GraalVM with Quarkus – JUnit and RestAssuredLesson 9: GraalVM with Quarkus – JUnit and RestAssuredThis lesson covers testing techniques in GraalVM-optimized Quarkus applications, focusing on JUnit for unit testing and RestAssured for API testing. JUnit Integration: 2 Key Points Seamless Unit...Java-QuarkusJava
user1272047programmingetc.hashnode.dev·Jan 15, 2025Lesson 8: GraalVM with Quarkus – Mutiny and RESTEasy .Lesson 8: GraalVM with Quarkus – Mutiny and RESTEasyThis lesson explores the integration of GraalVM in Quarkus with a focus on Mutiny for reactive programming and RESTEasy for building RESTful APIs. Mutiny Integration: 4 Key Points Reactive Program...Java-QuarkusJava
user1272047programmingetc.hashnode.dev·Jan 14, 2025Lesson 7: GraalVM in Quarkus ApplicationsLesson 7: GraalVM in Quarkus ApplicationsThis lesson focuses on how GraalVM enhances Quarkus applications, emphasizing native image benefits, performance, and advanced integrations. Native Image Support in Quarkus Quarkus utilizes GraalVM to build ...Java-QuarkusJava