The catalog

All skills

10 entries

Browse every skill in the encyclopedia. Use the search box to jump directly to a topic or scan by category.

AI/ML

2 articles
AI/ML

Prompt Engineering

Design prompts that guide LLMs toward accurate, consistent outputs.

#prompts#llm#system design
AI/ML

LLM Fine-tuning

Adapt base models to niche domains with clean datasets and evals.

#fine-tuning#llm#mlops

Design

2 articles
Design

Figma Prototyping

Create interactive flows to test ideas before writing code.

#figma#prototyping#design
Design

UI/UX Heuristics

Apply usability heuristics to spot friction in interfaces quickly.

#ux#heuristics#design-review

DevOps

2 articles
DevOps

Docker Essentials

Containerize applications with reproducible images and lean layers.

#docker#containers#devops
DevOps

Kubernetes Basics

Schedule containers, manage services, and observe workloads.

#kubernetes#orchestration#devops

Programming

4 articles
Programming

React Fundamentals

Build interactive UIs with components, hooks, and predictable state.

#react#frontend#hooks#jsx
Programming

TypeScript Essentials

Type your JavaScript with interfaces, generics, and strict inference.

#typescript#types#interfaces#generics
Programming

Python Automation

Write small, reliable scripts to move files, scrape pages, and orchestrate tasks.

#python#automation#scripting