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

# Wall of Love

{% tabs %}
{% tab title="Sreelakshmi Jayarajan" %}
I have to mention the amount of efforts Anand put into mentoring me as a beginner by having daily calls, helping me with starting up, listening patiently and helping me out every time I got really stuck. I'm grateful for the time and effort he put into making me realize my mistakes and for encouraging me to keep pushing myself to do challenging things. The constant sharing of resources, blogs, videos, his long TED talks etc., gave me a lot of exposure and I learnt a lot. I'm happy that I was able to open my first ever PR at Serenity OS without any prior experience. I wrote my first ever blog post to inspire students to contribute to open source. I built a few projects, contributed to Open-MSS⁠ and applied for GSoC there. I'm happy that I met Anand in my first year of college!
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Vishnu Sanal T" %}
OpenHack - whoo, reminds me of my vulnerable, naive & indeed foolish days of S1! ... reminds me of feeling excited, that I haven't felt in a while, back then.

If I talk about the ways OpenHack has helped me, it gave me much-needed guidance during my early days of college, being a newly-college-joined student, you can imagine all the overwhelms a student would face.

OpenHack did offer a platform for me to help a handful of students to get started on programming, to familiarize them with different tech stacks, version control systems like Git, etc. This eventually led to the penning of [this](https://dev.to/vishnusanal/getting-started-with-software-engineering-as-a-freshman-1007) blog post, my first ever. OpenHack inspired me to focus more on my personal projects & to be further involved in OSS contributions, which led me to join [@TeamAmaze](https://github.com/TeamAmaze/) as a maintainer & later to become a contributor at [Robotutor](https://www.cmu.edu/scs/robotutor/index.html), Carnegie Mellon University.

But the most noteworthy element I gained from OpenHack would be the inspiration to keep on coding, to keep on writing code, no matter what!

It was a privilege working (& just being!) with fellow OpenHack-ers. I still consider the contact with fellow OpenHack-ers, be it, mentors or students, to be divine & priceless.

If an OpenHack happens ever again, I'd be ~~the first one~~ one of the first members to join it!

You're Awesome :)
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Aswin CG" %}
Open Hack has been a game changer for me and I am lucky enough to to be a part of it in my freshman year. The program was intensive with practical sessions and standups helping beginners to get started in the world of open source. Open hack inspired me to work harder on my projects and gave me the idea of giving back to the community by involving in open source projects. Lucky that I got exposure to all this from S1 which gave me a perspective about the real industry standards and collaborating professionally.
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Your name" %}
Your message
{% endtab %}
{% endtabs %}


---

# 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://openhack.gitbook.io/openhack-20/wall-of-love.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.
