attrayadas
Experienced Java Developer | Skilled in Java 8, Spring Boot
Deloitte India (Offices of the US)Hyderabad, India
Pinned Repositories
devops-for-developers-notes
📚 Contains notes from the DevOps for Developers course by JavaTechie
ecommerce-data-jpa-springboot
A Spring Boot project exploring Spring Data JPA with MySQL Database
employee-management-springboot-microservices
A SpringBoot Microservices project demonstrating the power of Spring Boot, Spring Cloud, React, RabbitMQ, Docker, and REST API for scalable microservices architecture
learning-hibernate-with-ineuron
📚 Contains personal Hibernate code and progress while learning the ORM framework through iNeuron's Enterprise Java with Spring Boot batch (July'22-May'23)
learning-spring-boot-ineuron
📚 Contains a collection of codes and projects that I have worked on while learning Spring Boot through iNeuron's Enterprise Java with Spring Boot batch (July'22-May'23)
learning-spring-core-with-ineuron
📚 Contains a collection of codes and projects that I have worked on while learning Spring Core through iNeuron's Enterprise Java with Spring Boot batch (July'22-May'23)
learning-springboot-microservices-javatechie
📚 Contains a collection of codes and projects that I have worked on while learning Spring Boot and Microservices through JavaTechie's Spring Boot & Microservices batch
real-time-blog-application-springrest
A blog application using Spring Boot, Spring Security, JWT, Spring Data JPA, Hibernate, MySQL, Docker, and AWS
springboot-wikimedia-kafka-db-integration
A Spring Boot project utilizes a Kafka producer to gather real-time data from Wikimedia, which is then directed to a Kafka broker. Subsequently, a Kafka consumer efficiently processes the data and seamlessly transfers it to a database
sql-queries-cheat-sheet
📚 This repository is a quick reference for SQL queries
attrayadas's Repositories
attrayadas/devops-for-developers-notes
📚 Contains notes from the DevOps for Developers course by JavaTechie
attrayadas/learning-springboot-microservices-javatechie
📚 Contains a collection of codes and projects that I have worked on while learning Spring Boot and Microservices through JavaTechie's Spring Boot & Microservices batch
attrayadas/sql-queries-cheat-sheet
📚 This repository is a quick reference for SQL queries
attrayadas/ecommerce-data-jpa-springboot
A Spring Boot project exploring Spring Data JPA with MySQL Database
attrayadas/springboot-wikimedia-kafka-db-integration
A Spring Boot project utilizes a Kafka producer to gather real-time data from Wikimedia, which is then directed to a Kafka broker. Subsequently, a Kafka consumer efficiently processes the data and seamlessly transfers it to a database
attrayadas/attrayadas
Custom GitHub profile for Attraya Das
attrayadas/config-server-repo
Centralized configuration repository for employee-management-springboot-microservices, housing essential configuration files
attrayadas/ecommerce-springboot-microservices
attrayadas/employee-management-springboot-react
An Employee Management System, integrating Spring Boot backend and React frontend for seamless CRUD operations and secure data management
attrayadas/learning-js-mosh-hamedani
attrayadas/saga-choreography-pattern
A Spring Boot application that implements the Saga pattern for order fulfillment. When a user places an order, the application checks if the product's price is within the user's credit limit or balance. If it is, the order is fulfilled; otherwise, it is not
attrayadas/spring-docker-practice
A Spring Boot project to practice Docker
attrayadas/springboot-aop-demo
A Spring Boot application that explores all the advices present in Spring AOP, also incorporating the use of custom annotations for a more tailored approach
attrayadas/springboot-apache-camel-demo
A Spring Boot project with Apache Camel integration for auto routing process with real-time examples
attrayadas/springboot-blog-application
A Spring Boot project for a blog application using Java, Spring Data JPA, Security, PostgreSQL, Flyway, Thymeleaf, JUnit 5, Testcontainers, and Docker with Docker Compose for seamless deployment and testing
attrayadas/springboot-default-cache
A Spring Boot Application that explores the Spring default cache mechanism using @EnableCaching, @CacheConfig , @CachePut, @Cacheable and @CacheEvict
attrayadas/springboot-graphql-demo
A Spring Boot Project demonstrating GraphQL implementation with queries and mutations
attrayadas/springboot-jdbc-demo
A compact REST API project utilizing Spring REST, Spring Data JDBC, and MySQL for efficient data management and implement Logging mechanism using Spring AOP
attrayadas/springboot-jdbcclient-demo
A Spring Boot project that explores the new Spring Boot's 3.2 feature of JDBC Client
attrayadas/springboot-kafka-consumer
A Spring Boot application functions as a Kafka consumer, efficiently retrieving and processing strings and objects from a specified Kafka topic
attrayadas/springboot-kafka-producer
A Spring Boot application that acts as a Kafka producer, seamlessly sending strings and objects to a specified topic, enhancing data flow in distributed systems
attrayadas/springboot-multiple-datasource
A Spring Boot project which showcases how to configure multiple datasource
attrayadas/springboot-pagination-sorting
A Spring Boot application that explores Pagination and Sorting feature of Spring Data JPA
attrayadas/springboot-rabbitmq-demo-v2
A Spring Boot project demonstrating RabbitMQ integration for efficient asynchronous communication through RESTful web services
attrayadas/springboot-repository-unit-testing
A Spring Boot project for unit testing the repository layer using @DataJpaTest
attrayadas/springboot-transaction-demo-v2
A Spring Boot project that explores transaction and it's real time implementation
attrayadas/springboot-validation-exception-handling
A Spring Boot project that explores REST API Request Validation and Exception Handling
attrayadas/springboot-webclient-demo
A Spring Boot project that explores how to consume RESTful web service using Spring 5 introduced Reactive Web-client in functional programming approach
attrayadas/springcloud-feign-client-demo
A Spring Boot project that uses Spring Cloud's Feign Client to communicate with other microservice
attrayadas/todo-app-angular-springboot
An Angular application for task management, interfacing with a Spring Boot REST API