# About me

I'm an opinionated git, who tries not to take myself too seriously, so neither should you.

Brett (that's me) started out as a C programmer building console apps on Unix then moved to building GUI apps on Windows in C and C++.

With the advent of the Web, Brett moved to building Java web applications.

In between all of that, Brett has programmed commercially in over a dozen languages on a variety of OSs.

Brett's hobbies are hacking, wood working, renovating, CAD and blowing things up.

Brett started working with Dart somewhere in 2018 and is the developer behind numerous Dart packages including:

* [DCli](https://pub.dev/packages/dcli)
* [pub\_release](https://pub.dev/packages/pub_release)
* [critical\_test](https://pub.dev/packages/critical_test)
* [nginx\_le](https://pub.dev/packages/nginx_le)
* [dswitch](https://pub.dev/packages/dswitch)
* [Money2](https://pub.dev/packages/money2)
* [posix](https://pub.dev/packages/posix)
* [fsm2](https://pub.dev/packages/fsm2)
* [settings\_yaml](https://pub.dev/packages/settings_yaml)
* [completer\_ex](https://pub.dev/packages/completer_ex)
* [tree\_iterator](https://pub.dev/packages/tree_iterator)

Brett is also a prolific contributor to many open source packages.


---

# 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://thedartside.onepub.dev/about-me.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.
