Skip to content

Commit 672a1cf

Browse files
authored
Merge pull request #5 from rudradcruze/week_5
week 5 hw and update readme
2 parents 445d5d8 + 58a715d commit 672a1cf

File tree

58 files changed

+214
-2073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+214
-2073
lines changed

All My Projects/README.md

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Spring Boot 0-1 CodingShuttle - All Projects
2+
3+
## Week 1
4+
5+
### AliceAndHerBakery
6+
7+
AliceAndHerBakery is a Spring Boot application designed for conditional property, how beans works and environment variables.
8+
9+
- [Local File](./Week%201/AliceAndHerBakery.zip)
10+
- [https://github.com/rudradcruze/AliceAndHerBakery](https://github.com/rudradcruze/AliceAndHerBakery)
11+
12+
## Week 2
13+
14+
### springbootwebstartw2
15+
16+
This project is a Spring Boot application that includes various functionalities such as employee management, validation, and global exception handling. The project uses Maven for dependency management.
17+
18+
- [Local File](./Week%202/springbootwebstartw2.zip)
19+
- [https://github.com/rudradcruze/springbootwebstartw2](https://github.com/rudradcruze/springbootwebstartw2)
20+
21+
### streamAPIAndLamda
22+
23+
All about Stream API and Lambda expressions in Java.
24+
25+
- [Local File](./Week%202/streamAPIAndLamda.zip)
26+
27+
## Week 3
28+
29+
### DataMappingTutorial
30+
31+
This project is a Spring Boot application that manages departments and employees. It uses Java and Maven for build automation.
32+
33+
- [Local File](./Week%203/DataMapingTutorial.zip)
34+
- [https://github.com/rudradcruze/DataMappingTutorial](https://github.com/rudradcruze/DataMappingTutorial)
35+
36+
### jpaTuts
37+
38+
This project is a Spring Boot application that demonstrates the use of JPA for database interactions. It includes functionalities for managing products, including pagination and sorting.
39+
40+
- [Local File](./Week%203/jpaTuts.zip)
41+
- [https://github.com/rudradcruze/jpaTuts](https://github.com/rudradcruze/jpaTuts)
42+
43+
### CourseManagementSystem
44+
45+
This is a simple college management system created using Java and Spring Boot. The system allows you to manage students, professors, subjects, and admissions. The system is designed to be used by college administration staff.
46+
47+
- [Local Files](./Week%203/CollegeManagementSystem.zip)
48+
- [https://github.com/rudradcruze/CourseManagementSystem](https://github.com/rudradcruze/CourseManagementSystem)
49+
50+
### LibraryManagementSystem
51+
52+
This is a simple library management system that I have created using Java and MySQL. The system allows you to add, update, delete, and search for books. It also allows you to issue and return books. The system is designed to be used by librarians and library staff.
53+
54+
- [Local Files](./Week%203/LibraryManagementSystem.zip)
55+
- [https://github.com/rudradcruze/LibraryManagementSystem](https://github.com/rudradcruze/LibraryManagementSystem)
56+
57+
## Week 4
58+
59+
### prod_ready_features
60+
61+
This project showcases a set of production-ready features implemented using Spring Boot, including exception handling, auditing, logging, and API integration. The main functionalities include managing employees and posts, with comprehensive error handling and logging mechanisms in place.
62+
63+
- [Local Files](./Week%204/prod_ready_features.zip)
64+
- [https://github.com/rudradcruze/prod_ready_features](https://github.com/rudradcruze/prod_ready_features)
65+
66+
### CurrencyConvert
67+
68+
Simple Spring Boot Application Where I Called Third Party API To Convert The One Currency To Another Currency And Also Log Those And Use Actuator And Swagger UI
69+
70+
- [Local Files](./Week%204/CurrencyConvert.zip)
71+
- [https://github.com/rudradcruze/CurrencyConverter](https://github.com/rudradcruze/CurrencyConverter)
72+
73+
## Week 5
74+
75+
### SecurityApplication
76+
77+
This project is a Spring Boot application that provides security features using JWT authentication. It includes custom filters for JWT authentication and response logging.
78+
79+
- [Local Files](./Week%205/SecurityApplication.zip)
80+
- [https://github.com/rudradcruze/SecurityApplication](https://github.com/rudradcruze/SecurityApplication)
81+
82+
## 🚀 About Me
83+
84+
Tech-savvy learner/programmer pushing boundaries of online tech. Passionate about new tools, seeking challenges to advance skills.
85+
86+
## 🔗 Social Links
87+
88+
![Name](https://img.shields.io/badge/Name-Francis%20Rudra%20D%20Cruze-yellowgreen?style=for-the-badge)
89+
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/rudradcruze)
90+
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/rudradcruze)
91+
[![Facebook](https://img.shields.io/badge/facebook-4267B2?style=for-the-badge&logo=facebook&logoColor=white)](https://facebook.com/rudradcruze)
92+
[![[email protected]](https://img.shields.io/badge/gmail-4267B2?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
Binary file not shown.
Binary file not shown.
4.88 KB
Binary file not shown.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Java Spring Boot 0 to 1 | Coding Shuttle
22

3+
## [All Projects List](./All%20My%20Projects/)
4+
35
## [Week 1 - Introduction To Spring & Spring Boot](./Week%201%20-%20Introduction%20To%20Spring%20&%20Spring%20Boot/)
46

57
### Resources & Schedule
@@ -93,6 +95,9 @@
9395
| 5.6 | [Sign Up and Login using JWT](./Week%205%20-%20Spring%20Security%20Fundamentals/5_6_Signup_and_Login_using_JWT.pdf) |
9496
| 5.7 | [Authenticating Request using JWT](./Week%205%20-%20Spring%20Security%20Fundamentals/5_6_Signup_and_Login_using_JWT.pdf) |
9597
| 5.8 | [Spring Security Exception Handling](./Week%205%20-%20Spring%20Security%20Fundamentals/5_8_Spring_Security_Exception_Handling.pdf) |
98+
| 5.9 | [Home Work For Spring Security Part 1](./Week%205%20-%20Spring%20Security%20Fundamentals/5_9_Homework_for_Spring_Security_Part_1.pdf) |
99+
100+
[Home Work Week 5](./Week%205%20-%20Spring%20Security%20Fundamentals/HomeWork/README.md)
96101

97102
---
98103

Week 1 - Introduction To Spring & Spring Boot/HomeWork/AliceAndHerBakery/.gitignore

-33
This file was deleted.

Week 1 - Introduction To Spring & Spring Boot/HomeWork/AliceAndHerBakery/.mvn/wrapper/maven-wrapper.properties

-19
This file was deleted.

0 commit comments

Comments
 (0)