# Home(ish) for Things I've Learned

Well, hello there!

I'm Justin, and this site is a place I use to jot down things that I think are interesting, new to me, or stuff I just recently learned that I want to remember!

If you want to get in touch, you can find my info here: <https://about.me/justinploegert>

![](/files/-MkOjunblJMuS1xmzjw0)

## About

Note: A great subset of this TIL also was sourced from:  [jbranchaud/til](https://github.com/jbranchaud/til) who stole the idea from [thoughtbot/til](https://github.com/thoughtbot/til).

## Other TIL Collections

* [Today I Learned by Hashrocket](https://til.hashrocket.com)
* [jwworth/til](https://github.com/jwworth/til)
* [thoughtbot/til](https://github.com/thoughtbot/til)


---

# 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://ploegert.gitbook.io/til/readme.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.
