Developer Foundry.
Everyday tools for developers — validate JSON, format SQL, generate hashes and UUIDs, convert colours and timestamps. Each page states whether it runs in your browser or on our server.
JSON Code Health
Validate, prettify and minify JSON against RFC 8259, with the exact line and character of any error.
Launch ToolQuery Optimizer
Prettify and minify SQL queries instantly. Supports multiple SQL clauses with normalization.
Launch ToolSecure Encoder
Encode and decode binary buffers and production data strings with local processing.
Launch ToolRegEx Optimizer
Test patterns with live highlighting. Includes common expression presets and flag support.
Launch ToolWord Unscrambler
Solve anagrams and unscramble letters instantly using our dictionary engine.
Launch ToolWhat Is My IP?
Instantly check your public IPv4 or IPv6 address and network identity securely.
Launch ToolUUID Generator
Generate cryptographically secure v4 UUIDs in bulk. Customizable hyphens and capitalization.
Launch ToolColor Converter
Convert between HEX, RGB, and HSL color formats instantly. Copy CSS-ready values in one click.
Launch ToolTimestamp Converter
Convert Unix epoch timestamps to human-readable dates. Supports all timezones with ISO 8601 output.
Launch ToolWPM Calculator
Calculate your typing speed in words per minute and characters per minute. Get a speed level rating instantly.
Launch ToolNumbers to Words
Convert any number to its English word form and ordinal. Enter 1000000 to get "one million". Up to 999 billion.
Launch ToolRandom Number Generator
Generate cryptographically secure random integers or decimals in any range. Supports lists of unique numbers up to 1,000.
Launch ToolSubnet Calculator
Enter any IPv4/CIDR notation to get subnet mask, network address, broadcast address, host range, and binary representation.
Launch ToolLooking up a term?
JSON, UUID, regex, Base64, SQL injection, SHA-256, REST — all defined clearly.
Research & Notes.
In-depth articles on the math and logic behind our tools — written for people who want to understand the calculations, not just run them.
O(n) and the Browser: How Layout Engines Handle Complexity
Modern browsers render millions of DOM nodes in milliseconds. Understanding layout calculation, forced synchronous layouts, and GPU compositing explains why some CSS patterns are fast and others destroy performance.
How SQL Sanitization Actually Works: The Geometry of Input Validation
SQL injection is consistently in the top three web vulnerabilities. Understanding why sanitisation alone is not enough — and what parameterized queries actually do differently — is the foundation of secure database code.
Why JSON Validation Matters Before Production Deploys
Invalid JSON in a configuration file or API payload can take down a service silently. Here is why JSON validation should be part of your standard deploy checklist and what to look for.