Code References
Developer reference docs for HTML elements, ISO codes, keyboard shortcuts, fonts, CSS selectors, SQL keywords, Python builtins, and Go packages. Each entry includes syntax, examples, and related references.
HTML Tags(121 entries)
Look up element names, attributes, and semantics when you are writing markup, debugging templates, or teaching HTML.
Language Codes(132 entries)
Find ISO 639-1 codes for locales, hreflang, subtitles, and APIs that expect a standard language identifier.
Currency Codes(145 entries)
Match ISO 4217 codes to currency names for pricing, invoices, e-commerce, and financial APIs.
VS Code Shortcuts(146 entries)
Speed up editing with keyboard shortcuts for search, multi-cursor, terminal, and navigation — ideal when muscle memory slips.
Google Fonts(178 entries)
Browse font families and weights to pick typography for the web, pairing display and body text.
CSS Selectors(69 entries)
Confirm selector syntax for stylesheets, tests, and browser DevTools — from simple classes to complex combinators.
SQL Keywords(104 entries)
Reference reserved words and clauses when writing queries, migrations, or explaining SQL to teammates.
Python Builtins(114 entries)
Check built-in functions and their signatures for scripts, notebooks, and quick Python lookups without opening docs.python.org.
Go Packages(60 entries)
Scan standard-library and common package paths when importing modules or reviewing Go code.