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

# MentoringIdeas

되돌아보면 준비되지 않은 상태에서 얻은 기회에 집착하다 저 자신을 잃고 방황하게 되었다고 생각합니다. 이때의 경험으로 단단한 내실을 다지기 위한 과정들을 설계했습니다. 부족한 경험과 좁은 시야를 개선하기 위해 정보보안 국비과정을 수료하기로 마음먹었습니다. 수업의 내용은 생각했던 것과 달랐지만 값진 정보들이었습니다. 게임 기획하고 개발하며 배운 파편화되어 있던 개념들이 서로 연결되어 확실한 이해를 기반한 내실이 될 수 있었습니다.

정보 보안 과정을 수강하기 전에 걱정이 많았습니다. 무언가에 도전하는 것에 겁을 먹고 주저하고 있었습니다. 이른 나이에 사회생활을 시작해 좋지 않은 피드백들을 받다 보니 과거에 용기와 패기 가득한 모습은 사라지고 겁먹고 걱정만 하는 자신을 보게 되었습니다. 계속된 실패...

언젠가 저만의 멋진 로켓을 타고 날아가 저의 성취를 세상에 자랑하고 싶습니다.

처음 게임 업계에 도전하게 된 계기는 단순했습니다. 게임을 좋아했고 프로그래밍에 관심이 있었기에 자연스럽게 게임을 만들어보고 싶었습니다. 단순한 호기심은 훗날 주변의 인정을 받고 싶은 멋진 꿈이 되었습니다.

군 복무 당시 처음으로 부모님의 그늘을 벗어나 홀로 서기를 시작하여 서로 다른 환경에서 자란 사람들과 함께 지내며 많은 것을 느끼고 경험했습니다.\
입대한 병사들 중 가장 재미없는 후임으로 불렸습니다. 그도 그럴 것이 누군가에게 이야기할 이야기거리가 없었습니다. 불우한 가정환경에 아버지께서 걱정하지 않고 가족을 맡길 장남이 되기 위해 조심히 학교생활을 했었습니다. 고등학교 졸업 후 19살에 자원 입대까지 한 마당에 20대 초를 경험하지 못하고 군 복무를 하니 선임들은 당연히 재미없어 할 수밖에 없었다고 생각합니다. 그러나 제가 한 근무 시간에 선임을 즐겁게 할 이야기거리가 없었습니다. 덕분에 제 이야기를 하는 것보다 누군가의...

## 세상의 모든 것은 디지털화 된다

* [쇼츠 링크](https://youtube.com/shorts/9vVdJp6CzNo?si=zbhIsRqHdnVoEf0)
* 자기개발 강사로 유명한 김미경 씨가 한 방송에서 코로나 시기에 힘들었던 상황을 이겨낸 방법으로 어느 저널에서 읽었던 문장이라고 함.
* 이동수단/자영업/편지 등 이미 수많은 오프라인 서비스들은 디지털화되어 온라인에서 서비스할 수 있도록 인프라가 구축되었으며 앞으로도 이러한 시도는 계속될 것이라는 의미에서 나온 문장.
* 점점 가속화되는 디지털화에서 자본의 흐름을 쫓아 현생을 살아가기 위해서는 디지털 세상에서 살아가는 방법을 알아야 한다고 조언함.


---

# 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://krjaeh0.gitbook.io/j-log/atelier/undefined/mentoring/mentoringideas.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.
