rahulsharma8373
Java Developer || Spring Boot ||JPA ||MySQL || Microservices || Hibernate || Docker
dev it,JaipurNoida
Pinned Repositories
Api-helidon
Banking_application
The AccountController provides REST API endpoints for managing bank accounts. It allows adding new accounts, retrieving accounts by ID, depositing and withdrawing funds, listing all accounts, and deleting accounts. The API uses AccountDto for data transfer and responds with appropriate HTTP status codes for each operation.
basic-java
basic-java-code
book-project
Book tracker web app for book lovers
book-social-network
BSN is a social network platform to exchange books between the members.
bootrestapi
department_jdbc
using springboot ,mysql,jdbc template
EmployeeManagementApps
practiceinjava
rahulsharma8373's Repositories
rahulsharma8373/Banking_application
The AccountController provides REST API endpoints for managing bank accounts. It allows adding new accounts, retrieving accounts by ID, depositing and withdrawing funds, listing all accounts, and deleting accounts. The API uses AccountDto for data transfer and responds with appropriate HTTP status codes for each operation.
rahulsharma8373/book-social-network
BSN is a social network platform to exchange books between the members.
rahulsharma8373/Collection_framework
rahulsharma8373/Cashing-springboot-implementation
SpringBoot simplifies cashing with its built-in support, optimizing performance by reducing repetitive database calls, enhancing user experience.
rahulsharma8373/git-demo
rahulsharma8373/GitDemoProjectv1
rahulsharma8373/Implementing-logger-springboot-application
Implementing a logger in a Spring Boot app is vital for monitoring and troubleshooting. SLF4J and Logback are commonly used for flexible and efficient logging. Set up a logger, define log levels, and customize output to keep track of app events and issues.
rahulsharma8373/java-A2Z
Java Programming: A Comprehensive Bootcamp from Zero to Hero
rahulsharma8373/Java8_complete_tutorilas_code_examples
java8 zero to hero
rahulsharma8373/java8_tutorials
Java 8 features
rahulsharma8373/localrepo
rahulsharma8373/microservices
Microservices With Spring, Docker, Kubernetes - Code Examples
rahulsharma8373/Rest-api-springboot-basic-all-Annotation-example
rahulsharma8373/restApiBoot
rahulsharma8373/restbasic
rahulsharma8373/search-api-jpql-nativeQuery
In Spring Boot, you can use JPQL (Java Persistence Query Language) and native queries to interact with your database. JPQL is an object-oriented query language, while native queries use native SQL syntax. Both can be executed using Spring Data JPA repositories.
rahulsharma8373/sourcecodes
rahulsharma8373/spring-boot-examples
Code Examples for everything thats written on www.springboottutorial.com
rahulsharma8373/spring-data-jpa
Spring Data JPA simplifies data access in Spring applications by providing a repository abstraction layer on top of JPA. It eliminates boilerplate code for CRUD operations, offers powerful querying capabilities, and supports pagination and auditing out-of-the-box. Developers can focus on business logic rather than low-level database interactions.
rahulsharma8373/spring-microservices
Microservices using Spring Boot, Spring Cloud, Docker and Kubernetes
rahulsharma8373/Springbbor_Actuators_exception_Rest_api
Springboot_Actuators_Exception_Rest_API is a robust Spring Boot project with streamlined exception handling, integrated Spring Boot Actuator for monitoring, ModelMapper for efficient data mapping, and Lombok for code conciseness. This user-centric API ensures seamless RESTful service development with optimal performance.
rahulsharma8373/springboot-transactional-management
Transactional management in Spring Boot ensures data integrity. Annotate methods with @Transactional to define transaction boundaries. If an operation fails, Spring rolls back the entire transaction, maintaining consistency. Declarative transaction management simplifies complex operations by defining transactional behavior with annotations..
rahulsharma8373/Springboot_DTO_example_rest_api
The Data Transfer Object (DTO) pattern in Java/Spring Boot RESTful APIs simplifies data transmission, reducing calls to the server. It also enhances security by shielding JPA entity implementation details, preventing unauthorized property modifications.
rahulsharma8373/SpringBoot_Hibernate_crud
Hibernate is a Java framework for database operations. CRUD stands for Create, Read, Update, Delete. Hibernate simplifies these operations, allowing developers to interact with databases using Java objects, reducing manual SQL coding.
rahulsharma8373/SpringBoot_transactionApi
rahulsharma8373/SpringbootRestApi_Dto_modelMapper_exampl
ModelMapper in Spring Boot streamlines data mapping, reduces code, supports custom mapping, type conversions, integrates with Spring, handles validation, and enhances code readability, making it a key tool for efficient data transfer and mapping in applications.
rahulsharma8373/springbootSecurity-3.0-
Spring Boot Security in Java offers robust authentication and authorization, utilizing Spring Security's features for seamless integration. Its flexible configuration and annotation-based approach facilitate easy implementation of role-based access control, CSRF protection, and more, ensuring application security against unauthorized.
rahulsharma8373/springsecurity6
Spring Security Zero to Master along with JWT, OAUTH2 - Code Examples
rahulsharma8373/student-management-system
The code defines handler methods for managing student data in a Spring MVC application. It handles listing, creating, editing, deleting, and viewing student information. Thymeleaf templates are used for rendering views. Form validation is implemented using @Valid and BindingResult. The studentService is used to interact with the data layer.
rahulsharma8373/TodoManagement