Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimunlee/tech-refrigerator

๐Ÿฐ ๊ธฐ์ˆ  ๋ƒ‰์žฅ๊ณ ์ž…๋‹ˆ๋‹ค. ๐Ÿ›’ ๊ธฐ์ˆ  ๋ฉด์ ‘ , ์ „๊ณต ์‹œํ—˜ , ์ง€์‹ ํ•จ์–‘ ๋“ฑ ๋ถ„๋ช… ๋„์›€๋  ๊ฑฐ์˜ˆ์š”! ๐ŸคŸ
https://github.com/gimunlee/tech-refrigerator

algorithm computer-science data-structures database design-pattern hacktoberfest hacktoberfest2020 interview interview-questions it knowledgebase language network operating-system software-engineering tech

Last synced: 14 days ago
JSON representation

๐Ÿฐ ๊ธฐ์ˆ  ๋ƒ‰์žฅ๊ณ ์ž…๋‹ˆ๋‹ค. ๐Ÿ›’ ๊ธฐ์ˆ  ๋ฉด์ ‘ , ์ „๊ณต ์‹œํ—˜ , ์ง€์‹ ํ•จ์–‘ ๋“ฑ ๋ถ„๋ช… ๋„์›€๋  ๊ฑฐ์˜ˆ์š”! ๐ŸคŸ

Awesome Lists containing this project

README

        

๊ฐœ๋ฐœ์ž์—๊ฒŒ ํ•„์š”ํ•˜๊ณ  ์œ ์šฉํ•œ ์–‘์‹๋“ค์„ ๋ชจ์•„๋†“์€ ๊ธฐ์ˆ  ๋ƒ‰์žฅ๊ณ ์ž…๋‹ˆ๋‹ค. [`Anna`](https://github.com/ahlim721)์™€ [`GimunLee`](https://github.com/GimunLee)๊ฐ€ ๊ธฐ๋ณธ์ ์ธ ์ง€์‹๋ถ€ํ„ฐ ์‹ฌํ™” ์ง€์‹๊นŒ์ง€ ๊ณต๋ถ€ํ•˜๋ฉฐ ์ฑ„์›Œ ๋„ฃ์„๊ฒŒ์š”. ์šฐ๋ฆฌ์˜ ๋ƒ‰์žฅ๊ณ ๊ฐ€ ์—ฌ๋Ÿฌ๋ถ„์˜ ๊ธฐ์ˆ  ์Šต๋“, ๋ฉด์ ‘, ์Šคํ„ฐ๋”” ๋“ฑ์— ๋งŽ์€ ๋„์›€์ด ๋˜๊ธฐ๋ฅผ ๋ฐ”๋ผ์š”.

๐Ÿ“ ๊ณต๋ถ€ํ•˜๋ฉด์„œ ์ •๋ฆฌํ•˜๋Š” ๊ธฐ์ˆ  ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค. ์—ฌ๋Ÿฌ๋ถ„๋“ค๊ณผ ์†Œํ†ตํ•˜๋ฉฐ ์ฑ„์›Œ๊ฐ€๊ณ  ์‹ถ์–ด์š”. ๐Ÿ˜€

โœ” ์ƒํ•œ ๊ธฐ์ˆ ์€ `Issue`๋‚˜ `Pull Request`๋กœ ์•Œ๋ ค์ฃผ์„ธ์š”.

๐Ÿค ๊ธฐ์—ฌํ•ด์ฃผ์‹  ๋ถ„๋“ค : [Donghoon759](https://github.com/Donghoon759) | [DongOnee](https://github.com/DongOnee) | [HaenaraShin](https://github.com/HaenaraShin)


## ๐Ÿฅ— Language
- ### ๐Ÿฅฌ JAVA

- [๋ฌธ์ž์—ด ํด๋ž˜์Šค](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/%EB%AC%B8%EC%9E%90%EC%97%B4%20%ED%81%B4%EB%9E%98%EC%8A%A4.md#%EB%AC%B8%EC%9E%90%EC%97%B4-%ED%81%B4%EB%9E%98%EC%8A%A4)
- [๋™์ž‘ ์›๋ฆฌ](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/%EB%8F%99%EC%9E%91%20%EC%9B%90%EB%A6%AC.md#%EB%8F%99%EC%9E%91-%EC%9B%90%EB%A6%AC)
- [JVM & ๋ฉ”๋ชจ๋ฆฌ๊ตฌ์กฐ](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/JVM%20%26%20%EB%A9%94%EB%AA%A8%EB%A6%AC%EA%B5%AC%EC%A1%B0.md#jvm--%EB%A9%94%EB%AA%A8%EB%A6%AC-%EA%B5%AC%EC%A1%B0)
- [Garbage Collection](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Garbage%20Collection.md#garbage-collection)
- [Primitive type & Reference type](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Primitive%20type%20%26%20Reference%20type.md#primitive-type--reference-type)
- [Promotion & Casting](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Promotion%20%26%20Casting.md#promotion--casting)
- [Upcasting & Downcasting](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Upcasting%20%26%20Downcasting.md#upcasting--downcasting)
- [Error & Exception](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Error%20%26%20Exception.md#error--exception)
- [์ œ๋„ค๋ฆญ(Generic)](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/%EC%A0%9C%EB%84%A4%EB%A6%AD(Generic).md#%EC%A0%9C%EB%84%A4%EB%A6%ADgeneric)
- [Java Lamda Expression (๊ธฐ์ดˆ)](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Java%20Lamda%20Expression%20(%EA%B8%B0%EC%B4%88).md#java-lamda-expression-%EA%B8%B0%EC%B4%88)
- [Java 8 Stream](https://github.com/GimunLee/tech-refrigerator/blob/master/Language/JAVA/Java%208%20Stream.md#java-8-stream)


## ๐ŸŽ Algorithm

- [๊ฑฐํ’ˆ ์ •๋ ฌ (Bubble Sort)](https://github.com/GimunLee/tech-refrigerator/blob/master/Algorithm/%EA%B1%B0%ED%92%88%20%EC%A0%95%EB%A0%AC%20(Bubble%20Sort).md#%EA%B1%B0%ED%92%88-%EC%A0%95%EB%A0%AC-bubble-sort)
- [์„ ํƒ ์ •๋ ฌ (Selection Sort)](https://github.com/GimunLee/tech-refrigerator/blob/master/Algorithm/%EC%84%A0%ED%83%9D%20%EC%A0%95%EB%A0%AC%20(Selection%20Sort).md#%EC%84%A0%ED%83%9D-%EC%A0%95%EB%A0%AC-selection-sort)
- [์‚ฝ์ž… ์ •๋ ฌ (Insertion Sort)](https://github.com/GimunLee/tech-refrigerator/blob/master/Algorithm/%EC%82%BD%EC%9E%85%20%EC%A0%95%EB%A0%AC%20(Insertion%20Sort).md#%EC%82%BD%EC%9E%85-%EC%A0%95%EB%A0%AC-insertion-sort)
- [ํ€ต ์ •๋ ฌ (Quick Sort)](https://github.com/GimunLee/tech-refrigerator/blob/master/Algorithm/%ED%80%B5%20%EC%A0%95%EB%A0%AC%20(Quick%20Sort).md#%ED%80%B5-%EC%A0%95%EB%A0%AC-quick-sort)


## ๐Ÿ• Software Engineering

- [Monolithic Architecture](https://github.com/GimunLee/tech-refrigerator/blob/master/Software%20Engineering/Monolithic%20Architecture.md#monolithic-architecture)
- [Microservice Architecture](https://github.com/GimunLee/tech-refrigerator/blob/master/Software%20Engineering/Microservice%20Architecture.md#microservice-architecture)
- [DDD (Domain Driven Design)](https://github.com/GimunLee/tech-refrigerator/blob/master/Software%20Engineering/DDD%20(Domain%20Driven%20Design).md#ddd-domain-driven-design)
- [TDD (Test Driven Development)](https://github.com/GimunLee/tech-refrigerator/blob/master/Software%20Engineering/TDD%20(Test%20Driven%20Development).md#tdd-test-driven-development)


## ๐Ÿ Design Pattern [Go!](https://github.com/GimunLee/tech-refrigerator/tree/master/Design%20Pattern#-design-pattern)

- **์ƒ์„ฑ(Creational) ํŒจํ„ด**
- [์‹ฑ๊ธ€ํ†ค (Singleton)](https://github.com/GimunLee/tech-refrigerator/blob/master/Design%20Pattern/Singleton%20Pattern.md#%EF%B8%8F-singleton-pattern)
- ํŒฉํ† ๋ฆฌ (Factory)
- [ํŒฉํ† ๋ฆฌ ๋ฉ”์†Œ๋“œ (Factory Method)](https://github.com/GimunLee/tech-refrigerator/blob/master/Design%20Pattern/Factory%20Pattern%20(1)%20-%20Factory%20Method%20Pattern.md#-factory-pattern-1---factory-method-pattern)
- [์ถ”์ƒ ํŒฉํ† ๋ฆฌ (Abstract Factory)](https://github.com/GimunLee/tech-refrigerator/blob/master/Design%20Pattern/Factory%20Pattern%20(2)%20-%20Abstract%20Factory%20Pattern.md#-factory-pattern-2---abstract-factory-pattern)

- **ํ–‰์œ„(Behavior) ํŒจํ„ด**
- [์ŠคํŠธ๋ž˜ํ‹ฐ์ง€ (Strategy)](https://github.com/GimunLee/tech-refrigerator/blob/master/Design%20Pattern/Strategy%20Pattern.md#-strategy-pattern)
- [ํ…œํ”Œ๋ฆฟ ๋ฉ”์„œ๋“œ (Template Method)](https://github.com/GimunLee/tech-refrigerator/blob/master/Design%20Pattern/Template%20Method%20Pattern.md#-template-method-pattern)


## ๐Ÿ‰ Web

- [์„œ๋ธ”๋ฆฟ (Servlet)](https://github.com/GimunLee/tech-refrigerator/blob/master/Web/%EC%84%9C%EB%B8%94%EB%A6%BF%20(Servlet).md#%EC%84%9C%EB%B8%94%EB%A6%BF-servlet)
- [JSP (JAVA Server Page)](https://github.com/GimunLee/tech-refrigerator/blob/master/Web/JSP%20(JAVA%20Server%20Page).md#jsp-java-server-page)


## ๐ŸŒฝ Database

- [Hard Delete & Soft Delete](https://github.com/GimunLee/tech-refrigerator/blob/master/Database/Hard%20Delete%20%26%20Soft%20Delete.md#hard-delete--soft-delete)


## ๐Ÿฅž Network

- [ํ๋ฆ„์ œ์–ด & ํ˜ผ์žก์ œ์–ด & ์˜ค๋ฅ˜์ œ์–ด](https://github.com/GimunLee/tech-refrigerator/blob/master/Network/%ED%9D%90%EB%A6%84%EC%A0%9C%EC%96%B4%20%26%20%ED%98%BC%EC%9E%A1%EC%A0%9C%EC%96%B4%20%26%20%EC%98%A4%EB%A5%98%EC%A0%9C%EC%96%B4.md#%ED%9D%90%EB%A6%84%EC%A0%9C%EC%96%B4--%ED%98%BC%EC%9E%A1%EC%A0%9C%EC%96%B4--%EC%98%A4%EB%A5%98%EC%A0%9C%EC%96%B4)


## ๐ŸŠ Operating System

- ### Lecture Note

- [01์žฅ. ์ปดํ“จํ„ฐ ์‹œ์Šคํ…œ ๊ฐœ์š”](https://github.com/GimunLee/tech-refrigerator/blob/master/Operating%20System/Lecture%20Note/01%EC%9E%A5.%20%EC%BB%B4%ED%93%A8%ED%84%B0%20%EC%8B%9C%EC%8A%A4%ED%85%9C%20%EA%B0%9C%EC%9A%94.md#01%EC%9E%A5-%EC%BB%B4%ED%93%A8%ED%84%B0-%EC%8B%9C%EC%8A%A4%ED%85%9C-%EA%B0%9C%EC%9A%94)
- [02์žฅ. ์šด์˜์ฒด์ œ ๊ฐœ์š”](https://github.com/GimunLee/tech-refrigerator/blob/master/Operating%20System/Lecture%20Note/02%EC%9E%A5.%20%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C%20%EA%B0%9C%EC%9A%94.md#02%EC%9E%A5-%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C-%EA%B0%9C%EC%9A%94)
- [03์žฅ. ํ”„๋กœ์„ธ์Šค ๊ธฐ์ˆ  ๋ฐ ์ œ์–ด](https://github.com/GimunLee/tech-refrigerator/blob/master/Operating%20System/Lecture%20Note/03%EC%9E%A5.%20%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4%20%EA%B8%B0%EC%88%A0%20%EB%B0%8F%20%EC%A0%9C%EC%96%B4.md#03%EC%9E%A5-%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4-%EA%B8%B0%EC%88%A0-%EB%B0%8F-%EC%A0%9C%EC%96%B4)
- [04์žฅ. ์“ฐ๋ ˆ๋“œ](https://github.com/GimunLee/tech-refrigerator/blob/master/Operating%20System/Lecture%20Note/04%EC%9E%A5.%20%EC%93%B0%EB%A0%88%EB%93%9C.md#04%EC%9E%A5-%EC%93%B0%EB%A0%88%EB%93%9C)
- [05์žฅ. ๋ณ‘ํ–‰์„ฑ(์ƒํ˜ธ๋ฐฐ์ œ์™€ ๋™๊ธฐํ™”)](https://github.com/GimunLee/tech-refrigerator/blob/master/Operating%20System/Lecture%20Note/05%EC%9E%A5.%20%EB%B3%91%ED%96%89%EC%84%B1(%EC%83%81%ED%98%B8%EB%B0%B0%EC%A0%9C%EC%99%80%20%EB%8F%99%EA%B8%B0%ED%99%94).md#05%EC%9E%A5-%EB%B3%91%ED%96%89%EC%84%B1%EC%83%81%ED%98%B8%EB%B0%B0%EC%A0%9C%EC%99%80-%EB%8F%99%EA%B8%B0%ED%99%94)


## ๐Ÿญ ETC

- [IntelliJ แ„ƒแ…กแ†ซแ„Žแ…ฎแ†จแ„แ…ต (Mac OS X)](https://github.com/GimunLee/tech-refrigerator/blob/master/ETC/IntelliJ%20%EB%8B%A8%EC%B6%95%ED%82%A4%20(Mac%20OS%20X).md#intellij-%EB%8B%A8%EC%B6%95%ED%82%A4-mac-os-x)