Pinned Repositories
bus-reservation-system
A mini project using java.io package which read three files and gives you your fare details by selecting the destination, how many passengers & how much discount you want.
demo-react-app
A basic react app in which we transfer the state from Component A to B to C to know that React is uni-directional.
EmpApp-CRUD-Operations
This is a project developed using JDBC, Servlets & JSP
Java-String-Examples
This repository has all the examples to cover up String in Java.
JAX-RS-Project
This is a Messenger application which is built using JAX-RS where you can able to perform all the HTTP methods in a REST call.
spring-boot-easy-notes-app
A spring boot application using Spring MVC, Spring Web, Spring Data JPA, Spring Boot Actuator, Spring Boot Devtools
spring-boot-email-app
A Spring Boot application having a GUI to send email with or without any attachments
spring-boot-security-jwt
An end-to-end application to learn about spring boot security with JWT.
springboot-microservices
This is a Movie Catalog API application.
youtube-clone-react-app
This is a YouTube clone developed using React JS.
dev8523's Repositories
dev8523/springboot-microservices
This is a Movie Catalog API application.
dev8523/spring-boot-easy-notes-app
A spring boot application using Spring MVC, Spring Web, Spring Data JPA, Spring Boot Actuator, Spring Boot Devtools
dev8523/EmpApp-CRUD-Operations
This is a project developed using JDBC, Servlets & JSP
dev8523/JAX-RS-Project
This is a Messenger application which is built using JAX-RS where you can able to perform all the HTTP methods in a REST call.
dev8523/spring-boot-security-jwt
An end-to-end application to learn about spring boot security with JWT.
dev8523/spring-boot-starter-app
A starter app by performing all CRUD operations.
dev8523/spring-security-jpa
An End-to-End application using spring boot, spring security & JPA connecting to MySQL.
dev8523/youtube-clone-react-app
This is a YouTube clone developed using React JS.
dev8523/spring-boot-email-app
A Spring Boot application having a GUI to send email with or without any attachments
dev8523/Algorithms
A collection of algorithms and data structures
dev8523/Basic-RabbitMQ-Program
A basic RabbitMQ program with default exchange in which Producer is producing the message and Consumer is consuming it.
dev8523/book-my-show
Design of a Movie ticket booking application
dev8523/course-notes
This repo consists of all the notes i gather from various courses
dev8523/data-structures
Data Structure Notes, Code and Tests
dev8523/Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore
Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.
dev8523/dev8523
This is me :)
dev8523/dsa-problem-solving
DSA coding hands-on practise.
dev8523/find-execution-time-of-an-API
You can use this implementation to find time duration to complete the execution of an API from the start to end.
dev8523/git-tutorial
Git tutorial
dev8523/jaspersoft-reports
My Jasper reports.
dev8523/jQuery-Before-Ready
Add a jQuery .ready() handler that will execute before existing .ready() handlers.
dev8523/leetcode-solutions
Solutions for my leetcode problems
dev8523/problem-solving
Various CS problems and solution
dev8523/react-tag-cloud
Create beautiful tag/word clouds using React ☁️
dev8523/reactive-springwebflux
Build Reactive APIs using Spring Webflux, Reactive MongoDB.
dev8523/shopify-order-retrieval
An app that makes a REST call to retrieve all orders based on filter conditions from Shopify
dev8523/springboot-best-practices
Some basic practises that should be followed for a spring-boot app.
dev8523/system-design
Practise system design with LLD
dev8523/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
dev8523/unique-sequence-generator
A concurrent API endpoint that always generates a unique sequence value.