# Home

All the notes during my learning journey 🛣️

\
[View Demo](https://notes.kaiwalyakoparkar.com/) . [Report Bug](https://github.com/kaiwalyakoparkar/notes/issues/new?assignees=\&labels=bug\&template=bug.yml\&title=%5BBug%5D%3A+%3Ctitle%3E) . [Request Notes](https://github.com/kaiwalyakoparkar/notes/issues/new?assignees=\&labels=new+notes+request\&template=notes.yml\&title=%5BResource%5D+%3Ctitle%3E)

[![Discord](https://img.shields.io/discord/907150172725862420)](https://community.kaiwalyakoparkar.com) [![Sponsor](https://img.shields.io/github/sponsors/kaiwalyakoparkar?color=light%20green)](https://github.com/sponsors/kaiwalyakoparkar) ![Contributors](https://img.shields.io/github/contributors/kaiwalyakoparkar/notes?color=dark-green) ![Forks](https://img.shields.io/github/forks/kaiwalyakoparkar/notes?style=social) ![Stargazers](https://img.shields.io/github/stars/kaiwalyakoparkar/notes?style=social) ![Issues](https://img.shields.io/github/issues/kaiwalyakoparkar/notes) ![License](https://img.shields.io/github/license/kaiwalyakoparkar/notes)

## Free to Access 💸

This repo is maitained and hosted on **`https://notes.kaiwalyakoparkar.com/`** with help of GitBook

## Getting Started

Welcome to Kaiwalya's Learning Journey!

This Github repository is being built to store and facilitate notes based on Kaiwalya's learning journey. As Kaiwalya continues to explore various topics, this repository will serve as a central hub to keep track of all the information and insights gained.

From programming languages to devops, from open source to devrel, this repository will contain notes on a wide range of subjects. Whether you are a beginner looking for resources or an experienced learner seeking to expand your knowledge, Kaiwalya's Learning Journey will provide a valuable resource.

As the repository grows, it will become a comprehensive collection of resources, examples, and insights that can be used to aid in learning and development. So come along for the journey and start exploring the exciting world of learning with Kaiwalya!

### Usage

*For code example, please refer to the* [*respective repositories*](https://github.com/kaiwalyakoparkar?tab=repositories)

### Roadmap

See the [open issues](https://github.com/kaiwalyakoparkar/notes/issues) for a list of proposed features (and known issues).

## Contributing

We believe that the best way to learn is by sharing knowledge and collaborating with others. That's why we welcome contributions to Kaiwalya's Learning Journey from everyone who is interested in sharing their insights, expertise, and resources.

Whether you're a seasoned professional or just starting out, your contributions are valuable to us. If you have notes, examples, or resources that you think would be useful for others, please feel free to add them to the repository.

We also welcome feedback, suggestions, and ideas for improving the repository. If you notice any errors or have any suggestions for how we can make the repository more accessible and inclusive, please let us know.

Our goal is to create a space where everyone can learn and grow together, regardless of their background or level of experience. So let's collaborate and build a community of learners who support and inspire one another!

## Creating A Pull Request

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingNotes`)
3. Commit your Changes (`git commit -m 'Add some AmazingNotes'`)
4. Push to the Branch (`git push origin feature/AmazingNotes` )
5. Open a Pull Request

## License

Distributed under the MIT License. See [LICENSE](https://github.com/kaiwalyakoparkar/notes/blob/main/LICENSE.md) for more information.

## Authors

* **Kaiwalya Koparkar** - *Software Engineer/ DevRel/ Open Source Advocate* - [Kaiwalya Koparkar](https://github.com/kaiwalyakoparkar/) - *Notes*

## Acknowledgements

* [ImgShields](https://shields.io/)
* [ReadME-Generator](https://github.com/ShaanCoding/ReadME-Generator)
* [GitBook](https://gitbook.com/)


---

# 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://notes.kaiwalyakoparkar.com/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.
