consolelog.tools
Field notes

The blog

Guides, tips, and best practices for shipping faster. 11 articles across 2 categories, updated weekly.

GuideJuly 12, 20269 min read

Bearer Tokens Explained: The Authorization Header, API Keys, and What "Bearer" Actually Means

What a bearer token is, the exact Authorization header syntax, how to send one from curl, fetch, axios, and Postman, how bearer tokens differ from API keys and JWTs, and how to generate signed test tokens in your browser.

Read article
Bearer Tokens Explained: The Authorization Header, API Keys, and What "Bearer" Actually Means

Latest posts

10 articles
Chrome Extension manifest.json: The Complete Manifest V3 Field GuideGuide

Chrome Extension manifest.json: The Complete Manifest V3 Field Guide

Every manifest.json key explained: the three required fields, UI surfaces, service workers, content scripts, the three-way permission model and the install warnings it triggers, plus the exact MV2 to MV3 migration map now that Manifest V2 is fully gone.

Jul 12, 202610 min read
Public Form APIs: What You Can and Can't Trust From the BrowserGuide

Public Form APIs: What You Can and Can't Trust From the Browser

Your form is a suggestion; your endpoint is the contract. A practical guide to securing contact forms, newsletters, comments, and feedback endpoints: server-side validation, email header injection, honeypots and rate limiting, anchored origin checks, client-supplied identity, and double opt-in.

Jun 8, 202614 min read
JWT Decoding and Verification: What Is Actually Safe to TrustGuide

JWT Decoding and Verification: What Is Actually Safe to Trust

Decoding a JWT and verifying one are not the same operation, and only one proves anything. A practical guide to the three Base64url parts, the alg attacks that breached real systems, correct verification with jose, claim validation, and safe client storage.

Jun 2, 202613 min read
llms.txt and GEO in 2026: How to Get Your Site Cited by AI SearchGuide

llms.txt and GEO in 2026: How to Get Your Site Cited by AI Search

A practical, honest guide to Generative Engine Optimization. The technical hygiene that gets you into AI answers, what an llms.txt actually does in 2026 (less than the hype), how to structure pages for extraction, and a checklist ordered by payoff.

Jun 1, 202613 min read
Tailwind CSS v3 to v4: The Complete Migration Guide (2026)Guide

Tailwind CSS v3 to v4: The Complete Migration Guide (2026)

Tailwind v4 is a ground-up rewrite. The upgrade tool handles most of it, but the CSS-first config, the renamed utilities, the rebuilt dark mode, and the browser-support floor are where teams get stuck. Exactly what changed and how to move across cleanly.

Jun 1, 202614 min read
Base64 in 2026: Encoding, Decoding, and the Pitfalls That Still Catch PeopleGuide

Base64 in 2026: Encoding, Decoding, and the Pitfalls That Still Catch People

Base64 is the format that won't go away — JWTs, OAuth, data: URIs, Basic Auth all still depend on it. The 2026-era APIs (Uint8Array.toBase64), URL-safe vs standard alphabet, and the UTF-8 traps that have shipped with btoa() for two decades.

May 8, 202613 min read
UUID v4 vs v7: Which Should You Use in 2026?Guide

UUID v4 vs v7: Which Should You Use in 2026?

Time-ordered UUIDs (v7) trade a small bit of randomness for major database performance gains. Concrete tradeoffs, B-tree implications, decision matrix, and migration guide.

May 4, 202612 min read
JSON to TypeScript: The Complete Guide (with examples)Guide

JSON to TypeScript: The Complete Guide (with examples)

Auto-generate TypeScript types from JSON, then refine them. Real-world traps with optional fields, discriminated unions, snake_case mapping, and runtime validation with Zod.

May 4, 202612 min read
PNG to WebP: Convert Images Without a Build Step (2026 Guide)Guide

PNG to WebP: Convert Images Without a Build Step (2026 Guide)

WebP saves 25-35% over PNG at visually identical quality and is supported everywhere that matters in 2026. Three workflows: browser, CLI, and build-time integration.

May 4, 202611 min read
Welcome to consolelog.tools: 300+ Free Developer Tools, Zero InstallationAnnouncement

Welcome to consolelog.tools: 300+ Free Developer Tools, Zero Installation

The story behind building consolelog.tools - a comprehensive platform with 300+ free developer utilities. Learn about our mission, technology stack, and vision for the future of developer productivity.

Oct 14, 202518 min read

Join Other Developers

Get weekly tutorials, tool releases, and developer tips delivered straight to your inbox.

No spam, just new tools and guides when they ship. Unsubscribe anytime.

Looking for the actual tools?

300+ free utilities for converting, formatting, generating, and reverse-engineering — all in one keyboard shortcut.