Pinned Repositories
aws-playground
AWS Playground: repository for tracking projects while learning AWS.
firebase-integration-spring-boot
Spring-boot application integrating with Firestore and Firebase Authentication to build a CRUD application.
just-another-testcontainer-integration
Backend application using Testcontainers for Integration Testing AWS S3, Azure Blob Storage, Kafka, MySQL, Egress calls including Chaos testing and Redis.
jwt-auth-flow-spring-security
Java backend application using Spring-security to implement JWT based Authentication and Authorization
kafka-java-spring-boot-poc
Kafka integration with Java Spring-boot with one application serving as a producer and the other consuming the messages
personal-finance-management-system
Personal Finance Management System using Java Spring Boot and PostgreSQL
rate-limiting-api-spring-boot
Rate limiting private APIs with Token Bucket Algorithm employing Bucket4J, Redis and Spring Security.
redis-caching-java-spring-boot
Backend application leveraging redis cache to reduce network calls and improve latency.
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
spring-boot-qr-code-generator-reader-api
Spring-boot application exposing REST API endpoints to generate QR-code representing custom message and endpoint to read the decoded message using java and google's zxing library.
hardikSinghBehl's Repositories
hardikSinghBehl/spring-boot-freemarker-java-mail-api
POC that sends emails to user on account creation event occurrence: made using java spring boot, apache freemarker, java-mail-API, bootstrap email editor and spring events.
hardikSinghBehl/otp-generation-validation-spring-boot-poc
Proof Of Concept showing OTP generation and validation technique using Java Spring-boot and LoadingCache Bean from google guava library to handle user's forgot-password flow
hardikSinghBehl/binary-file-download-rest-api
POC to download binary files by hiiting a rest API endpoint by modifying the HttpServletResponse object
hardikSinghBehl/spring-boot-qr-code-generator-reader-api
Spring-boot application exposing REST API endpoints to generate QR-code representing custom message and endpoint to read the decoded message using java and google's zxing library.
hardikSinghBehl/personal-finance-management-system
Personal Finance Management System using Java Spring Boot and PostgreSQL
hardikSinghBehl/url-shortner-noSql-redis
Url-Shortner using java and NoSQL DB (Redis)
hardikSinghBehl/url-shortner-sql
URL-Shortner using Java and a SQL Database