gscaramuzzino
Helping developers to go Cloud-Native. Principal Software Engineer | Tech Content Creator | Dev Coach | Cloud Computing Passionate
@amadeus4devFrance
Pinned Repositories
avi-to-mp4-converter-go-fyne
A simple Avi to Mp4 converter written in Golang and Fyne
golang-ecommerce
Golang Ecommerce application
jpatutorial
The Java Persistence API (JPA) is a Java specification for accessing, persisting, and managing data between Java objects / classes and a relational database. JPA was defined as part of the EJB 3.0 specification as a replacement for the EJB 2 CMP Entity Beans specification. JPA itself is just a specification, not a product; it cannot perform persistence or anything else by itself. JPA is just a set of interfaces, and requires an implementation.
quarkus-hibernate-orm-panache-repository
A simple project to show how to use PanacheRepository in Quarkus using PostgreSQL. In the project you will see how to create a Movie Entity, a CRUD REST Endpoint to get, create and delete a Movie using the Hibernate-ORM PanacheRepository.
quarkus-jwt-auth
Project explains how Quarkus application can utilize SmallRye JWT to verify JSON Web Tokens
quarkus-mapstruct
MapStruct and Quarkus project
quarkus-microprofile-restclient
Microprofile RestClient with Quarkus
quarkus-reactive-sql-clients
Quarkus Reactive SQL Clients
quarkus-testing-junit-mockito
Simple project that shows you how test a Quarkus application with Junit, Mockito and H2 Database.
quarkus-testing-restassured
Simple project that shows you how test a Quarkus application with REST Assured and H2 Database.
gscaramuzzino's Repositories
gscaramuzzino/jpatutorial
The Java Persistence API (JPA) is a Java specification for accessing, persisting, and managing data between Java objects / classes and a relational database. JPA was defined as part of the EJB 3.0 specification as a replacement for the EJB 2 CMP Entity Beans specification. JPA itself is just a specification, not a product; it cannot perform persistence or anything else by itself. JPA is just a set of interfaces, and requires an implementation.
gscaramuzzino/quarkus-jwt-auth
Project explains how Quarkus application can utilize SmallRye JWT to verify JSON Web Tokens
gscaramuzzino/quarkus-hibernate-orm-panache-repository
A simple project to show how to use PanacheRepository in Quarkus using PostgreSQL. In the project you will see how to create a Movie Entity, a CRUD REST Endpoint to get, create and delete a Movie using the Hibernate-ORM PanacheRepository.
gscaramuzzino/quarkus-mapstruct
MapStruct and Quarkus project
gscaramuzzino/golang-ecommerce
Golang Ecommerce application
gscaramuzzino/quarkus-url-shortener-clone
URL shortening is the translation of a long Uniform Resource Locator (URL) into an abbreviated alternative that redirects to the longer URL. The original URL shortening service was TinyURL
gscaramuzzino/quarkus-wiremock-testing
Simple project that shows you how to test a Quarkus application with Wiremock.
gscaramuzzino/quarkus-crud
Quarkus CRUD with Dev Services
gscaramuzzino/GiuseppeScaramuzzino
gscaramuzzino/quarkus-hibernate-validator
gscaramuzzino/quarkus-microprofile-health
MicroProfile Health with Quarkus to allow application to provides information about its state
gscaramuzzino/quarkus-microprofile-metrics
MicroProfile Metrics with Quarkus to allow application to provides monitoring data
gscaramuzzino/quarkus-project-lombok
Quarkus Project Lombok Tutorial
gscaramuzzino/quarkus-scheduler-mp-restclient
gscaramuzzino/quarkus-with-mongodb
gscaramuzzino/avi-to-mp4-converter-go-fyne
A simple Avi to Mp4 converter written in Golang and Fyne
gscaramuzzino/azure-openai-coding-dojo
Notebooks for Amadeus Coding dojo on LLMs using Azure OpenAI
gscaramuzzino/CertificationMaterials
A collection of materials related to my certification videos
gscaramuzzino/crossfilter-dashboard
gscaramuzzino/gatling-prometheus-datawriter
This repo holds code to add a Prometheus DataWriter to export real time results to a Prometheus db from a running https://gatling.io test.
gscaramuzzino/langchain
🦜🔗 Build context-aware reasoning applications
gscaramuzzino/learning-cloud
List of resources - courses, sample code, articles and screencasts for learning AWS, Azure, GCP, IBM and Alibaba Cloud
gscaramuzzino/quarkus-app-init-term
Simple project to learn how the application initialization and termination works in Quarkus
gscaramuzzino/quarkus-docker
gscaramuzzino/quarkus-flywaydb
gscaramuzzino/quarkus-microprofile-jwt-demo
gscaramuzzino/quarkus-microprofile-specs-demo
gscaramuzzino/quarkus-scheduler
How to schedule periodic tasks with Quarkus
gscaramuzzino/quarkus-tdd
Test-driven development with Quarkus
gscaramuzzino/springboot-2-angular-8-crud