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

# About Us

## Jason Taylor

<div align="left"><img src="/files/-LXDf5dQDnOZWlW4M_uv" alt=""></div>

Twitter: [@jasongtau](https://twitter.com/jasongtau)

Jason Taylor is a solution architect, trainer, mentor, and full stack developer with almost 20 years professional experience. Currently, Jason specializes in teaching and building enterprise applications utilizing .NET Core, Angular, Vue.js, and Azure. Jason loves a challenge and is skilled at progressing from a simple proposal into a well-defined, coded, and tested solution.

## Thiago Passos

<div align="left"><img src="/files/-LXDfAICsMFsofO60_o9" alt=""></div>

Twitter: [@thiagospassos](https://twitter.com/thiagospassos)

Thiago Passos is passionate about technology, learning new skills and sharing what he’s learnt over the years. He's got over 15 years of experience, specially within the Microsoft stack. He’s a solution architect by day, blogger and meetup organizer by night. He’s specialized in .NET Core, Angular, Vue.js and Azure.


---

# 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://devworkshops.gitbook.io/masteringvuejs/who-we-are.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.
