Skip to content

Instantly share code, notes, and snippets.

View TheNando's full-sized avatar

Fernando Pena TheNando

  • Specter Ops
  • United States
View GitHub Profile
@TheNando
TheNando / Thanks, Ollama.md
Last active June 30, 2025 18:33
Thanks Ollama!

Thanks, Ollama!

First steps

We will be covering running prebuilt models and connecting for code assistance. We will not be covering training new models.

Hardware requirements

  • Depends on the models, but in general, Bring the beef.
@TheNando
TheNando / data-test-ids.md
Last active July 25, 2023 19:19
Data Test IDs

A data-testid attribute should be included for every testable element. Testable elements are defined as elements which the user interacts with or which has dynamically changing content.

Usage

  • <MyComp data-testid={...}>

Format

{namespace}.{nav item}.{page component}.[distinguisher]