Skip to content

Tutorials

Showing 47 articles

Tutorials

HTML Entities Explained: Named, Numeric & When to Escape

A practical guide to HTML entities: named, decimal and hex references, the five characters you must escape, and the context rules that prevent XSS.

#HTML #Encoding #Security
Jun 17, 2026
8 min read
Tutorials

JSONPath Syntax Guide: Query & Filter JSON with Examples

Learn JSONPath syntax with copy-paste examples: root, recursive descent, wildcards, slices, and filter expressions. Test every query live in your browser.

#jsonpath #json #query-language
Jun 13, 2026
11 min read
Tutorials

PX vs REM vs EM: The Complete CSS Units Guide

px vs rem vs em explained: what each CSS unit means, when to use rem for accessibility, the em compounding trap, and a per-property cheat sheet.

#css #rem #em
Jun 11, 2026
12 min read
Tutorials

How to Escape JSON Strings: Characters, Stringify & Pitfalls

How to escape a string in JSON: which characters need escaping, how it differs from JSON.stringify, JSON-in-JSON nesting, Unicode escapes, and common pitfalls.

#JSON #Encoding #Data Formats
Jun 10, 2026
9 min read
Tutorials

Image to Base64 & Data URIs: When to Inline Images (2026)

Should you convert an image to Base64? See when data URIs help, the 33% size cost, CSS/HTML inlining, caching tradeoffs, and when a normal image file wins.

#base64 #data-uri #images
Jun 5, 2026
11 min read
Tutorials

Code Minification Guide: CSS, JS & HTML Explained

What code minification is, how minifying CSS, JS, and HTML works, and why minify and gzip/brotli are different. Learn the order and minify your code free.

#minification #css #javascript
Jun 5, 2026
15 min read
Tutorials

SQL Style Guide: Formatting Best Practices for 2026

A practical SQL style guide: keyword casing, indentation, JOIN/WHERE line breaks, naming rules, and dialect quirks, plus how to auto-format SQL free.

#sql #sql-formatting #sql-style-guide
Jun 3, 2026
16 min read
Tutorials

curl Cheat Sheet: 40+ Command Examples for HTTP & APIs

Complete curl cheat sheet for developers: GET/POST, headers, bearer auth, file upload/download, and API testing — 40+ copy-paste examples. Try our tools.

#curl #http #rest-api
Jun 2, 2026
14 min read
Tutorials

What Is Lorem Ipsum? Meaning, Origin & How to Use Placeholder Text

Lorem Ipsum explained: what the pseudo-Latin means, where it comes from, why designers use placeholder text, how to generate it anywhere, and when not to ship it. Try the free generator.

#lorem-ipsum #placeholder-text #dummy-text
Jun 2, 2026
12 min read
Tutorials

XML to JSON: Conventions, Pitfalls & Code (2026 Guide)

Convert XML to JSON the right way: how attributes, arrays, and namespaces map, why values stay strings, plus code for JavaScript, Python and the browser.

#xml #json #data-conversion
Jun 2, 2026
13 min read
Tutorials

JSON to TypeScript: Generate Interfaces & Types (2026 Guide)

Convert JSON to TypeScript interfaces the right way: type inference rules, interface vs type, optional and union fields, plus pitfalls to avoid. Try it free.

#typescript #json #type-safety
Jun 1, 2026
11 min read
Tutorials

OKLCH Color Space Explained — Why Tailwind v4 Adopted It

Why OKLCH became the design-system standard in 2024–2026. How it differs from HSL and LCH, with a worked HEX→OKLCH conversion.

#color #oklch #tailwind
May 28, 2026
14 min read
Tutorials

SHA-1 vs SHA-256 vs SHA-512: 2026 Hash Algorithm Guide

SHA-1, SHA-256, SHA-384, SHA-512, and SHA-3 compared on security status, output size, performance, and real use cases. Includes a decision tree and common pitfalls.

#hash #sha #cryptography
May 28, 2026
14 min read
Tutorials

UTF-8 vs UTF-16 vs Unicode Encoding Guide for Developers

UTF-8 vs UTF-16 vs UTF-32 explained for developers — codepoints, surrogate pairs, BOM, MySQL utf8mb4 traps, and JS length lies. Learn how to pick the right encoding.

#unicode #utf-8 #utf-16
May 28, 2026
12 min read
Tutorials

WCAG Color Contrast Ratio Guide: AA, AAA, and APCA Explained

Master WCAG contrast ratios. Learn 4.5:1 AA and 7:1 AAA thresholds, the APCA Lc algorithm, color blindness, and how to fix failing combinations.

#accessibility #wcag #contrast
May 28, 2026
15 min read
Tutorials

camelCase vs snake_case vs kebab-case: 2026 Naming Conventions Guide

camelCase vs snake_case vs kebab-case 2026 — 6 case styles, 7-language decision matrix, acronym rules, URL slug SEO, and 6 conversion pitfalls.

#naming-conventions #camelcase #snake-case
May 26, 2026
14 min read
Tutorials

Character & Word Limits 2026: Twitter, SMS, SEO, Instagram Guide

Character and word limits 2026 across Twitter, SMS GSM-7/UCS-2, SEO meta, Instagram, and LinkedIn — counting math plus live progress bars for 6 platforms.

#character-limit #word-count #sms
May 21, 2026
13 min read
Tutorials

Crontab Cheat Sheet: 50+ Cron Expressions and Modern Scheduler Guide

Crontab cheat sheet: 50+ copy-paste cron expressions, field-by-field syntax, the OR-trap, timezone fixes, plus Kubernetes/GitHub/AWS comparisons.

#crontab #cron #scheduler
May 21, 2026
13 min read
Tutorials

Text Diff Online: How to Compare Two Texts (Algorithm + 6 Use Cases)

Free text diff online — instant side-by-side + unified diff, no upload. Learn the LCS/Myers algorithm, text vs JSON diff, and 6 code-review use cases.

#text-diff #diff #code-review
May 21, 2026
14 min read
Tutorials

Flatten Nested JSON to CSV: 5 Strategies & Decision Matrix

Compare 5 strategies to flatten nested JSON to CSV: dot notation, indexed arrays, explode rows, stringify. Decision matrix for Excel, Pandas & BigQuery.

#json #csv #data-conversion
May 20, 2026
12 min read
Tutorials

Regex cheat sheet: metacharacters, groups, and lookarounds

Regex cheat sheet: metacharacters, quantifiers, anchors, groups, lookarounds, plus 15+ JavaScript and Python patterns and concrete fixes for catastrophic backtracking.

#regex #regular-expression #text-processing
May 13, 2026
12 min read
Tutorials

HTTP Status Codes Cheat Sheet: Every Code Explained (1xx-5xx)

Complete HTTP status codes reference: 1xx through 5xx explained with real examples, common mistakes (401 vs 403, 301 vs 302), and SEO impact. Try our tools.

#http #http-status-codes #rest-api
May 7, 2026
14 min read
Tutorials

JSON Schema validation in 2026: Ajv, Python, browser guide

Validate JSON against a schema in Node, Python, and the browser. Draft 2020-12 essentials, real API patterns, and copy-paste examples for 2026. Try free.

#json-schema #json-validation #ajv
May 7, 2026
12 min read
Tutorials

WebP vs AVIF vs JPEG: Which Image Format Wins in 2026?

AVIF is 20–30% smaller than WebP and 30–50% smaller than JPEG, but encodes 5–20× slower. 2026 browser support, real benchmarks, and <picture> fallback patterns. Try free.

#image-format #webp #avif
May 7, 2026
11 min read
Tutorials

Static vs Dynamic QR Codes — Why Yours Stops Working

Dynamic QR codes expire when their redirect service shuts down. Static QR codes never expire. Why the difference matters and how to choose.

#qr-code #static-qr #dynamic-qr
May 5, 2026
9 min read
Tutorials

How to Ignore Timestamps and IDs in JSON Diff (Without Writing jq)

API regression diffs are 80% noise — timestamps, request IDs, UUIDs that mutate per-request. Use Extended JSON Pointer patterns to surface only meaningful changes.

#json #diff #testing
May 4, 2026
12 min read
Tutorials

The YAML Norway Problem and JSON-YAML Differences for Engineers

Why YAML reads "no" as false. Real K8s outages from string quoting. JSON vs YAML choices, indent rules & K8s manifest conversions explained.

#yaml #json #kubernetes
May 4, 2026
14 min read
Tutorials

cm to inches: exact formula, height & screen charts (2026)

Convert cm to inches (centimeters to inches) with the exact 1 in = 2.54 cm factor. Mental-math, height, screen, paper charts plus code. Free in browser.

#length-conversion #cm-to-inches #unit-conversion
May 1, 2026
10 min read
Tutorials

ml to oz: US & UK fluid ounce formulas, charts (2026)

Convert ml to fl oz with exact NIST factors. US (29.5735), UK (28.4131), FDA label 30 mL rounding. Try the free volume converter in your browser.

#volume-conversion #ml-to-fl-oz #fluid-ounces-to-ml
Apr 18, 2026
10 min read
Tutorials

kg to lbs: NIST formula, mental math and quick charts (2026)

Convert kilograms to pounds with the NIST-exact factor (1 kg = 2.20462 lb). Mental-math tricks, body-weight, luggage and medical-dose charts. Free.

#weight-conversion #kg-to-lbs #pounds-to-kilograms
Apr 17, 2026
10 min read
Tutorials

Temperature Conversion Formulas: Celsius, Fahrenheit, Kelvin

Exact temperature conversion formulas for Celsius, Fahrenheit, Kelvin and Rankine with code in 5 languages, weather API patterns, common pitfalls and reference tables.

#temperature #unit-conversion #celsius
Apr 17, 2026
15 min read
Tutorials

Bitwise Operations Explained: AND, OR, XOR, Shifts, and Masks

Master bitwise operations with hands-on examples: AND, OR, XOR, shifts, two's complement, bitmasks, and feature flags, with code in JS, Python, Go, and C.

#bitwise #bit-manipulation #binary
Apr 16, 2026
17 min read
Tutorials

jq Cheat Sheet: 30 Real-World JSON Command-Line Patterns

Master jq with 30 battle-tested patterns for filtering, transforming, and extracting JSON on the command line — from kubectl and AWS to log files.

#json #jq #command-line
Apr 16, 2026
12 min read
Tutorials

Number Base Conversion Guide: Binary, Hex, Octal & Decimal

A developer's guide to binary, hex, octal & decimal conversion — step-by-step methods, code examples in JS/Python/Go/C, and real-world use cases. Free online converter included.

#binary #hexadecimal #octal
Apr 15, 2026
14 min read
Tutorials

URL Encoding & Decoding: A Developer's Guide to Percent Encoding

RFC 3986 rules, encodeURI vs encodeURIComponent, UTF-8 byte mapping, and code examples in JS, Python, Go & Java. Try our free online tool.

#url-encoding #percent-encoding #rfc-3986
Apr 15, 2026
12 min read
Tutorials

Unit Conversion Guide: Length, Weight, Temperature & Volume

Metric-to-imperial conversion with exact formulas, code examples & quick-reference tables for length, weight, temperature and volume.

#unit-conversion #metric #imperial
Apr 7, 2026
14 min read
Tutorials

CSV to JSON Conversion: Methods, Pitfalls & Code Examples

Convert CSV to JSON (and back) with Python, JavaScript & CLI tools. Covers encoding traps, type coercion and streaming large files.

#csv #json #data-conversion
Apr 6, 2026
12 min read
Tutorials

MD5 vs SHA-256: Hash Algorithm Comparison for Developers

Compare MD5, SHA-1, SHA-256 and SHA-512 on security, speed and output size. Learn which hash to choose for checksums and password storage.

#md5 #sha-256 #hash
Apr 1, 2026
12 min read
Tutorials

UUID v4 vs v7 vs ULID vs Snowflake: ID Guide (2026)

UUID v4, v7, ULID, Snowflake ID and NanoID compared on database performance, sortability, storage size and ecosystem support with code examples.

#uuid #ulid #snowflake-id
Mar 19, 2026
15 min read
Tutorials

What Is a UUID? Guide to Format, Versions & Use Cases

UUIDs from the ground up: 128-bit structure, hex format, how v1/v3/v4/v5/v7 work internally, collision math, real-world use cases and code examples.

#uuid #guid #rfc-9562
Mar 19, 2026
13 min read
Tutorials

What Is Base64 Encoding? A Beginner's Guide

New to Base64? Learn what Base64 encoding is, how it works step by step, and why developers use it — a beginner-friendly introduction with clear examples.

#base64 #beginner #what-is-base64
Jan 20, 2026
8 min read
Tutorials

Unix Timestamp Guide: Precision, Timezone & DST Tips

Unix timestamps explained: epoch origins, seconds/ms/us conversion, timezone handling, DST pitfalls, and code examples in JS, Python and Go.

#unix-timestamp #epoch #timezone
Aug 18, 2025
14 min read
Tutorials

Image Compression: Browser vs Node.js Solutions

Compare Squoosh, Sharp, browser-image-compression and more — learn when to compress client-side vs server-side, with benchmarks and code examples.

#image-compression #squoosh #sharp
Aug 17, 2025
12 min read
Tutorials

From JSON5 to JSONC: A More Forgiving JSON Formatting Guide

Learn JSON5 vs JSONC differences, format config files with comments, and integrate formatters into your CI pipeline — with real-world code examples.

#json #json5 #jsonc
Aug 5, 2025
7 min read
Tutorials

What Exactly Lives Inside a PostgreSQL timestamp Column?

A plain-English guide to how PostgreSQL stores timestamp vs timestamptz, why timezones bite, and how to choose the right type for your use case.

#postgresql #timestamp #timestamptz
Jul 29, 2025
6 min read
Tutorials

Advanced Base64: MIME, Data URLs, Performance & Security

Implement Base64 in JavaScript and Python, optimize data URLs, choose standard vs URL-safe variants, and avoid common security pitfalls.

#base64 #advanced #implementation
Jan 20, 2025
12 min read
Tutorials

Essential Developer Tools for Encoding & Hashing (2026)

Compare 9 free browser-based developer tools for Base64, JSON, UUID, hashing, image compression and unit conversion — all 100% client-side.

#developer-tools #productivity #tutorial
Jan 15, 2025
8 min read