Dev Utils

9
What is a Regular Expression?

Regex explained: character classes, quantifiers, anchors, groups, and practical patterns for everyday use.

7 min read
Regex CheatsheetRef

A quick reference for regular expression syntax: character classes, quantifiers, anchors, lookarounds, flags, and common patterns.

4 min read
Cron Expression ExamplesRef

A practical reference for cron syntax: field breakdown, special characters, and ready-to-use schedules.

5 min read
What is a Unix Timestamp?

Unix time explained: the epoch, seconds vs milliseconds, the Year 2038 problem, and why computers store time as a plain integer.

4 min read
Understanding Number Bases

Binary, octal, and hexadecimal explained: how positional counting systems work, why hex maps cleanly to bits, and where each base shows up in real code.

4 min read
HEX, RGB, and HSL ExplainedRef

Color formats compared: how HEX, RGB, and HSL represent the same color, transparency, and WCAG contrast ratios for accessible text.

4 min read
What is Open Graph?

Open Graph explained: the four required properties, how Twitter/X cards fall back to og: tags, and why og:image needs to be an absolute URL.

4 min read
What is Minification?

Minification explained: what CSS, HTML, and JS minifiers actually remove, why JS shrinks the most, and why source maps matter once you minify.

4 min read
What is a Token? LLM Tokenization Explained

How GPT and other LLMs split text into tokens with Byte Pair Encoding, why token count drives API cost and context limits, and which models you can count offline.

5 min read