From 7e993e2b22e64468df103f89feddefd86ffb4337 Mon Sep 17 00:00:00 2001 From: snowykte0426 Date: Thu, 19 Dec 2024 10:16:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A9=EC=B0=A8=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index af808df..059e190 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file