Skip to content

Blog

Developer tutorials, guides, and insights to help you work more efficiently.

Showing 21 articles

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
security

Password Entropy: Calculate & Strengthen Your Passwords

Master password entropy: the formula, brute-force math, and why length beats complexity. Includes JS/Python code and a free generator.

#password-entropy #password-strength #password-security
Apr 2, 2026
10 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
security

Web Security Essentials: Hashing, Validation & Auth

Web security essentials: bcrypt vs Argon2 hashing, XSS and SQL injection prevention, JWT best practices, CSP headers and MFA — with JS code examples.

#security #best-practices #hashing
Jan 15, 2026
12 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