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/jwt-auth-flow-spring-security
Java backend application using Spring-security to implement JWT based Authentication and Authorization
hardikSinghBehl/rate-limiting-api-spring-boot
Rate limiting private APIs with Token Bucket Algorithm employing Bucket4J, Redis and Spring Security.
hardikSinghBehl/aws-playground
AWS Playground: repository for tracking projects while learning AWS.
hardikSinghBehl/spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
hardikSinghBehl/redis-caching-java-spring-boot
Backend application leveraging redis cache to reduce network calls and improve latency.
hardikSinghBehl/firebase-integration-spring-boot
Spring-boot application integrating with Firestore and Firebase Authentication to build a CRUD application.
hardikSinghBehl/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.
hardikSinghBehl/kafka-java-spring-boot-poc
Kafka integration with Java Spring-boot with one application serving as a producer and the other consuming the messages
hardikSinghBehl/quartz-scheduler-daily-mail-subscription-spring-boot
Daily mail subscription implementation using Java Spring-boot and Quartz Scheduler
hardikSinghBehl/spring-boot-apache-POI
list of reference POCs to work with excel files using apache-POI and spring-boot
hardikSinghBehl/budget-pkce-spring-boot
Budget Proof Key for Code Exchange (PKCE) implementation using Java Spring-boot
hardikSinghBehl/RSQL-spring-boot
Representational State Transfer + Structured Query Language(RSQL): Demo application using RSQL parser to filter records based on provided condition(s)
hardikSinghBehl/email-2FA-spring-boot
Email based 2FA implementation using Spring-boot and Java-mail API
hardikSinghBehl/multiple-open-api-group-spring-boot
POC showing how to divide endpoint(s) among different Open-API screens
hardikSinghBehl/spring-boot-admin-server-client-poc
Two Spring-boot applications registering themselves to an spring-boot-admin-server application as separate clients for the purpose of monitoring and managing the clients
hardikSinghBehl/entity-activity-automator
POC to demonstrate automation of entity fields such as created_at, created_by, updated_by using JPA @Embedded, @Embeddable and ThreadLocal
hardikSinghBehl/camel-integration-spring-boot-kafka
Apache Camel Integration with Spring-boot and Kafka with one application serving as a producer and the other consuming the messages
hardikSinghBehl/ngram-search-API
Search API with spelling correction using ngram-index algorithm: implementation using Java Spring-boot and MySQL ngram full text search index
hardikSinghBehl/spring-AOP-custom-validation-on-JWT
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/spring-ai-playground
hardikSinghBehl/checkbox-values-bitfield-enum-poc
POC to demonstrate storing values of all checkboxes displayed on an UI component, in a single column of a table instead of creating a separate table and mapping each checkbox as a column
hardikSinghBehl/code-examples
A collection of code examples from blog posts etc.
hardikSinghBehl/datafaker
Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!
hardikSinghBehl/ops-tutorials
Baeldung Ops Tutorials
hardikSinghBehl/reflectoring.github.io
reflectoring blog
hardikSinghBehl/spring-ai
An Application Framework for AI Engineering
hardikSinghBehl/spring-boot-movie-finder
Application made with spring boot and thymeleaf as the templating engine, consuming OMDBs API to show movie details
hardikSinghBehl/spring-cloud-aws
The New Home for Spring Cloud AWS
hardikSinghBehl/tutorials