JavatechWorld
A passionate learner as well as tutor . Working professional , teaching what to learn into Java Backend to be ready with Industry ready skills .
Pinned Repositories
BasicOauth2.0
This is a project helping you to make your first Oauth2.0 webapplication using Google as client server for authentication
BusReservationComplete
Complete code base of Bus Reservation System .
BusReservationPart1
This is a Bus reservation Web-app , a basic web-app . In this part 1 code we are covering Login,Registration module and a view of Dashboard
BusReservationSystemPart2
This project contains fuctionalities of booking a bus ticket for yourself + Registration + Login + SpringSecuirty
DualDBImplementation
In this Code repo you will learn to run your Spring boot application with Two databases i.e Postgres and Mysql together at atime .
ForgotPassword
In this project we will be creating a application to cater Forgot Password functionality where a unique link will be sent to the user for changing the password on the users email.
JWTRoleBasedAuthentication
In this project we are performing JWT Role based Authentication
Oauth2.0CustomRegisterLogin
In this code we are making a custom Register and login with Oauth2.0 ,providing access to login using google and github .
QRCodeGenerator
In this project we will learn to generate QR code of our personal Details using Springboot and Google Zxing Library
RoleBasedAuthentication
we will learn to implement Role Based Authentication With User Registration and Login
JavatechWorld's Repositories
JavatechWorld/Oauth2.0CustomRegisterLogin
In this code we are making a custom Register and login with Oauth2.0 ,providing access to login using google and github .
JavatechWorld/ForgotPassword
In this project we will be creating a application to cater Forgot Password functionality where a unique link will be sent to the user for changing the password on the users email.
JavatechWorld/SpringbootMySqlAppDeploymentGCP
In this project we will learn to deploy Spring boot application with MySql to Google cloud Platform
JavatechWorld/SpringSecurity6CustomLoginAndRegister
In this project we are imlementing custo login and register using Spring security 6
JavatechWorld/TwoStepVerification
This is Springboot java Two Step Verification Module , where before login in web app , you will be sent a email for the OTP verification
JavatechWorld/CustomException
In this code repo we a building Custom Exception
JavatechWorld/generator-jhipster_raman
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
JavatechWorld/gitHubDeployment
This is my springboot project
JavatechWorld/GoogleOauthWithRefreshToken
GoogleOauthWithRefreshToken
JavatechWorld/Happy_Gurpurab
JavatechWorld/JavaStreamTechniques
In this code application we are making 5 powerful Java Stream techniques to make your code more readable,flexible etc.
JavatechWorld/JDBCTemplateImplementation
In this project we will implement JDBC Template with Spring boot application
JavatechWorld/JWTOauth2GradleProject
JWTOauth2GradleProject
JavatechWorld/Oauth2.1CustomLoginAndRegistration
In this application we will learn to implement Custom login and registration with Oauth2.1 enabled
JavatechWorld/PaymentsGatewayIntegrationSpringBoot
In this project we are integrating Razorpay payments gateway with Spring boot application
JavatechWorld/PutPatchAPIImplementation
In this repository , we are implementing update operations using PUT and PATCH API . And will understand the difference between PUT,PATCH and POST API
JavatechWorld/SpringAIDecisionMaking
In this project we are using promps with Spring AI for internal Decision making in Spring Boot Application
JavatechWorld/SpringAIIntroduction
In this project we will integarte springboot with Open AI search/chat model
JavatechWorld/SpringBootJWTImplementation
In this project we will authorize request using JWT token using srping security 6
JavatechWorld/springbootLoginAndRegistrationWithMySQL
Easisest and only important code to develop a login and registeration aplication
JavatechWorld/SpringBootMongoDbApp
In this Project we have connected s Springboot application with Mongo DB Atlas and tried saving data to DB.
JavatechWorld/SpringBootMongoDBCRUD
In this Project , I have build a complete CRUD application on MongoDB
JavatechWorld/SpringBootMyBatisComplexSQLImplementation
In this application we will implement Dynamic Complex SQL with help of MyBatis
JavatechWorld/SpringBootMyBatisCRUD
CRUD implementation with MyBatis framework
JavatechWorld/SpringBootRedisImplementation
In this project we are building a spring boot application to learn to implement Redis cache.
JavatechWorld/SpringBootSpringBatchImplementation
In this spring boot project we have implemented Spring Batch
JavatechWorld/SpringBootValidation
In this project we will understand howw to apply validation to your Rest API's
JavatechWorld/SpringSecurity6BasicAuthentication
In this project we are implementing basic authentication and authorization using Spring Security 6
JavatechWorld/SwaggerHelloWorldAPI
Here in this project we are learning to expose a Hello World API on Swagger front
JavatechWorld/TwoStepVerificationBySMS
In this project we will be enabling our project to send OTP through SMS and verify the User on the basis of that OTP