Uttir

The Uttir blog

Practical guides, roundups, and explainers on the tools and concepts that show up in day-to-day work — all written for use alongside the free tools on the rest of the site.

  • 7 min read colorwcagaccessibility

    How to Build an Accessible Color Palette That Still Looks Good

    WCAG contrast ratios depend on lightness, not hue. Learn the math, the AA and AAA thresholds, the “color is not the only signal” rule, and a workflow for testing every pairing before you commit to a palette.

  • 6 min read heicjpgimage-formats

    How to Convert HEIC to JPG Without Uploading (and Why You Should)

    Apple’s HEIC format saves storage but breaks the moment you try to share a photo. Learn what HEIC is, why it exists, how to convert it to JPG locally without uploading, and the trade-offs of every approach.

  • 6 min read encodingbase64base32

    Base64 vs Base64url vs Base32 vs Hex: When to Use Each

    Four encodings that all turn binary into text, but with different alphabets, sizes, and URL-safety. This guide explains the differences, the use cases, and the gotchas that trip people up.

  • 6 min read regexregular-expressionsdeveloper-tools

    How to Learn Regex: A Beginner’s Guide (That Actually Sticks)

    Regex looks like noise but it is just a tiny pattern language. This guide teaches the mental model, the most useful metacharacters, the traps, and a workflow for testing patterns without copy-pasting into random websites.

  • 6 min read passwordssecurityprivacy

    How to Create Strong Passwords You Can Actually Remember

    A practical guide to creating passwords that are both uncrackable and memorable: passphrases, password managers, and the one rule that actually matters. Includes a free browser tool to check any password’s strength.

  • 7 min read dnsnetworkingsysadmin

    How to Check DNS Records for Any Domain (and What They Mean)

    Learn what DNS records are, the most common record types (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA), how to look them up from your browser, and how to use them to verify that a domain points where you think it does.

  • 5 min read statisticsstandard-deviationmath

    How to Understand Standard Deviation (Without the Jargon)

    Standard deviation sounds intimidating but it is just a measure of how spread out your numbers are. Learn what it means, when to use it, and how to calculate it by hand and with a free browser tool.

  • 5 min read seometa-descriptioncontent-marketing

    How to Write SEO Meta Descriptions That Get Clicked

    A practical guide to writing meta descriptions that boost click-through rates, with length rules, examples, and a free browser tool to check yours against Google’s recommended range.

  • 5 min read 2fatotpsecurity

    What Is 2FA and How Does TOTP Work? A Plain-English Guide

    Learn what two-factor authentication really does, how time-based one-time passwords (TOTP) work, why codes change every 30 seconds, and how to inspect your own codes without an authenticator app.

  • 5 min read jwtsecuritydeveloper-tools

    How to Debug JWT Tokens: A Practical Guide for Developers

    Learn what JWTs are made of, how to decode and verify them, the most common mistakes developers make, and how to inspect a token in your browser without sending it anywhere.

  • 5 min read data-formatsdeveloper-toolscomparison

    JSON vs YAML vs TOML: Which Should You Use in 2026?

    A practical comparison of JSON, YAML, and TOML: syntax, features, readability, tooling support, and when each format is the right choice for config files, data exchange, and APIs.

  • 7 min read encodingdeveloper-toolstutorial

    Base64 Encoding Explained: What It Is and How It Works

    A practical guide to Base64 encoding: what it is, how it works, when to use it, and when to use something else. With examples and a free browser-based encoder.

  • 7 min read colordesigndeveloper-tools

    HEX vs RGB vs HSL: Which Color Format Should You Use?

    A practical comparison of HEX, RGB, and HSL color formats: when to use each, how to convert between them, and why one of them is the right choice for your next project.

  • 4 min read jsondeveloper-toolstutorial

    How to Format JSON: A Visual Guide for Humans and Machines

    Learn what JSON formatting is, why it matters, and how to pretty-print, minify, and validate JSON. Includes common pitfalls, real examples, and a free browser-based JSON formatter.

  • 5 min read uuiddeveloper-toolsdatabases

    UUIDs Explained: v1 vs. v4 vs. v7, and When to Use Each

    A practical guide to UUID versions — what v1, v4, v5, and v7 are, how they differ, and why UUID v7 is the right default for new database primary keys in 2026.

  • 5 min read imagesweb-performancedeveloper-tools

    Image Formats Compared: JPEG vs. PNG vs. WebP vs. AVIF vs. SVG

    A practical comparison of JPEG, PNG, WebP, AVIF, and SVG: when to use each, how they handle transparency and animation, browser support in 2026, and how to pick the right format for the job.