# Ella's Book Review

> "I'm not a great programmer. I'm just a good programmer with great habits." - Kent Beck

<br>

## 🌍 Language Versions

This repository contains both Korean and English versions of technical book reviews:

* [**🇰🇷 Korean Version**](/book-review/kor.md) - 한국어 버전
* [**🇺🇸 English Version**](/book-review/en.md) - English Version

<br>

## 📕 Completed Books

### 🇰🇷 Korean Reviews

* [📔 파이브 라인스 오브 코드](/book-review/kor/undefined-3.md) - 리팩토링과 코드 품질 개선
* [📔 컴퓨터 밑바닥의 비밀](/book-review/kor/undefined-2.md) - 컴퓨터 시스템의 본질
* [📔 리액트 훅을 활용한 마이크로 상태 관리](/book-review/kor/undefined.md) - React 상태 관리 패턴
* [📔 읽고 나면 진짜 쉬워지는 자료 구조](/book-review/kor/undefined-1.md) - 자료구조와 알고리즘

### 🇺🇸 English Reviews

* [📔 Five Lines of Code](/book-review/en/five-lines-of-code.md) - Refactoring and Code Quality Improvement
* [📔 Secrets of Computer Systems](/book-review/en/computer-secrets.md) - The Essence of Computer Systems
* [📔 React Hooks for Micro State Management](/book-review/en/react-hooks-micro-state-management.md) - React State Management Patterns
* [📔 Data Structures the Fun Way](/book-review/en/ds-the-fun-way.md) - Data Structures and Algorithms

<br>

## 📘 Currently Reading

### 🇰🇷 Korean

* 더 나은 프로그래머 되는 법
* 소프트웨어 장인
* 개발자를 위한 글쓰기 가이드
* 코어 자바 스크립트
* 도메인 주도 개발 시작하기

### 🇺🇸 English

* How to Become a Better Programmer
* Software Craftsman
* Writing Guide for Developers
* Core JavaScript
* Getting Started with Domain-Driven Design


---

# Agent Instructions: 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:

```
GET https://ella-yeonsu-choi.gitbook.io/book-review/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
