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

# Full Stack Development Study Note 📚

Welcome to my study note, where I've documented everything I've learned during my training with [Hack Your Future Belgium](https://github.com/HYF-Class22). This serves as both a personal reference and a valuable resource for anyone interested in Full Stack Development.

## Purpose of This Note

1. **Personal Reference:** This document is crafted to deepen my understanding of Full Stack Development concepts, languages, and frameworks.
2. **Future Resource:** It acts as a go-to resource for "me" in the future, serving as a quick reference guide for various topics.

## Disclaimer

I want to emphasize that while I've put effort into compiling accurate information, I **cannot** guarantee the correctness of this note. It's always recommended to **cross-check** and **verify** information using reliable sources.

## How to Use This Repository

Feel free to explore different sections of this repository:

[**Git and GitHub**](/study-note/basiccommand/git.md)**:** Covers the basics of Git and GitHub.

[**NPM Command List**](/study-note/basiccommand/npm.md)**:** NPM command list

[**Agile Development**](https://github.com/jgchoti/studynote/tree/main/agile-development)**:** Agile Development processes and best practices

[**Design**](https://github.com/jgchoti/studynote/tree/main/design)**:** Covers the basic of design principles.

[**JavaScript Fundamentals**](https://github.com/jgchoti/studynote/tree/main/learning-js)**:** Covers the basics of JavaScript.

[**Document Object Model (DOM)**](/study-note/dom.md)**:** Covers DOM Manipulation and Basic Event Listeners in JavaScript

[**Asynchronous Programming**](https://github.com/jgchoti/studynote/tree/main/asynchronous-programming)**:** Covers concepts like callbacks, promises, and async/await.

[**Database**](https://github.com/jgchoti/studynote/tree/main/database)**:** Discusses database concepts and basic SQL.

[**JavaScript Learning Journal**](/study-note/js-learning-journal.md) This learning journal documents my journey through solving JavaScript challenges

[**Backend Technologies**](https://github.com/jgchoti/studynote/tree/main/backend-technologies)**:** Explores server-side development using Node.js, Express, and more.

## Contribution and Feedback

If you notice any inaccuracies or have suggestions for improvement, please feel free to contribute by submitting a pull request OR send me a message. Your feedback is highly appreciated!

***

Happy learning! 🚀


---

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

```
GET https://choti.gitbook.io/study-note/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.
