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

# About

## 안녕하세요! 👋, 우당탕탕  Log 입니다.

### 📌 우당탕탕  Log란?

* velog, notion 등에서 적어둔 저의 개발적인 지식, 그 외의 것들 기록해두는 공간입니다. 🐾
* 혼자 나아가는 것이 아닌 같이 나아가기 위해 기록하고 공유하는 것이 목표입니다. 🍀

### 😀 블로그의 주인장에  대해 말하자면,

<div align="center"><img src="https://github.com/user-attachments/assets/79379010-591b-4608-8fa7-ec1fec6d8840" alt="KakaoTalk_20240531_095426888_02" width="300"></div>

> 🌱 1년차  주니어 개발자입니다.&#x20;

* &#x20;🖋 현재 관심이 있고 공부하는 분야는 **OOP, JPA** 에요.
* ☕ 부족한 도메인 지식은 `커피챗`을 통해 다양하게 채워 나가는 중입니다!
* 📝 저는 기록하고 남들과 정보를 나누는 것을 좋아하기에 [![](https://img.shields.io/badge/Velog-20C997?style=flat-square\&logo=Velog\&logoColor=white\&https://velog.io/@prettylee620)](https://velog.io/@prettylee620) 와 [![](https://img.shields.io/badge/Notion-000000?style=flat-square\&logo=Notion\&logoColor=white)](https://mellona.oopy.io/)에 기록합니다.
* 📌 최근에 기록하여 많은 공감을 얻었던 글은 **면접에 관련된 글**이며, 그 외의 다수의 글로 공감과 댓글을 받았으며, 2024년 **velog 팔로워 100명 이상**을 달성하였습니다.

<figure><img src="/files/lUSAsp2UlEVZdnvO3rOQ" alt=""><figcaption></figcaption></figure>

### ☎ CONTACT

* **Email** : <prettylee620@gmail.com>
* **github** : <https://github.com/GoldenPearls>
* **LinkedIn** : <https://www.linkedin.com/in/mellona/>
* **Velog** : <https://velog.io/@prettylee620/posts>
* **Rallit :** <https://www.rallit.com/resumes/6107@prettylee620/%EC%9D%B4%EA%B8%88%EC%A3%BC(%EC%88%98%EC%A0%95%20%EC%A4%91)>


---

# 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://mellona-log.gitbook.io/log/readme.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.
