# Who am I?

Hello, I'm Varian!

I've been an indie developer for the last few years. Starting to learn programming completely from scratch to now being a successful seller on the marketplace.

For reasons I won't go into here, I'm essentially retired and just work on my own games and code for fun. (That doesn't mean I am not available for work, just the chances of me saying yes to a job are low).

This website acts as both my portfolio and as a source of documentation for all of my plugins. Either paid, free, in development, or private.

I've been crafting a "golden path of development" for quite some time that suits my workflow.\
What does that mean? I'm creating a workflow that suits me and allows me to make my games faster.

This path started out through my most successful plugin, the [Inventory Framework Plugin](https://varian.gitbook.io/varian-docs/inventoryframework/), which lead to my public repo, [ModularityPractice](https://github.com/Variann/ModularityPractice).

This path was then reinforced by [Riot's development ecosystem](https://youtu.be/9xxwQVdwcTQ?si=EUl2iFRfBSgeypto) talk.

I am still figuring out how much time I want to invest into the UE marketplace and how much I want to focus on indie game development. But what you can always trust in is that I'll always be working on either one!


---

# 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://varian.gitbook.io/varian-docs/who-am-i.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.
