Pawat NakpiphatkulforProgramming DDprogrammingdd.com·Sep 17, 2023The Common Mistakes When Using Smallrye Mutiny in Quarkus (Part 1)Smallrye Mutiny is essential for creating your reactive application in Quarkus. People new to Quarkus and reactive programming may be confused with Smallrye Mutiny concepts and make many mistakes in the code. This is one of the mistakes I found many ...DiscussQuarkus AdventuresJava
Tristan Mahinayblog.rjtmahinay.com·Aug 19, 2023The Value of QuarkusThis blog is for my talk presented to ING Hub Philippines about the value of Quarkus in business and development. I've shared my personal experience in using this framework and the value it can give to their organization. As of the time of my talk, t...DiscussJavaJava
Davide Valentinodavide-valentino.hashnode.dev·Aug 16, 2023How to stream cryptocurrency prices with Quarkus Websocket in JavaQuarkus is a Java framework that aims to optimize the development of cloud-native applications. It offers a fast boot time, low memory footprint, live reload, and native compilation. Quarkus also provides a rich set of extensions that integrate with ...DiscussJava
Davide Valentinodavide-valentino.hashnode.dev·Aug 8, 2023How to Integrate Binance API with Quarkus and MicroProfile Rest Client in JavaREST APIs are a common way of exchanging data between different applications or services. However, consuming REST APIs from a Java application can be tedious and error-prone, especially if you have to deal with low-level HTTP details, serialization a...DiscussJava
Irfan Mayendra Putrairfanmayendra.hashnode.dev·Jun 22, 2023Lessons learned migrating Spring Boot to QuarkusThis blog post describes a set of lessons learned from my personal experience migrating Spring Boot applications to Quarkus. The article does not cover all the topics, approaches, architectures or designs to keep in mind for an enterprise full migrat...Discuss·26 readsquarkus
Mani Balamanib.hashnode.dev·May 20, 2023Java Microframeworks with GraalVMJava GraalVM is considered a game changer in the Java world because it provides a number of benefits that were previously not available with traditional Java implementation. Microframeworks, one could be curious. it is a term used to refer to minimal...Discuss·22 likes·107 readsJava
Maheshwar Ligadefortechwastitechwasti.com·Mar 26, 2023Quarkus security annotations with example!!Quarkus provides a number of security annotations that can be used to secure your application. Here are some commonly used security annotations with examples: @RolesAllowed The @RolesAllowed annotation is used to specify which security roles are allo...Discuss·82 readsquarkus
Maheshwar Ligadefortechwastitechwasti.com·Mar 24, 2023Quarkus Annotation cheatSheet!!In this article, you are going to learn some of the most commonly used annotations in Quarkus and their purposes: Quarkus Core Annotations @ApplicationScoped: Used to annotate a class whose instances are shared across the entire application. It is a...Discuss·1 like·147 readsquarkus
Harsh Gajjarspringworld.hashnode.dev·Mar 19, 2023Exploring the Key Features of Quarkus: Lightweight, Fast, and Efficient for Cloud-Native Java…Quarkus is a popular open-source framework for building cloud-native Java applications. It is designed to be lightweight, fast, and efficient, allowing developers to create microservices and serverless applications quickly and easily. In this blog, w...Discuss·28 readsMicroservices
Alberto Bonacinablog.albertobonacina.com·Dec 10, 2022The biggest lesson learned this year for the Dev Retro 2022In this post, I want to take full advantage of the challenge launched by Hashnode to look back to 2022 with the Dev Retro 2022 and tell what is the biggest lesson I learned this year and which made me a better developer. This year I fully learned the...Discuss·11 likes·2.7K readsJava