{"id":23080385,"url":"https://github.com/snowykte0426/today-i-learned","last_synced_at":"2025-04-30T13:09:28.272Z","repository":{"id":239328145,"uuid":"799230327","full_name":"snowykte0426/Today-I-Learned","owner":"snowykte0426","description":"Where I organize what I studied today","archived":false,"fork":false,"pushed_at":"2025-01-08T09:18:52.000Z","size":183,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T09:30:50.411Z","etag":null,"topics":["ai","c","data-structure","databa","english","kotlin","oop","spring"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snowykte0426.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-11T14:18:30.000Z","updated_at":"2025-01-08T09:18:56.000Z","dependencies_parsed_at":"2024-07-30T19:23:51.352Z","dependency_job_id":"890d7a39-486b-4d86-bdd4-f1daaee034e3","html_url":"https://github.com/snowykte0426/Today-I-Learned","commit_stats":null,"previous_names":["snowykte0426/today-i-learned"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowykte0426%2FToday-I-Learned","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowykte0426%2FToday-I-Learned/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowykte0426%2FToday-I-Learned/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowykte0426%2FToday-I-Learned/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snowykte0426","download_url":"https://codeload.github.com/snowykte0426/Today-I-Learned/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237897658,"owners_count":19383728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","c","data-structure","databa","english","kotlin","oop","spring"],"created_at":"2024-12-16T13:13:29.714Z","updated_at":"2025-02-09T02:42:06.849Z","avatar_url":"https://github.com/snowykte0426.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Today-I-Learned\nStart:May 5.2024\n## [AI](https://github.com/snowykte0426/Today-I-Learned/tree/main/AI)\n+ [Markov Decision Process](https://github.com/snowykte0426/Today-I-Learned/tree/main/AI)\n## [Backend](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend)\n+ [RESTful](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Designing%20a%20RESTful%20API.md)\n### [Database](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend/Database)\n+ [Relational Database](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Database/Relational%20DataBase.md)\n### [JPA](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend/JPA)\n+ [N+1 Problem](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/JPA/N%2B1%20Problem.mdx)\n+ [QueryDSL](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/JPA/QueryDSL.mdx)\n### [Spring](https://github.com/snowykte0426/Today-I-Learned/tree/main/Backend/Spring)\n+ [Annotation](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Annotation.md)\n+ [Bean LifeCycle,Bean Scope](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Bean%20LifeCycle%2CScope.md)\n+ [Bean,Component](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Bean%2CComponent.md)\n+ [Build Tool,Directory Structure](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Build%20Tool%2CDirectory%20Structure.md)\n+ [DAO,DTO,VO,Builder Pattern](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/DAO%2CDTO%2CVO%2CBuilder%20Pattern.md)\n+ [Dispatcher-Servlet](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Dispatcher-Servlet.md)\n+ [GraphQL](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/GraphQL%20for%20Springboot.md)\n+ [Servlet](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Servlet.md)\n+ [Spring DI,Spring IoC](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Servlet.md)\n+ [Spring MVC](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20MVC.md)\n+ [Spring Package Structure](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20Package%20Structure.md)\n+ [Spring WebFluw](https://github.com/snowykte0426/Today-I-Learned/blob/main/Backend/Spring/Spring%20Webflux.md)\n## [Data Structure](https://github.com/snowykte0426/Today-I-Learned/tree/main/Data%20Structure)\n+ [Graph](https://github.com/snowykte0426/Today-I-Learned/blob/main/Data%20Structure/Graph.md)\n+ [Tree](https://github.com/snowykte0426/Today-I-Learned/blob/main/Data%20Structure/Tree.md)\n## [Kotlin](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin)\n+ [Loop](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin/Loop.md)\n+ [Variable,Bitwise Operator](https://github.com/snowykte0426/Today-I-Learned/blob/main/Kotlin/Variable%2CBitwise%20Operato.md)\n## [Object-Oriented Programming](https://github.com/snowykte0426/Today-I-Learned/tree/main/Object-Oriented%20Programming)\n+ [SOLID](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/SOLID.md)\n### [Java](https://github.com/snowykte0426/Today-I-Learned/tree/main/Object-Oriented%20Programming/Java)\n+ [Abstract Class,Interface](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Abstract%20Class%2CInterface.md)\n+ [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)\n+ [Casting](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Casting(Polymorphism).md)\n+ [Class,Method,Field,Object,Instance](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Class%2CMethod%2CField%2CObject%2CInstance.md)\n+ [Inheritance,Overriding,Overloading](https://github.com/snowykte0426/Today-I-Learned/blob/main/Object-Oriented%20Programming/Java/Inheritance%2COverriding%2COverloading.md)\n## [English](https://github.com/snowykte0426/Today-I-Learned/tree/main/English)\n+ [TOEIC RC-1](https://github.com/snowykte0426/Today-I-Learned/blob/main/English/TOEIC%20RC-1.md)\n+ [TOEIC RC-2](https://github.com/snowykte0426/Today-I-Learned/blob/main/English/TOEIC%20RC-2.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowykte0426%2Ftoday-i-learned","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowykte0426%2Ftoday-i-learned","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowykte0426%2Ftoday-i-learned/lists"}