Alberto Bonacinapolilluminato.hashnode.net·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.6K readsJava
Maheshwar Ligadefortechwastitechwasti.hashnode.net·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·64 readsquarkus
Kumar Pallavkumarpallav.hashnode.net·Jun 30, 2022Quarkus - Demo ApplicationQuarkus - Demo Application Creating first Quarkus app Let's create an App which will recommend random quotes from a database. To start , let us generate an app using maven CLI . mvn io.quarkus.platform:quarkus-maven-plugin:2.10.0.Final:create \ ...Discuss·223 readsQuarkusquarkus
Maheshwar Ligadefortechwastitechwasti.hashnode.net·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...Discussquarkus
Maheshwar Ligadefortechwastitechwasti.hashnode.net·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·64 readsquarkus
Harsh Gajjarspringworld.hashnode.net·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...DiscussMicroservices
Alberto Bonacinapolilluminato.hashnode.net·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.6K readsJava
Alberto Bonacinapolilluminato.hashnode.net·Oct 26, 2022Save Bookmarks to Notion Database with Telegram and QuarkusHi everyone, in this post, I want to show you how I experimented with the Quarkus framework to solve a problem I had with saving articles to read them later from different PCs and from my smartphone. Background For work and in my personal life I use ...Discuss·1.8K readstelegram
Thirumurthi Sthirumurthi.hashnode.net·Sep 2, 2022Build websocket app with Quarkus frameworkWhat is Quarkus? Quarkus is kubernetes native java famework. This framework helps optimizing java for containers. Quarkus supports many framework like Spring Boot, RestEasy, etc. The project structure can be created using maven plugin, CLI or code.q...Discuss·130 readsquarkus
Kumar Pallavkumarpallav.hashnode.net·Jun 30, 2022Quarkus - Demo ApplicationQuarkus - Demo Application Creating first Quarkus app Let's create an App which will recommend random quotes from a database. To start , let us generate an app using maven CLI . mvn io.quarkus.platform:quarkus-maven-plugin:2.10.0.Final:create \ ...Discuss·223 readsQuarkusquarkus
Maheshwar Ligadefortechwastitechwasti.hashnode.net·Jun 22, 2022Quarkus - Hello world example using Kotlin!Quarkus with kotlin getting started example. If you are new to the quarkus then please watch the below video to get started with Quarkus. [%https://youtu.be/B4h9dY3H678] Tech Stack: Kotlin VSCode Quarkus GRadle REST API Create Project: Create a pro...Discuss·256 readsKotlin