# Strong opinions, loosely held

> "...It means taking a stand based on your experience and expertise. It means justifying your point of view and any leadership direction you set with that same experience and expertise. However, if evidence comes back from the market that contradicts your experience and expertise, you’re willing to change course. You’re humble enough to recognize that you were wrong and to learn from the contradictory evidence to point the organization in a new, more promising direction. **Strong opinions, loosely held.**" - Jeff Gothelf ([**blog post**](https://jeffgothelf.com/blog/strong-opinions-loosely-held/))

This style guide is a living and breathing document, ultimately of personal preferences (converted into rules/guidelines), based on what I currently believe to be "best practices" (from my current level of knowledge and understanding, current popular trends, conventions, etc.).\
\
It is also where I'm keeping track of my preferred tech stack(s), with some "preferred" tech occasionally being due to familiarity, rather than "best choice" or "best in class" (choosing MongoDB over SQL/PostgreSQL is the only instance of that that I can think of, currently).

***

### Update (1/8/2024)

I've recently spent a lot of time learning **TailwindCSS**, **shadcn**, and **NextJS v14+**.  While I don't have the experience and familiarity to do so yet, I will likely eventually be having NextJS as part of my preferred tech stack, also converting from CSS-in-JS UI libraries (e.g. MUI) to TailwindCSS (as they play better with the different rendering patterns that NextJS v13+ offers).  My personal template "starter repo" for projects will eventually reflect those changes (this is just a personal note).

***

### Update (1/4/2025)

Yep — **TailwindCSS**, **shadcn**, **NextJS v15, React v19**, etc.  Just beginning to learn **Turborepo**, and hope to establish my own template monorepo setup this year (web, mobile w/ Expo, etc.).

Besides [preferred-tech-stack-current](https://aaron-mota.gitbook.io/aarons-style-guide/at-a-glance/preferred-tech-stack-current "mention")**,** [basic-guidelines](https://aaron-mota.gitbook.io/aarons-style-guide/frontend/basic-guidelines "mention"), [naming](https://aaron-mota.gitbook.io/aarons-style-guide/frontend/naming "mention"), and some of [our-systems](https://aaron-mota.gitbook.io/aarons-style-guide/frontend/our-systems "mention") pages, other portions of this style guide may be out of date.


---

# 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://aaron-mota.gitbook.io/aarons-style-guide/intro/strong-opinions-loosely-held.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.
