-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bff152c
commit 7e993e2
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# Today-I-Learned | ||
Start:May 5.2024 | ||
## [AI](https://github.com/snowykte0426/Today-I-Learned/tree/main/AI) | ||
+ [Markov Decision Process](https://github.com/snowykte0426/Today-I-Learned/tree/main/AI) | ||
## [Backend](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend) | ||
+ [RESTful](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Designing%20a%20RESTful%20API.md) | ||
### [Database](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend/Database) | ||
+ [Relational Database](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Database/Relational%20DataBase.md) | ||
### [Spring](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend/Spring) | ||
+ [Annotation](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Annotation.md) | ||
+ [Bean LifeCycle,Bean Scope](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Bean%20LifeCycle%2CScope.md) | ||
+ [Bean,Component](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Bean%2CComponent.md) | ||
+ [Build Tool,Directory Structure](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Build%20Tool%2CDirectory%20Structure.md) | ||
+ [DAO,DTO,VO,Builder Pattern](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/DAO%2CDTO%2CVO%2CBuilder%20Pattern.md) | ||
+ [Dispatcher-Servlet](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Dispatcher-Servlet.md) | ||
+ [GraphQL](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/GraphQL%20for%20Springboot.md) | ||
+ [Servlet](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Servlet.md) | ||
+ [Spring DI,Spring IoC](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Servlet.md) | ||
+ [Spring MVC](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20MVC.md) | ||
+ [Spring Package Structure](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20Package%20Structure.md) | ||
+ [Spring WebFluw](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20Webflux.md) | ||
## [Data Structure](https://github.com/snowykte0426/Today-I-Learned/tree/main/Data%20Structure) | ||
+ [Graph](https://github.com/snowykte0426/Today-I-Learned/blob/main/Data%20Structure/Graph.md) | ||
+ [Tree](https://github.com/snowykte0426/Today-I-Learned/blob/main/Data%20Structure/Tree.md) | ||
## [Kotlin](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin) | ||
+ [Loop](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin/Loop.md) | ||
+ [Variable,Bitwise Operator](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin/Variable%2CBitwise%20Operato.md) | ||
## [Object-Oriented Programming](https://github.com/snowykte0426/Today-I-Learned/tree/main/Object-Oriented%20Programming) | ||
+ [SOLID](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/SOLID.md) | ||
### [Java](https://github.com/snowykte0426/Today-I-Learned/tree/main/Object-Oriented%20Programming/Java) | ||
+ [Abstract Class,Interface](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Abstract%20Class%2CInterface.md) | ||
+ [Access Modifier,Static,Get,Set,Encapsulation](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Access%20Modifier%2CStatic%2CGet%2CSet%2CEncapsulation.md) | ||
+ [Casting](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Casting(Polymorphism).md) | ||
+ [Class,Method,Field,Object,Instance](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Class%2CMethod%2CField%2CObject%2CInstance.md) | ||
+ [Inheritance,Overriding,Overloading](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Inheritance%2COverriding%2COverloading.md) | ||
## [English](https://github.com/snowykte0426/Today-I-Learned/tree/main/English) | ||
+ [TOEIC RC-1](https://github.com/snowykte0426/Today-I-Learned/blob/main/English/TOEIC%20RC-1.md) | ||
+ [TOEIC RC-2](https://github.com/snowykte0426/Today-I-Learned/blob/main/English/TOEIC%20RC-2.md) |