├── 2021 ├── .DS_Store ├── AllOfSRS │ ├── donghun │ │ ├── chapter1.md │ │ ├── chapter2.md │ │ ├── chapter3.md │ │ ├── chapter4.md │ │ └── chapter5.md │ ├── hyein │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ └── chapter05.md │ ├── jongfeel │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chpater04.md │ │ ├── chpater05.md │ │ ├── chpater06.md │ │ ├── chpater07.md │ │ ├── chpater08.md │ │ ├── chpater09.md │ │ └── chpater10.md │ └── yoonu │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ └── chapter05.md ├── CleanCoder │ ├── donghun │ │ ├── chapter1.md │ │ ├── chapter2.md │ │ ├── chapter3.md │ │ ├── chapter4.md │ │ ├── chapter5.md │ │ └── chapter6.md │ ├── hyein │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ ├── chapter05.md │ │ └── chapter06.md │ ├── jongfeel │ │ ├── AppendixA_Tooling.md │ │ ├── before_chapter01.md │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ ├── chapter05.md │ │ ├── chapter06.md │ │ ├── chapter07.md │ │ ├── chapter08.md │ │ ├── chapter09.md │ │ ├── chapter10.md │ │ ├── chapter11.md │ │ ├── chapter12.md │ │ ├── chapter13.md │ │ └── chapter14.md │ └── yoonu │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ ├── chapter05.md │ │ └── chapter06.md └── SoftwareCraftsman │ ├── donghun │ ├── 1~4장 요약.md │ ├── chapter01.md │ ├── chapter02.md │ ├── chapter03.md │ ├── chapter04.md │ ├── chapter05.md │ ├── chapter06.md │ ├── chapter07.md │ └── chapter08.md │ ├── hyein │ ├── Chapter01.md │ ├── Chapter02.md │ ├── Chapter03.md │ ├── Chapter04.md │ ├── Chapter05.md │ ├── Chapter06.md │ ├── Chapter07.md │ └── Chapter08.md │ ├── jongfeel │ ├── appendix.md │ ├── chapter01.md │ ├── chapter02.md │ ├── chapter03.md │ ├── chapter04.md │ ├── chapter05.md │ ├── chapter06.md │ ├── chapter07.md │ ├── chapter08.md │ ├── chapter09.md │ ├── chapter10.md │ ├── chapter11.md │ ├── chapter12.md │ ├── chapter13.md │ ├── chapter14.md │ ├── chapter15.md │ └── chapter16.md │ └── yoonu │ ├── chapter01.md │ ├── chapter02.md │ ├── chapter03.md │ ├── chapter04.md │ ├── chapter05.md │ ├── chapter06.md │ ├── chapter07.md │ └── chapter08.md ├── 2022 ├── ApprenticeshipPatterns │ ├── Jihye │ │ └── chapter1&2.md │ ├── donghun │ │ ├── Ch1. 들어가는 글 ~ Ch2. 잔을 비우다.md │ │ ├── Ch3. 긴 여정을 걷다 ~ Ch4. 정확한 자기 평가.md │ │ ├── Ch5. 끊임 없는 학습 ~ Ch6. 학습 과정의 구성.md │ │ └── Ch7. 맺는 글.md │ ├── jolim │ │ ├── 1장_2장 │ │ └── 3장_4장 │ ├── jongfeel │ │ ├── 640px-Competence_Hierarchy_adapted_from_Noel_Burch_by_Igor_Kokcharov.svg.png │ │ ├── Appendix_B_C.md │ │ ├── Chapter1_Introduction.md │ │ ├── Chapter2_Emptying_the_Cup.md │ │ ├── Chapter3_Walking_the_Long_Road.md │ │ ├── Chapter4_Accurate_Self-Assessment.md │ │ ├── Chapter5_Perpetual_Learning.md │ │ ├── Chapter6_Construct_Your_Curriculum.md │ │ └── Chapter7_Conclusion.md │ ├── taehyoung │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ ├── chapter03.md │ │ ├── chapter04.md │ │ ├── chapter05.md │ │ ├── chapter06.md │ │ └── chapter07.md │ ├── wooyaggo86 │ │ └── chapter7.md │ └── ykmo │ │ ├── chapter1.md │ │ ├── chapter2.md │ │ ├── chapter3.md │ │ └── chapter4.md ├── GrowTogether │ ├── Jihye │ │ ├── chapter1.md │ │ ├── chapter2.md │ │ └── chapter3.md │ ├── donghun │ │ ├── Chapter1_자라기.md │ │ ├── Chapter2_함께.md │ │ └── Chapter3_애자일.md │ ├── hyein │ │ ├── Chapter1_자라기.md │ │ ├── Chapter2_자라기.md │ │ └── Chapter3_자라기.md │ ├── jolim │ │ ├── Chapter1_ 자라기.md │ │ ├── Chapter2_ 함께.md │ │ └── Chapter3_ 애자일.md │ ├── jongfeel │ │ ├── Chapter1_자라기.md │ │ ├── Chapter2_함께.md │ │ └── Chapter3_애자일.md │ ├── taehyoung │ │ ├── chapter01.md │ │ ├── chapter02.md │ │ └── chapter03_04.md │ ├── wooyaggo86 │ │ ├── Chapter1_자라기.md │ │ ├── Chapter2_함께.md │ │ └── Chapter3_애자일.md │ ├── ykmo │ │ ├── chapter1.md │ │ ├── chapter2.md │ │ └── chapter3.md │ └── yoonu │ │ └── chapter01.md ├── PragmaticProgrammer │ └── wooyaggo86 │ │ └── chapter1.md ├── ThePragmaticProgrammer │ ├── chapter01.md │ ├── chapter02.md │ ├── chapter03.md │ ├── chapter04.md │ ├── chapter05.md │ ├── chapter06.md │ ├── chapter07.md │ ├── chapter08.md │ └── chapter09.md └── ThePragmaticProgrammer20thAnniversaryEdition │ ├── donghun │ ├── Chapter1_A_Pragmatic_Philosophy.md │ ├── Chapter2_A_Pragmatic_Approach.md │ ├── Chapter3_The_Basic_Tool.md │ ├── Chapter4_Pragmatic_Paranoia.md.md │ ├── Chapter5_Bend, Break.md │ ├── Chapter6_Concurrency.md │ ├── Chapter7_While You Are Coding.md │ ├── Chapter8_Before the Project.md │ └── Chapter9_Pragmatic Projects.md │ ├── jongfeel │ ├── Chapter10_Postface.md │ ├── Chapter1_A_Pragmatic_Philosophy.md │ ├── Chapter2_A_Pragmatic_Approach.md │ ├── Chapter3_The_Basic_Tools.md │ ├── Chapter4_Pragmatic_Paranoia.md │ ├── Chapter5_Bend_or_Break.md │ ├── Chapter6_Concurrency.md │ ├── Chapter7_While_You_Are_Coding.md │ ├── Chapter8_Before_the_Project.md │ └── Chapter9_Pragmatic_Project.md │ └── wooyaggo86 │ ├── Chapter7.md │ └── Chapter8.md ├── 2023 ├── .DS_Store ├── FundamentalsOfSoftwareArchitecture │ ├── .DS_Store │ ├── dhlee │ │ ├── ch09.md │ │ ├── ch10.md │ │ ├── ch11.md │ │ ├── ch12..md │ │ ├── ch13.md │ │ ├── ch14.md │ │ ├── ch15.md │ │ ├── ch16.md │ │ ├── ch17.md │ │ ├── ch18.md │ │ ├── ch19.md │ │ ├── ch20.md │ │ └── ch21-24.md │ ├── jeonglee │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ ├── Chapter08.md │ │ ├── Chapter09.md │ │ ├── Chapter10.md │ │ ├── Chapter11.md │ │ ├── Chapter12.md │ │ ├── Chapter13.md │ │ ├── Chapter14.md │ │ ├── Chapter15.md │ │ ├── Chapter16.md │ │ ├── Chapter17.md │ │ ├── Chapter18.md │ │ ├── Chapter19.md │ │ ├── Chapter20.md │ │ ├── Chapter21.md │ │ ├── Chapter22.md │ │ ├── Chapter23.md │ │ └── Chapter24.md │ ├── jihye │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ ├── ch11.md │ │ ├── ch12.md │ │ ├── ch13.md │ │ ├── ch14.md │ │ ├── ch15.md │ │ ├── ch16.md │ │ ├── ch17.md │ │ ├── ch18.md │ │ ├── ch19.md │ │ ├── ch20.md │ │ ├── ch21.md │ │ ├── ch22.md │ │ ├── ch23.md │ │ └── ch24.md │ ├── jongfeel │ │ ├── Chapter1 Introductions.md │ │ ├── Chapter10 Layered Architecture Style.md │ │ ├── Chapter11 Pipeline Architecture Style.md │ │ ├── Chapter12 Microkernel Architecture Style.md │ │ ├── Chapter13 Service-Based Architecture Style.md │ │ ├── Chapter14 Event-Driven Architecture Style.md │ │ ├── Chapter15 Space-Based Architecture Style.md │ │ ├── Chapter16 Orchestration-Driven Service-Oriented Architecture.md │ │ ├── Chapter17 Microservices Architecture.md │ │ ├── Chapter18 Choosing the Appropriate Architecture Style.md │ │ ├── Chapter19 Architecture Decisions.md │ │ ├── Chapter2 Architectural Thinking.md │ │ ├── Chapter20 Analyzing Architecture Risk.md │ │ ├── Chapter21 Diagramming and Presenting Architecture.md │ │ ├── Chapter22 Making Teams Effective.md │ │ ├── Chapter23 Negotiation and Leadership Skills.md │ │ ├── Chapter24 Developing a Career Path.md │ │ ├── Chapter3 Modularity.md │ │ ├── Chapter4 Architecture Characteristics Defined.md │ │ └── Chapter9 Foundations.md │ └── taehyoung │ │ ├── ch17.md │ │ ├── ch18.md │ │ ├── ch19.md │ │ ├── ch20.md │ │ ├── ch21.md │ │ ├── ch22.md │ │ ├── ch23.md │ │ └── ch24.md ├── FundamentalsofSoftwareArchitecture │ ├── dhlee │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ ├── ch11.md │ │ └── ch12..md │ ├── jeonglee │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ └── Chapter04.md │ ├── jongfeel │ │ ├── Chapter5 Identifying Architectural Characteristics.md │ │ ├── Chapter6 Measuring and Governing Architecture Characteristics.md │ │ ├── Chapter7 Scope of Architecture Characteristics.md │ │ └── Chapter8 Component-Based Thinking.md │ ├── sanga │ │ ├── 13.md │ │ ├── 14.md │ │ ├── 15.md │ │ ├── 16.md │ │ ├── 1장.md │ │ ├── 2장.md │ │ ├── 3장.md │ │ ├── 4장.md │ │ ├── 5장.md │ │ ├── 6장.md │ │ ├── 7장.md │ │ └── 8장.md │ └── taehyoung │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ ├── ch11.md │ │ ├── ch12.md │ │ ├── ch13.md │ │ └── ch14.md ├── GoodCodeBadCode │ ├── donghun │ │ ├── ch.10.md │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ └── ch10.md │ ├── donghyeon │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ └── ch11.md │ ├── jeonglee │ │ ├── Chapter00(Perface).md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ ├── Chapter08.md │ │ ├── Chapter09.md │ │ ├── Chapter10.md │ │ └── Chapter11.md │ ├── jihye │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ └── ch11.md │ ├── jongfeel │ │ ├── Chapter10_Unit testing principles.md │ │ ├── Chapter11_Unit testing practices.md │ │ ├── Chapter1_Code quality.md │ │ ├── Chapter2_Layers of abstraction.md │ │ ├── Chapter3_Thinking about other engineers.md │ │ ├── Chapter4_Errors.md │ │ ├── Chapter5_Make code readable.md │ │ ├── Chapter6_Avoid surprises.md │ │ ├── Chapter7_Make code hard to misuse.md │ │ ├── Chapter8_Make code modular.md │ │ └── Chapter9_Make code reusable and generalizable.md │ ├── taehyoung │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ └── ch11.md │ └── wooyaggo86 │ │ └── ch05_06.md ├── RadicalCandor │ ├── .DS_Store │ ├── donghyeon │ │ ├── ch1.md │ │ ├── ch2.md │ │ ├── ch3.md │ │ ├── ch4.md │ │ ├── ch5.md │ │ ├── ch6.md │ │ ├── ch7.md │ │ └── ch8.md │ ├── jeonglee │ │ ├── Chapter00(Perface).md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ └── Chapter08.md │ ├── jihye │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ └── ch08.md │ ├── jongfeel │ │ ├── Chapter1_BUILD RADICALLY CANDID RELATIONSHIPS Bringing your whole self to work.md │ │ ├── Chapter2_GET, GIVE, AND ENCOURAGE GUIDANCE Creating a culture of open communication.md │ │ ├── Chapter3_UNDERSTAND WHAT MOTIVATES EACH PERSON ON YOUR TEAM Helping people take a step in the direction of their dreams.md │ │ ├── Chapter4_DRIVE RESULTS COLLABORATIVELY Telling people what to do doesnt work.md │ │ ├── Chapter5_RELATIONSHIPS An approach to establishing trust with your direct reports.md │ │ ├── Chapter6_GUIDANCE Ideas for getting, giving, encouraging praise & criticism.md │ │ ├── Chapter7_TEAM Techniques for avoiding boredom and burnout.md │ │ └── Chapter8_RESULTS Things you can do to get stuff done together —faster.md │ ├── sanga │ │ ├── Chapter00(Preface).md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ └── Chapter08.md │ └── taehyoung │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ └── ch08.md └── TheEssenseOfObjectOrientation │ ├── .DS_Store │ └── harryho │ └── ch01-04.md ├── 2024 ├── .DS_Store ├── PatternsOfEnterpriseApplicationArchitecture │ ├── donghyeon │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ ├── ch08.md │ │ ├── ch09.md │ │ ├── ch10.md │ │ ├── ch11.md │ │ ├── ch12-2.md │ │ ├── ch12.md │ │ ├── ch13.md │ │ ├── ch14.md │ │ ├── ch15.md │ │ ├── ch16.md │ │ ├── ch17.md │ │ └── ch18.md │ ├── jongfeel │ │ ├── Chapter14_Web_Presentation_Patterns │ │ │ ├── 14.1_Model_View_Controller.md │ │ │ ├── 14.2_Page_Controller.md │ │ │ ├── 14.3_Front_Controller.md │ │ │ ├── 14.4_Template_View.md │ │ │ ├── 14.5_Transform_View.md │ │ │ ├── 14.6_Two_Step_View.md │ │ │ └── 14.7_Application_Controller.md │ │ ├── Chapter15_Distribution_Patterns │ │ │ ├── 15.1_Remote_Facade.md │ │ │ └── 15.2_Data_Trasnfor_Object.md │ │ ├── Chapter16_Offline_Concurrency_Patterns │ │ │ ├── 16.1_Optimistic_Offline_Lock.md │ │ │ ├── 16.2_Pessimistic_Offline_Lock.md │ │ │ ├── 16.3_Coarse_Grained_Lock.md │ │ │ └── 16.4_Implicit_Lock.md │ │ ├── Chapter17_Session_State_Patterns │ │ │ ├── 17.1_Client_Session_State.md │ │ │ ├── 17.2_Server_Session_State.md │ │ │ └── 17.3_Database_Session_State.md │ │ ├── Chapter18_Base_Patterns │ │ │ ├── 18.10_Service_Stub.md │ │ │ ├── 18.11_Record_Set.md │ │ │ ├── 18.1_Gateway.md │ │ │ ├── 18.2_Mapper.md │ │ │ ├── 18.3_Layer_Supertype.md │ │ │ ├── 18.4_Separated_Interface.md │ │ │ ├── 18.5_Registry.md │ │ │ ├── 18.6_Value_Object.md │ │ │ ├── 18.7_Money.md │ │ │ ├── 18.8_Special_Case.md │ │ │ └── 18.9_Plugin.md │ │ ├── Chapter_11_Object-Relational_Behavioral_Patterns │ │ │ ├── 11.1_Unit_of_Work.md │ │ │ ├── 11.2_Identity_Map.md │ │ │ └── 11.3_Lazy_Load.md │ │ ├── Chapter_12_Object-Relational_Structural_Patterns │ │ │ ├── 12.10_Inheritance_Mappers.md │ │ │ ├── 12.1_Identity_Field.md │ │ │ ├── 12.2_Foreign_Key_Mapping.md │ │ │ ├── 12.3_Association_Table_Mapping.md │ │ │ ├── 12.4_Dependent_Mapping.md │ │ │ ├── 12.5_Embedded_Value.md │ │ │ ├── 12.6_Serialized_LOB.md │ │ │ ├── 12.7_Single_Table_Inheritance.md │ │ │ ├── 12.8_Class_Table_Inheritance.md │ │ │ └── 12.9_Concrete_Table_Inheritance.md │ │ └── Chapter_13_Object-Relational_Metadata_Mapping_Patterns │ │ │ ├── 13.1_Metadata_Mapping.md │ │ │ ├── 13.2_Query_Object.md │ │ │ └── 13.3_Repository.md │ ├── taehyoung │ │ ├── 1.md │ │ ├── 10.md │ │ ├── 11.md │ │ ├── 12.md │ │ ├── 13.md │ │ ├── 14.md │ │ ├── 15.md │ │ ├── 16.md │ │ ├── 17.md │ │ ├── 18.md │ │ ├── 2.md │ │ ├── 3.md │ │ ├── 4.md │ │ ├── 5.md │ │ ├── 6.md │ │ ├── 7.md │ │ ├── 8.md │ │ └── 9.md │ └── wooyaggo86 │ │ ├── Part1.md │ │ ├── Part3.md │ │ └── Part5.md ├── PatternsofEnterpriseApplicationArchitecture │ └── jongfeel │ │ ├── Chapter_10_Data_Source_Architectural_Patterns.md │ │ ├── Chapter_1_Layering.md │ │ ├── Chapter_2_Organizing_Domain_Logic.md │ │ ├── Chapter_3_Mapping_to_Relational_Databases.md │ │ ├── Chapter_4_Web_Presentation.md │ │ ├── Chapter_5_Concurrency.md │ │ ├── Chapter_6_Session_State.md │ │ ├── Chapter_7_Distribution_Strategies.md │ │ ├── Chapter_8_Putting_It_All_Together.md │ │ └── Chapter_9_Domain_Logic_Patterns.md ├── The Psychology of Computer Programming │ ├── .DS_Store │ └── 홍성현 │ │ ├── .empty │ │ └── Part1.md ├── TheEssenseOfObjectOrientation │ ├── .DS_Store │ ├── Chapter_1_협력하는_객체들의_공동체.md │ ├── Chapter_2_이상한_나라의_객체.md │ ├── Chapter_3_타입과_추상화.md │ ├── Chapter_4_역할_책임_협력.md │ ├── Jeonglee │ │ ├── Chapter00.md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ └── supplementA.md │ ├── donghyeon │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ ├── ch04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ └── 부록A.md │ ├── harryho │ │ ├── .DS_Store │ │ ├── ch01-04.md │ │ ├── ch05.md │ │ ├── ch06.md │ │ ├── ch07.md │ │ └── 부록 A.md │ ├── jongfeel │ │ ├── AppendixA.md │ │ ├── Chapter00.md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ ├── Chapter06.md │ │ ├── Chapter07.md │ │ └── Discussions2.md │ ├── taehyoung │ │ ├── ch01.md │ │ ├── ch02.md │ │ ├── ch03.md │ │ └── ch04.md │ └── yeshin │ │ ├── Attachment_A_Abstraction_Role.md │ │ ├── Chapter_1_A_Community_Of_Collaborating_Objects.md │ │ ├── Chapter_2_Objects_In_Wonderland.md │ │ ├── Chapter_3_Types_And_Abstraction.md │ │ ├── Chapter_4_Roles_Responsibilities_Collaborations.md │ │ ├── Chapter_5_Responsibility_and_message.md │ │ ├── Chapter_6_Object_Map.md │ │ └── Chapter_7_Put_Together.md └── ThePsychologyOfComputerProgramming │ ├── Jeonglee │ ├── Chapter01.md │ ├── Chapter02.md │ ├── Part01.md │ ├── Part02.md │ ├── Part03.md │ └── Part04.md │ ├── donghyeon │ ├── Ch01.md │ ├── Ch02.md │ ├── Ch03.md │ ├── Ch04.md │ ├── Ch05.md │ ├── Ch06.md │ ├── Ch07.md │ ├── Ch08.md │ ├── Ch09.md │ ├── Ch10.md │ ├── Ch11.md │ ├── Ch12.md │ └── Ch13.md │ ├── jiyun │ ├── chapter01.md │ ├── chapter02.md │ ├── chapter03.md │ ├── chapter04.md │ ├── chapter05.md │ ├── chapter06.md │ ├── chapter07.md │ ├── chapter08.md │ ├── chapter09.md │ └── chapter10.md │ ├── jongfeel │ ├── Chapter_10_Motivation, Training, and Experience.md │ ├── Chapter_11_Programming_Languages.md │ ├── Chapter_12_Some_Principles_for_Programming_Language_Design.md │ ├── Chapter_13_Other_Programming_Tools.md │ ├── Chapter_1_Reading_Programs.md │ ├── Chapter_2_What_Makes_A_Good_Program.md │ ├── Chapter_3_How_Can_We_Study_Programming.md │ ├── Chapter_4_The_Programming_Group.md │ ├── Chapter_5_The_Programming_Team.md │ ├── Chapter_6_The_Programming_Project.md │ ├── Chapter_7_Variations_in_the_programming_task.md │ ├── Chapter_8_Personality_Factors.md │ └── Chapter_9_Intelligence, or Problem-Solving Ability.md │ ├── taehyoung │ ├── 1.md │ ├── 10.md │ ├── 11.md │ ├── 12.md │ ├── 13.md │ ├── 2.md │ ├── 3.md │ ├── 4.md │ ├── 5.md │ ├── 6.md │ ├── 7.md │ ├── 8.md │ └── 9.md │ ├── wooyaggo86 │ ├── Part1.md │ ├── Part2.md │ ├── Part3.md │ └── Part4.md │ └── yeshin │ ├── Chapter_10_Motivation_Training_and_Experience.md │ ├── Chapter_11_Programming_Languages.md │ ├── Chapter_12_Some_Principles_For_Programming_Language_Design.md │ ├── Chapter_13_Other_Programming_Tools.md │ ├── Chapter_1_Reading_Programs.md │ ├── Chapter_2_What_Makes_A_Good_Program.md │ ├── Chapter_3_How_Can_We_Study_Programming.md │ ├── Chapter_4_Programming_Group.md │ ├── Chapter_5_Programming_Team.md │ ├── Chapter_6_Programming_Project.md │ ├── Chapter_7_Variations_In_The_Programming_Task.md │ ├── Chapter_8_Personality_Factors.md │ └── Chapter_9_Intelligence_or_Problem-Solving_Ability.md ├── 2025 ├── Becoming a Better Programmer │ ├── .DS_Store │ ├── README.md │ ├── aquamagic9 │ │ ├── Chapter1~8.md │ │ └── Chapter9~13.md │ ├── donghyeon │ │ ├── ch14~23.md │ │ ├── ch1~8.md │ │ ├── ch24~33.md │ │ ├── ch34~39.md │ │ └── ch9~13.md │ ├── hemil0102 │ │ ├── 14장~23장.md │ │ ├── 1~8장.md │ │ ├── 24장~33장.md │ │ ├── 34장~39장.md │ │ └── 9~13장.md │ ├── jongfeel │ │ ├── Chapter_14_to_23.md │ │ ├── Chapter_24_to_33.md │ │ ├── Chapter_33_to_39_and_interviews.md │ │ ├── Chater_1_to_8.md │ │ └── Chater_9_to_13.md │ ├── taehyoung │ │ ├── 1.md │ │ ├── 10.md │ │ ├── 11.md │ │ ├── 12.md │ │ ├── 13.md │ │ ├── 14.md │ │ ├── 15.md │ │ ├── 16.md │ │ ├── 17.md │ │ ├── 18.md │ │ ├── 19.md │ │ ├── 2.md │ │ ├── 20.md │ │ ├── 21.md │ │ ├── 22.md │ │ ├── 23.md │ │ ├── 24.md │ │ ├── 25.md │ │ ├── 26.md │ │ ├── 27.md │ │ ├── 28.md │ │ ├── 29.md │ │ ├── 3.md │ │ ├── 30.md │ │ ├── 31.md │ │ ├── 32.md │ │ ├── 33.md │ │ ├── 34.md │ │ ├── 35.md │ │ ├── 36.md │ │ ├── 37.md │ │ ├── 38.md │ │ ├── 39.md │ │ ├── 4.md │ │ ├── 5.md │ │ ├── 6.md │ │ ├── 7.md │ │ ├── 8.md │ │ ├── 9.md │ │ ├── 부록-1.md │ │ ├── 부록-2.md │ │ ├── 부록-3.md │ │ ├── 부록-4.md │ │ ├── 부록-5.md │ │ ├── 부록-6.md │ │ ├── 부록-7.md │ │ └── 부록-8.md │ ├── tttghost │ │ ├── Chapter14~23.md │ │ ├── Chapter1~8.md │ │ ├── Chapter24~32.md │ │ ├── Chapter33~End.md │ │ └── Chapter9~13.md │ └── ymkim97 │ │ ├── chapter14~23.md │ │ ├── chapter1~8.md │ │ ├── chapter24~33.md │ │ ├── chapter34~39_appendix.md │ │ └── chapter9~13.md ├── Domain-Driven Design Quickly │ ├── README.md │ ├── aquamagic9 │ │ ├── Chapter1.md │ │ ├── Chapter2.md │ │ ├── Chapter3.md │ │ ├── Chapter4.md │ │ ├── Chapter5.md │ │ └── Chapter6.md │ ├── donghyeon │ │ ├── ch1-2-3.md │ │ └── ch4-5-6.md │ ├── hemil0102 │ │ ├── 1장.md │ │ └── 4,5,6장.md │ ├── jeonglee │ │ ├── Chapter00.md │ │ ├── Chapter01.md │ │ ├── Chapter02.md │ │ ├── Chapter03.md │ │ ├── Chapter04.md │ │ ├── Chapter05.md │ │ └── Chapter06.md │ ├── jongfeel │ │ ├── Chapter1_2_3.md │ │ └── Chapter4_5_6.md │ ├── taehyoung │ │ ├── 1.md │ │ ├── 2.md │ │ ├── 3.md │ │ ├── 4.md │ │ ├── 5.md │ │ └── 6.md │ ├── tttghost │ │ ├── Chapter1.md │ │ ├── Chapter2.md │ │ └── Chapter3.md │ └── ymkim97 │ │ ├── chapter1_2_3.md │ │ └── chapter4_5_6.md └── RobustWithTypeFlexibleWithPolymorphism │ ├── aquamagic9 │ ├── Chapter1.md │ ├── Chapter2.md │ ├── Chapter3.md │ ├── Chapter4.md │ └── Chapter5.md │ ├── chapter1.md │ ├── chapter2.md │ ├── hemil0102 │ ├── .DS_Store │ ├── 2장.md │ ├── 3장.md │ ├── 4장.md │ └── 5장.md │ ├── jeonglee │ ├── Chapter01.md │ ├── Chapter02.md │ ├── Chapter03.md │ ├── Chapter04.md │ └── Chapter05.md │ ├── jintaeyeong │ ├── 1장 타입검사 훑어보기.md │ ├── 3장 매개변수에 의한 다형성.md │ ├── 4장 두 다형성의 만남.md │ └── 5장 오버로딩에 의한 다형성.md │ ├── jongfeel │ ├── Chapter1_OverviewTypeCheck.md │ ├── Chapter2_PolymorphismBySubtype.md │ ├── Chapter3_PolymorphismByArgument.md │ ├── Chapter4_MergeTwoPolymorphism.md │ └── Chapter5_PolymorphismByOverloading.md │ ├── taehyoung │ ├── Chapter1.md │ ├── Chapter2.md │ ├── Chapter3.md │ ├── Chapter4.md │ └── Chapter5.md │ ├── tttghost │ └── Chapter1.md │ └── ymkim97 │ ├── chapter1.md │ ├── chapter2.md │ ├── chapter3.md │ ├── chapter4.md │ └── chapter5.md ├── .github ├── assign-reviewers.txt └── workflows │ └── on_pr_opened.yaml ├── LICENSE ├── README.md └── create_pr.sh /.github/assign-reviewers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/.github/assign-reviewers.txt -------------------------------------------------------------------------------- /.github/workflows/on_pr_opened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/.github/workflows/on_pr_opened.yaml -------------------------------------------------------------------------------- /2021/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/.DS_Store -------------------------------------------------------------------------------- /2021/AllOfSRS/donghun/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/donghun/chapter1.md -------------------------------------------------------------------------------- /2021/AllOfSRS/donghun/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/donghun/chapter2.md -------------------------------------------------------------------------------- /2021/AllOfSRS/donghun/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/donghun/chapter3.md -------------------------------------------------------------------------------- /2021/AllOfSRS/donghun/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/donghun/chapter4.md -------------------------------------------------------------------------------- /2021/AllOfSRS/donghun/chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/donghun/chapter5.md -------------------------------------------------------------------------------- /2021/AllOfSRS/hyein/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/hyein/chapter01.md -------------------------------------------------------------------------------- /2021/AllOfSRS/hyein/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/hyein/chapter02.md -------------------------------------------------------------------------------- /2021/AllOfSRS/hyein/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/hyein/chapter03.md -------------------------------------------------------------------------------- /2021/AllOfSRS/hyein/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/hyein/chapter04.md -------------------------------------------------------------------------------- /2021/AllOfSRS/hyein/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/hyein/chapter05.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chapter01.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chapter02.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chapter03.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater04.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater05.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater06.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater07.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater08.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater09.md -------------------------------------------------------------------------------- /2021/AllOfSRS/jongfeel/chpater10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/jongfeel/chpater10.md -------------------------------------------------------------------------------- /2021/AllOfSRS/yoonu/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/yoonu/chapter01.md -------------------------------------------------------------------------------- /2021/AllOfSRS/yoonu/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/yoonu/chapter02.md -------------------------------------------------------------------------------- /2021/AllOfSRS/yoonu/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/yoonu/chapter03.md -------------------------------------------------------------------------------- /2021/AllOfSRS/yoonu/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/yoonu/chapter04.md -------------------------------------------------------------------------------- /2021/AllOfSRS/yoonu/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/AllOfSRS/yoonu/chapter05.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter1.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter2.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter3.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter4.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter5.md -------------------------------------------------------------------------------- /2021/CleanCoder/donghun/chapter6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/donghun/chapter6.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter01.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter02.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter03.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter04.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter05.md -------------------------------------------------------------------------------- /2021/CleanCoder/hyein/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/hyein/chapter06.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/AppendixA_Tooling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/AppendixA_Tooling.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/before_chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/before_chapter01.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter01.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter02.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter03.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter04.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter05.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter06.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter07.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter08.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter09.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter10.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter11.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter12.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter13.md -------------------------------------------------------------------------------- /2021/CleanCoder/jongfeel/chapter14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/jongfeel/chapter14.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter01.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter02.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter03.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter04.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter05.md -------------------------------------------------------------------------------- /2021/CleanCoder/yoonu/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/CleanCoder/yoonu/chapter06.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/1~4장 요약.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/1~4장 요약.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter01.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter02.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter03.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter04.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter05.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter06.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter07.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/donghun/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/donghun/chapter08.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter01.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter02.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter03.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter04.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter05.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter06.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter07.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/hyein/Chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/hyein/Chapter08.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/appendix.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter01.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter02.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter03.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter04.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter05.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter06.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter07.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter08.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter09.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter10.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter11.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter12.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter13.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter14.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter15.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/jongfeel/chapter16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/jongfeel/chapter16.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter01.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter02.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter03.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter04.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter05.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter06.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter07.md -------------------------------------------------------------------------------- /2021/SoftwareCraftsman/yoonu/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2021/SoftwareCraftsman/yoonu/chapter08.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/Jihye/chapter1&2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/Jihye/chapter1&2.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/donghun/Ch1. 들어가는 글 ~ Ch2. 잔을 비우다.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/donghun/Ch1. 들어가는 글 ~ Ch2. 잔을 비우다.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/donghun/Ch3. 긴 여정을 걷다 ~ Ch4. 정확한 자기 평가.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/donghun/Ch3. 긴 여정을 걷다 ~ Ch4. 정확한 자기 평가.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/donghun/Ch5. 끊임 없는 학습 ~ Ch6. 학습 과정의 구성.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/donghun/Ch5. 끊임 없는 학습 ~ Ch6. 학습 과정의 구성.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/donghun/Ch7. 맺는 글.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/donghun/Ch7. 맺는 글.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jolim/1장_2장: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jolim/1장_2장 -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jolim/3장_4장: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jolim/3장_4장 -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Appendix_B_C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Appendix_B_C.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter1_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter1_Introduction.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter2_Emptying_the_Cup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter2_Emptying_the_Cup.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter3_Walking_the_Long_Road.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter3_Walking_the_Long_Road.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter4_Accurate_Self-Assessment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter4_Accurate_Self-Assessment.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter5_Perpetual_Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter5_Perpetual_Learning.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter6_Construct_Your_Curriculum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter6_Construct_Your_Curriculum.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/jongfeel/Chapter7_Conclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/jongfeel/Chapter7_Conclusion.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter01.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter02.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter03.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter04.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter05.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter06.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/taehyoung/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/taehyoung/chapter07.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/wooyaggo86/chapter7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/wooyaggo86/chapter7.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/ykmo/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/ykmo/chapter1.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/ykmo/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/ykmo/chapter2.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/ykmo/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/ykmo/chapter3.md -------------------------------------------------------------------------------- /2022/ApprenticeshipPatterns/ykmo/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ApprenticeshipPatterns/ykmo/chapter4.md -------------------------------------------------------------------------------- /2022/GrowTogether/Jihye/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/Jihye/chapter1.md -------------------------------------------------------------------------------- /2022/GrowTogether/Jihye/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/Jihye/chapter2.md -------------------------------------------------------------------------------- /2022/GrowTogether/Jihye/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/Jihye/chapter3.md -------------------------------------------------------------------------------- /2022/GrowTogether/donghun/Chapter1_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/donghun/Chapter1_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/donghun/Chapter2_함께.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/donghun/Chapter2_함께.md -------------------------------------------------------------------------------- /2022/GrowTogether/donghun/Chapter3_애자일.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/donghun/Chapter3_애자일.md -------------------------------------------------------------------------------- /2022/GrowTogether/hyein/Chapter1_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/hyein/Chapter1_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/hyein/Chapter2_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/hyein/Chapter2_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/hyein/Chapter3_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/hyein/Chapter3_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/jolim/Chapter1_ 자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jolim/Chapter1_ 자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/jolim/Chapter2_ 함께.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jolim/Chapter2_ 함께.md -------------------------------------------------------------------------------- /2022/GrowTogether/jolim/Chapter3_ 애자일.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jolim/Chapter3_ 애자일.md -------------------------------------------------------------------------------- /2022/GrowTogether/jongfeel/Chapter1_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jongfeel/Chapter1_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/jongfeel/Chapter2_함께.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jongfeel/Chapter2_함께.md -------------------------------------------------------------------------------- /2022/GrowTogether/jongfeel/Chapter3_애자일.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/jongfeel/Chapter3_애자일.md -------------------------------------------------------------------------------- /2022/GrowTogether/taehyoung/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/taehyoung/chapter01.md -------------------------------------------------------------------------------- /2022/GrowTogether/taehyoung/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/taehyoung/chapter02.md -------------------------------------------------------------------------------- /2022/GrowTogether/taehyoung/chapter03_04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/taehyoung/chapter03_04.md -------------------------------------------------------------------------------- /2022/GrowTogether/wooyaggo86/Chapter1_자라기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/wooyaggo86/Chapter1_자라기.md -------------------------------------------------------------------------------- /2022/GrowTogether/wooyaggo86/Chapter2_함께.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/wooyaggo86/Chapter2_함께.md -------------------------------------------------------------------------------- /2022/GrowTogether/wooyaggo86/Chapter3_애자일.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/wooyaggo86/Chapter3_애자일.md -------------------------------------------------------------------------------- /2022/GrowTogether/ykmo/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/ykmo/chapter1.md -------------------------------------------------------------------------------- /2022/GrowTogether/ykmo/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/ykmo/chapter2.md -------------------------------------------------------------------------------- /2022/GrowTogether/ykmo/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/ykmo/chapter3.md -------------------------------------------------------------------------------- /2022/GrowTogether/yoonu/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/GrowTogether/yoonu/chapter01.md -------------------------------------------------------------------------------- /2022/PragmaticProgrammer/wooyaggo86/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/PragmaticProgrammer/wooyaggo86/chapter1.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter01.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter02.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter03.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter04.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter05.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter06.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter07.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter08.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer/chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer/chapter09.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter2_A_Pragmatic_Approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter2_A_Pragmatic_Approach.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter3_The_Basic_Tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter3_The_Basic_Tool.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter5_Bend, Break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter5_Bend, Break.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter6_Concurrency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter6_Concurrency.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter7_While You Are Coding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter7_While You Are Coding.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter8_Before the Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter8_Before the Project.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter9_Pragmatic Projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/donghun/Chapter9_Pragmatic Projects.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter10_Postface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter10_Postface.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter3_The_Basic_Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter3_The_Basic_Tools.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter4_Pragmatic_Paranoia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter4_Pragmatic_Paranoia.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter5_Bend_or_Break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter5_Bend_or_Break.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter6_Concurrency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter6_Concurrency.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter8_Before_the_Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter8_Before_the_Project.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter9_Pragmatic_Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/jongfeel/Chapter9_Pragmatic_Project.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/wooyaggo86/Chapter7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/wooyaggo86/Chapter7.md -------------------------------------------------------------------------------- /2022/ThePragmaticProgrammer20thAnniversaryEdition/wooyaggo86/Chapter8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2022/ThePragmaticProgrammer20thAnniversaryEdition/wooyaggo86/Chapter8.md -------------------------------------------------------------------------------- /2023/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/.DS_Store -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/.DS_Store -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch09.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch10.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch11.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch12..md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch12..md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch13.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch14.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch15.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch16.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch17.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch18.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch19.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch20.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/dhlee/ch21-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/dhlee/ch21-24.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter06.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter07.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter08.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter09.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter10.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter11.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter12.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter13.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter14.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter15.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter16.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter17.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter18.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter19.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter20.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter21.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter22.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter23.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jeonglee/Chapter24.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch01.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch02.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch03.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch04.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch05.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch06.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch07.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch08.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch09.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch10.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch11.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch12.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch13.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch14.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch15.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch16.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch17.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch18.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch19.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch20.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch21.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch22.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch23.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jihye/ch24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jihye/ch24.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter1 Introductions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter1 Introductions.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter10 Layered Architecture Style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter10 Layered Architecture Style.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter19 Architecture Decisions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter19 Architecture Decisions.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter2 Architectural Thinking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter2 Architectural Thinking.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter22 Making Teams Effective.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter22 Making Teams Effective.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter24 Developing a Career Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter24 Developing a Career Path.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter3 Modularity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter3 Modularity.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter9 Foundations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/jongfeel/Chapter9 Foundations.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch17.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch18.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch19.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch20.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch21.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch22.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch23.md -------------------------------------------------------------------------------- /2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsOfSoftwareArchitecture/taehyoung/ch24.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch01.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch02.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch03.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch04.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch05.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch06.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch07.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch08.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch09.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch10.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch11.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/dhlee/ch12..md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/dhlee/ch12..md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/jongfeel/Chapter8 Component-Based Thinking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/jongfeel/Chapter8 Component-Based Thinking.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/13.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/14.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/15.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/16.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/1장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/1장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/2장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/2장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/3장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/3장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/4장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/4장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/5장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/5장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/6장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/6장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/7장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/7장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/sanga/8장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/sanga/8장.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch01.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch02.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch03.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch04.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch05.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch06.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch07.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch08.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch09.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch10.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch11.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch12.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch13.md -------------------------------------------------------------------------------- /2023/FundamentalsofSoftwareArchitecture/taehyoung/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/FundamentalsofSoftwareArchitecture/taehyoung/ch14.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch.10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch01.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch02.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch03.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch04.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch05.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch06.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch07.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch08.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch09.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghun/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghun/ch10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch05.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch06.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch07.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch08.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch09.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/donghyeon/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/donghyeon/ch11.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter00(Perface).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter00(Perface).md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter06.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter07.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter08.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter09.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jeonglee/Chapter11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jeonglee/Chapter11.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch01.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch02.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch03.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch04.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch05.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch06.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch07.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch08.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch09.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jihye/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jihye/ch11.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter10_Unit testing principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter10_Unit testing principles.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter11_Unit testing practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter11_Unit testing practices.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter1_Code quality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter1_Code quality.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter2_Layers of abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter2_Layers of abstraction.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter3_Thinking about other engineers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter3_Thinking about other engineers.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter4_Errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter4_Errors.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter5_Make code readable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter5_Make code readable.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter6_Avoid surprises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter6_Avoid surprises.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter7_Make code hard to misuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter7_Make code hard to misuse.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter8_Make code modular.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter8_Make code modular.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/jongfeel/Chapter9_Make code reusable and generalizable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/jongfeel/Chapter9_Make code reusable and generalizable.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch01.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch02.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch03.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch04.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch05.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch06.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch07.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch08.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch09.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch10.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/taehyoung/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/taehyoung/ch11.md -------------------------------------------------------------------------------- /2023/GoodCodeBadCode/wooyaggo86/ch05_06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/GoodCodeBadCode/wooyaggo86/ch05_06.md -------------------------------------------------------------------------------- /2023/RadicalCandor/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/.DS_Store -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch1.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch2.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch3.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch4.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch5.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch6.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch7.md -------------------------------------------------------------------------------- /2023/RadicalCandor/donghyeon/ch8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/donghyeon/ch8.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter00(Perface).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter00(Perface).md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter06.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter07.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jeonglee/Chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jeonglee/Chapter08.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch01.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch02.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch03.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch04.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch05.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch06.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch07.md -------------------------------------------------------------------------------- /2023/RadicalCandor/jihye/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/jihye/ch08.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter00(Preface).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter00(Preface).md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter01.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter02.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter03.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter04.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter05.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter06.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter07.md -------------------------------------------------------------------------------- /2023/RadicalCandor/sanga/Chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/sanga/Chapter08.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch01.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch02.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch03.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch04.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch05.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch06.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch07.md -------------------------------------------------------------------------------- /2023/RadicalCandor/taehyoung/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/RadicalCandor/taehyoung/ch08.md -------------------------------------------------------------------------------- /2023/TheEssenseOfObjectOrientation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/TheEssenseOfObjectOrientation/.DS_Store -------------------------------------------------------------------------------- /2023/TheEssenseOfObjectOrientation/harryho/ch01-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2023/TheEssenseOfObjectOrientation/harryho/ch01-04.md -------------------------------------------------------------------------------- /2024/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/.DS_Store -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch01.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch02.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch03.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch04.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch05.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch06.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch07.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch08.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch09.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch10.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch11.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch12-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch12-2.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch12.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch13.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch14.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch15.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch16.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch17.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/donghyeon/ch18.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/1.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/10.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/11.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/12.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/13.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/14.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/15.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/16.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/17.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/18.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/2.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/3.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/4.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/5.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/6.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/7.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/8.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/taehyoung/9.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part1.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part3.md -------------------------------------------------------------------------------- /2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsOfEnterpriseApplicationArchitecture/wooyaggo86/Part5.md -------------------------------------------------------------------------------- /2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_1_Layering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_1_Layering.md -------------------------------------------------------------------------------- /2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_4_Web_Presentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_4_Web_Presentation.md -------------------------------------------------------------------------------- /2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_5_Concurrency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_5_Concurrency.md -------------------------------------------------------------------------------- /2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_6_Session_State.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/PatternsofEnterpriseApplicationArchitecture/jongfeel/Chapter_6_Session_State.md -------------------------------------------------------------------------------- /2024/The Psychology of Computer Programming/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/The Psychology of Computer Programming/.DS_Store -------------------------------------------------------------------------------- /2024/The Psychology of Computer Programming/홍성현/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2024/The Psychology of Computer Programming/홍성현/Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/The Psychology of Computer Programming/홍성현/Part1.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/.DS_Store -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Chapter_1_협력하는_객체들의_공동체.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Chapter_1_협력하는_객체들의_공동체.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Chapter_2_이상한_나라의_객체.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Chapter_2_이상한_나라의_객체.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Chapter_3_타입과_추상화.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Chapter_3_타입과_추상화.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Chapter_4_역할_책임_협력.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Chapter_4_역할_책임_협력.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter00.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter06.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/Chapter07.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/Jeonglee/supplementA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/Jeonglee/supplementA.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch01.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch02.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch03.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch04.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch05.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch06.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/ch07.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/donghyeon/부록A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/donghyeon/부록A.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/.DS_Store -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/ch01-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/ch01-04.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/ch05.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/ch06.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/ch07.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/harryho/부록 A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/harryho/부록 A.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/AppendixA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/AppendixA.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter00.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter01.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter02.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter03.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter04.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter05.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter06.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Chapter07.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/jongfeel/Discussions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/jongfeel/Discussions2.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/taehyoung/ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/taehyoung/ch01.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/taehyoung/ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/taehyoung/ch02.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/taehyoung/ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/taehyoung/ch03.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/taehyoung/ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/taehyoung/ch04.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Attachment_A_Abstraction_Role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Attachment_A_Abstraction_Role.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Chapter_2_Objects_In_Wonderland.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Chapter_2_Objects_In_Wonderland.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Chapter_3_Types_And_Abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Chapter_3_Types_And_Abstraction.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Chapter_5_Responsibility_and_message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Chapter_5_Responsibility_and_message.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Chapter_6_Object_Map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Chapter_6_Object_Map.md -------------------------------------------------------------------------------- /2024/TheEssenseOfObjectOrientation/yeshin/Chapter_7_Put_Together.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/TheEssenseOfObjectOrientation/yeshin/Chapter_7_Put_Together.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Part01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Part01.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Part02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Part02.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Part03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Part03.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/Jeonglee/Part04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/Jeonglee/Part04.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch01.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch02.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch03.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch04.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch05.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch06.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch07.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch08.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch09.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch10.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch11.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch12.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/donghyeon/Ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/donghyeon/Ch13.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter01.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter02.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter03.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter04.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter05.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter06.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter07.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter08.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter09.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jiyun/chapter10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jiyun/chapter10.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_11_Programming_Languages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_11_Programming_Languages.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_13_Other_Programming_Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_13_Other_Programming_Tools.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_1_Reading_Programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_1_Reading_Programs.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_2_What_Makes_A_Good_Program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_2_What_Makes_A_Good_Program.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_4_The_Programming_Group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_4_The_Programming_Group.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_5_The_Programming_Team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_5_The_Programming_Team.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_6_The_Programming_Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_6_The_Programming_Project.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_8_Personality_Factors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/jongfeel/Chapter_8_Personality_Factors.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/1.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/10.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/11.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/12.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/13.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/2.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/3.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/4.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/5.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/6.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/7.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/8.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/taehyoung/9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/taehyoung/9.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part1.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part2.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part3.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/wooyaggo86/Part4.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_11_Programming_Languages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_11_Programming_Languages.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_13_Other_Programming_Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_13_Other_Programming_Tools.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_1_Reading_Programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_1_Reading_Programs.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_2_What_Makes_A_Good_Program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_2_What_Makes_A_Good_Program.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_4_Programming_Group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_4_Programming_Group.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_5_Programming_Team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_5_Programming_Team.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_6_Programming_Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_6_Programming_Project.md -------------------------------------------------------------------------------- /2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_8_Personality_Factors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2024/ThePsychologyOfComputerProgramming/yeshin/Chapter_8_Personality_Factors.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/.DS_Store -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/README.md: -------------------------------------------------------------------------------- 1 | ## Becoming a Better Programmer -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/aquamagic9/Chapter1~8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/aquamagic9/Chapter1~8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/aquamagic9/Chapter9~13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/aquamagic9/Chapter9~13.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/donghyeon/ch14~23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/donghyeon/ch14~23.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/donghyeon/ch1~8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/donghyeon/ch1~8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/donghyeon/ch24~33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/donghyeon/ch24~33.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/donghyeon/ch34~39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/donghyeon/ch34~39.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/donghyeon/ch9~13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/donghyeon/ch9~13.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/hemil0102/14장~23장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/hemil0102/14장~23장.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/hemil0102/1~8장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/hemil0102/1~8장.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/hemil0102/24장~33장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/hemil0102/24장~33장.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/hemil0102/34장~39장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/hemil0102/34장~39장.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/hemil0102/9~13장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/hemil0102/9~13장.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/jongfeel/Chapter_14_to_23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/jongfeel/Chapter_14_to_23.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/jongfeel/Chapter_24_to_33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/jongfeel/Chapter_24_to_33.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/jongfeel/Chapter_33_to_39_and_interviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/jongfeel/Chapter_33_to_39_and_interviews.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/jongfeel/Chater_1_to_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/jongfeel/Chater_1_to_8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/jongfeel/Chater_9_to_13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/jongfeel/Chater_9_to_13.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/1.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/10.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/11.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/12.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/13.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/14.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/15.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/16.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/17.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/18.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/19.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/2.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/20.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/21.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/22.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/23.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/24.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/25.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/26.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/27.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/28.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/29.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/3.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/30.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/31.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/32.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/33.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/34.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/35.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/36.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/37.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/38.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/38.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/39.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/4.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/5.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/6.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/7.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/9.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-1.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-2.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-3.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-4.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-5.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-6.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-7.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/taehyoung/부록-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/taehyoung/부록-8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/tttghost/Chapter14~23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/tttghost/Chapter14~23.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/tttghost/Chapter1~8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/tttghost/Chapter1~8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/tttghost/Chapter24~32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/tttghost/Chapter24~32.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/tttghost/Chapter33~End.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/tttghost/Chapter33~End.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/tttghost/Chapter9~13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/tttghost/Chapter9~13.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/ymkim97/chapter14~23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/ymkim97/chapter14~23.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/ymkim97/chapter1~8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/ymkim97/chapter1~8.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/ymkim97/chapter24~33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/ymkim97/chapter24~33.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/ymkim97/chapter34~39_appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/ymkim97/chapter34~39_appendix.md -------------------------------------------------------------------------------- /2025/Becoming a Better Programmer/ymkim97/chapter9~13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Becoming a Better Programmer/ymkim97/chapter9~13.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/README.md: -------------------------------------------------------------------------------- 1 | ## Domain-Driven Design Quickly -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter1.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter2.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter4.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter5.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/aquamagic9/Chapter6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/aquamagic9/Chapter6.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/donghyeon/ch1-2-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/donghyeon/ch1-2-3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/donghyeon/ch4-5-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/donghyeon/ch4-5-6.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/hemil0102/1장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/hemil0102/1장.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/hemil0102/4,5,6장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/hemil0102/4,5,6장.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter00.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jeonglee/Chapter06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jeonglee/Chapter06.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jongfeel/Chapter1_2_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jongfeel/Chapter1_2_3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/jongfeel/Chapter4_5_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/jongfeel/Chapter4_5_6.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/1.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/2.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/4.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/5.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/taehyoung/6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/taehyoung/6.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/tttghost/Chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/tttghost/Chapter1.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/tttghost/Chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/tttghost/Chapter2.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/tttghost/Chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/tttghost/Chapter3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/ymkim97/chapter1_2_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/ymkim97/chapter1_2_3.md -------------------------------------------------------------------------------- /2025/Domain-Driven Design Quickly/ymkim97/chapter4_5_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/Domain-Driven Design Quickly/ymkim97/chapter4_5_6.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter1.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter2.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter3.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter4.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/aquamagic9/Chapter5.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/chapter1.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/chapter2.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/.DS_Store -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/2장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/2장.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/3장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/3장.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/4장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/4장.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/5장.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/hemil0102/5장.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter01.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter02.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter03.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter04.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jeonglee/Chapter05.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/1장 타입검사 훑어보기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/1장 타입검사 훑어보기.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/3장 매개변수에 의한 다형성.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/3장 매개변수에 의한 다형성.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/4장 두 다형성의 만남.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/4장 두 다형성의 만남.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/5장 오버로딩에 의한 다형성.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jintaeyeong/5장 오버로딩에 의한 다형성.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter1_OverviewTypeCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter1_OverviewTypeCheck.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter2_PolymorphismBySubtype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter2_PolymorphismBySubtype.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter3_PolymorphismByArgument.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter3_PolymorphismByArgument.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter4_MergeTwoPolymorphism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/jongfeel/Chapter4_MergeTwoPolymorphism.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter1.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter2.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter3.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter4.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/taehyoung/Chapter5.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/tttghost/Chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/tttghost/Chapter1.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter1.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter2.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter3.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter4.md -------------------------------------------------------------------------------- /2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/2025/RobustWithTypeFlexibleWithPolymorphism/ymkim97/chapter5.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/README.md -------------------------------------------------------------------------------- /create_pr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThinkAboutSoftware/AcademicConference/HEAD/create_pr.sh --------------------------------------------------------------------------------