> For the complete documentation index, see [llms.txt](https://injun-woo30000.gitbook.io/growth-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://injun-woo30000.gitbook.io/growth-log/daily-review/good-article.md).

# Good article 아카이빙

| 키워드           | 링크                                                                                                                                                                                                                                                            | 요약                                                                                                                                                                                                                                                                                                  | 숙지정도 |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- |
| DB            | [\[MySQL\] 격리 수준](https://transferhwang.tistory.com/513)                                                                                                                                                                                                      | 데이터 부정합 문제를 예시와 함께 확인 가능                                                                                                                                                                                                                                                                            | 1    |
| DB            | [Lock으로 이해하는 Transaction의 Isolation Level](https://suhwan.dev/2019/06/09/transaction-isolation-level-and-lock/)                                                                                                                                               | <p>MySQL의 동작원리까지 옅볼 수 있는 좋은 글!</p><ul><li>InnoDB 엔진은 각 쿼리를 실행할 때마다 실행한 쿼리의 log를 차곡차곡 저장한다. 그리고 나중에 consistent read를 할 때 이 log를 통해 특정 시점의 DB snapshot을 복구하여 가져온다.</li></ul>                                                                                                                          | 1    |
| DB            | [MySQL의 Transaction Isolation Levels](https://jupiny.com/2018/11/30/mysql-transaction-isolation-levels/)                                                                                                                                                      | <ul><li><p>MySQL에서는 <code>REPEATABLE READ</code>와 <code>READ COMMITTED</code> 레벨 격리 수준에서 <code>SELECT</code> 쿼리로 데이터를 읽어올 때, 테이블에 lock을 걸지 않고, 해당 시점의 데이터 상태를 의미하는 snapshot을 구축하여 데이터를 가져온다.</p><ul><li>때문에 <code>REPEATABLE READ</code>에서 <code>phantom read</code>도 발생하지 않는다.</li></ul></li></ul> | 1    |
| architecture  | [람다 아키텍처(Lambda Architecture)](https://gyrfalcon.tistory.com/entry/%EB%9E%8C%EB%8B%A4-%EC%95%84%ED%82%A4%ED%85%8D%EC%B2%98-Lambda-Architecture)                                                                                                               | <ul><li>실시간 분석을 지원하는 빅데이터 아키텍처</li><li>batch로 미리 만든 데이터와 실시간 데이터를 혼합해서 사용하는 방식</li></ul>                                                                                                                                                                                                            | 1    |
| cloud         | [12-Factors란?](https://medium.com/dtevangelist/12-factors-%EB%9E%80-b39c7ef1ed30)                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                     | 1    |
| test          | [테스트에 대한 실용적인 접근](https://www.reimaginer.me/entry/%ED%85%8C%EC%8A%A4%ED%8A%B8%EC%97%90-%EB%8C%80%ED%95%9C-%EC%8B%A4%EC%9A%A9%EC%A0%81%EC%9D%B8-%EC%A0%91%EA%B7%BC-Humble-Object-Pattern)                                                                      | 흐름제어 코드와 실제 비즈니스 로직을 분리해서 테스트를 작성하자.                                                                                                                                                                                                                                                                | 1    |
| architecture  | [지속성장 가능한 소프트웨어를 만드는 방법](https://geminikim.medium.com/%EC%A7%80%EC%86%8D-%EC%84%B1%EC%9E%A5-%EA%B0%80%EB%8A%A5%ED%95%9C-%EC%86%8C%ED%94%84%ED%8A%B8%EC%9B%A8%EC%96%B4%EB%A5%BC-%EB%A7%8C%EB%93%A4%EC%96%B4%EA%B0%80%EB%8A%94-%EB%B0%A9%EB%B2%95-97844c5dab63) | <p>Business Logic</p><p>상세 구현 로직은 잘 모르더라도 비즈니스의 흐름은 이해 가능한 로직이어야 한다.</p><p></p><p>Layer</p><p>레이어 간,레이어 내 참조규칙들 확인할 것.</p><p></p><p>Module</p><p>재사용성을 고려하여 설계하자.</p>                                                                                                                               | 1    |
| collaboration | [잘 가요 스크럼,반가워요 칸반](https://pitzcarraldo.medium.com/%EB%B2%88%EC%97%AD-%EC%9E%98-%EA%B0%80%EC%9A%94-%EC%8A%A4%ED%81%AC%EB%9F%BC-%EB%B0%98%EA%B0%80%EC%9B%8C%EC%9A%94-%EC%B9%B8%EB%B0%98-e27d1db15699)                                                          | 스플린트 &스크럼의 단점이 느껴진다면 칸반을 고려하자.                                                                                                                                                                                                                                                                      | 1    |
| architecture  | [대용량 아키텍트 설계 패턴](https://www.slideshare.net/Byungwook/4-61487454)                                                                                                                                                                                             | <p> 아래 패턴들이 있다.<br>서비스 지향적</p><p>Redudant & Resilience</p><p>파티셔닝</p><p>Query Off Loading</p><p>캐싱</p><p>CDN & ADN</p><p>로깅</p><p>비동기 패턴</p>                                                                                                                                                        | 1    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://injun-woo30000.gitbook.io/growth-log/daily-review/good-article.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
