Engineering Guides, Cheat Sheets & Architecture Cookbooks
Exhaustive, copy-pasteable references for everyday developer challenges. From cron schedules and JWT RFC standards to cURL conversions and modern cryptographic hashing.
Application Security & Cryptography Playbook
Deep dive into RFC standards, token security, one-way password hashing, public-key infrastructure, and offline crypto.
DevOps, Linux & Cloud Automation Track
Essential cheat sheets and syntax guides for cron jobs, regular expressions, network boundaries, and server maintenance.
API Translation & Web Data Mastery Track
Master modern API workflows: converting cURL commands to Python/Go/Fetch, translating JSON to TypeScript & Zod schemas.
Claude MCP GitHub Server Spec
Model Context Protocol JSON configuration for GitHub repo tools in Claude.
Weekly Docker Prune Crontab
Purge dangling images, containers, and volumes every Sunday at 3 AM.
Cron Expression Cheat Sheet — Complete Syntax, Examples & Schedule Guide
The ultimate reference guide to cron expression syntax. Covers 5-field & 6-field formats, special characters (*, /, -, ,), common schedules, and real-world examples.
Regular Expressions (Regex) Developer Cheat Sheet & Quick Recipes
Complete modern regular expression cheat sheet. Master character classes, quantifiers, lookahead, lookbehind, capturing groups, and copy-paste production recipes.
Modern HTTP Status Codes & Response Headers Guide
Complete developer guide to HTTP status codes (2xx, 3xx, 4xx, 5xx) and essential security headers. Covers 401 vs 403, 429 rate limiting, and CORS headers.
Convert cURL to JavaScript — Fetch, Axios & Node.js Guide with Code
Learn how to convert any cURL command to native JavaScript fetch() and Axios. Covers headers, JSON bodies, bearer auth, query parameters, and error handling.
UUID v4, v5, and v7 Guide: Performance, Collisions & Database Indexing
Deep dive into UUID versions (v4, v5, and the new RFC 9562 v7). Learn why UUID v7 is replacing v4 for database primary keys and B-Tree indexing.
How to Auto-Generate TypeScript Types & Zod Schemas from JSON
Learn how to instantly convert raw JSON API payloads into strict TypeScript interfaces and runtime Zod validation schemas with zero server transmission.
OpenSSL Command Cheat Sheet: Generating Keys, CSRs & Inspecting Certificates
Complete OpenSSL CLI cheat sheet for DevOps and Sysadmins. Generate private keys, create Certificate Signing Requests (CSRs), verify SSL handshakes, and convert PEM to DER.
How to Convert cURL Commands to Python requests — Complete Guide with Code
Step-by-step guide to converting cURL commands into clean, production-ready Python requests code. Covers GET, POST, JSON, custom headers, auth, and error handling.
How to Decode JWT Tokens — Complete Developer Guide & Security Reference
Understand the internal structure of JSON Web Tokens (JWT). Learn how to decode headers, payloads, and signatures in JavaScript, Python, and Go without external servers.
Password Hashing Guide: Bcrypt, Argon2 & PBKDF2 Explained
A complete developer's guide to modern password hashing. Learn the differences between Bcrypt, Argon2id, and PBKDF2, and how to choose the right cost factors.
How to Read X.509 PEM Certificates & CSRs
Learn how to parse, read, and understand X.509 SSL/TLS certificates and Certificate Signing Requests (CSR). Covers PEM structure, SANs, and Cryptographic properties.
Generating Secure SSH Keys: Ed25519 vs RSA
Understand the differences between Ed25519, RSA, and ECDSA SSH keys. Learn why Ed25519 is the modern standard and how to generate secure keypairs.
Understanding Base64: Encoding, Decoding, and Binary Data
Learn how Base64 encoding works under the hood. Understand how to safely transmit binary data (images, tokens, certs) as ASCII text over the web.
JSON Formatter: Privacy Backed & 100% Client-Side Developer Tools
Learn why a privacy-backed JSON formatter is essential for developers. 100% client-side, zero server transmission formatting for sensitive API payloads.
YAML to JSON Conversion for Modern Cloud Developers
Deep dive into YAML and JSON data structures, and how developers can securely convert between them using a zero server transmission scratch pad.
Translating cURL to Go, Fetch, and Python Requests
Learn how to instantly translate bash cURL commands into production-ready Go, JavaScript, and Python code using offline developer tools.
The Complete Guide to Claude Code Skills (SKILL.md), Cursor Rules (.mdc), CLAUDE.md, and MCP (2026)
An exhaustive technical guide to modern AI agent steering: Claude Code skills (SKILL.md), Cursor modular rules (.mdc), project-root CLAUDE.md, multi-agent AGENTS.md, and Model Context Protocol (claude.json) with real-time GitHub token validation.
Looking for client-side formatters, decoders, and converters?
Explore 28 offline utilities including JSON Formatter, cURL converters, JWT decoder, UUID generator, and Bcrypt verifier.