# Welcome!

#### Hello! I'm Mihai

I write articles about what I find interesting about web development from time to time.\
Topics may include web frameworks like React, Svelte, tricks with Typescript and anything related to the web. \
I make a concerted effort to cite all information in my articles from trusted sources like [MDN](https://developer.mozilla.org/en-US/), [React docs](https://react.dev/) etc.

In the meantime you can check out: [Importance of React Keys](https://app.gitbook.com/s/8gRabJGU1dm88NyMFw3h/ "mention")\
Also, you can go back to my personal website: [https://mihaigabriel.dev/](https://mihaigabriel.dev)


---

# 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://blog.mihaigabriel.dev/welcome/welcome.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.
