DEV
DUNIA
100% in your browser.
Your data never leaves your machine. No signup, no ads, open source.
JSON format
Base64
JWT decode
⚡ Run
Full tool:
JSON beautifier →
—
Free tools
🗨
— tools
POW!
💡 Deep dives — backend internals
How X Works
Step-by-step visual explainers of what really happens under the hood — every actor, every packet, every decision.
🌍
google.com — 3D journey
Drag, zoom, and click through a playable 3D map of the internet — DNS, TCP, TLS, and HTTP packets flying in real time
Open →
🏛️
DNS museum
DNS concepts explained in a comic-book interactive format
Open →
🌐
You type a URL
DNS → TCP → TLS → Load Balancer → App Server → DB → response — every hop visualized
Open →
🚦
Rate limiting
Token bucket, leaky bucket, sliding window — all 4 algorithms with live interactive demos
Open →
🚗
Uber nearby drivers
Geohash, Redis GEORADIUS, H3 hexagonal grid — how Uber finds 8 drivers in 15ms
Open →
🔐
OAuth 2.0
Authorization Code flow, tokens, refresh — who talks to whom and exactly what they say
→
🗄️
Database query
SQL parser → query planner → optimizer → index scan → buffer pool → disk I/O
→
💻
MacBook boot
Power button → firmware → bootloader → kernel → launchd — every millisecond explained
→
🐳
Docker
Images, layers, containers, builds — namespaces and cgroups without the hand-waving
→
⏱
Uber ETA
Road graphs, A* pathfinding, Contraction Hierarchies, real-time probe data and ML — the full ETA stack
→
🖐️
MediaPipe × TouchDesigner
Hand detection step by step — 21 landmarks, the two-model pipeline, plugin and Python/OSC setups, pinch math driving live visuals
→
⚡
How Nginx works
Event-driven architecture, reverse proxy, load balancing, SSL termination — how Nginx handles millions of requests with 4 worker processes
→
🌐
How CDN works
Edge nodes, PoPs, anycast routing, cache-control headers — how a CDN turns a 150ms request into an 8ms one
→
🔬
google.com — deep dive
Every hop from DNS root servers to Google's load balancer — packet inspector, resource waterfall, 16-step cheat sheet
→
ZAP!
01
📚 Chapter One
Encoders & Decoders
Base64, URL, JWT, JSON, YAML, XML, CSV and more — transform data any way you need.
16
TOOLS
Base64 encoder
Encode text or binary data to Base64 format
→
Base64 decoder
Decode Base64 strings back to plain text
→
📤
Base62 encoder
Encode numbers to compact Base62 alphanumeric strings
→
📥
Base62 decoder
Decode Base62 strings back to their numeric value
→
₿
Base58 encoder
Bitcoin/IPFS standard Base58 encoding — no ambiguous chars
→
₿
Base58 decoder
Decode Base58 encoded strings back to plain text
→
URL encoder
Percent-encode URLs and query parameters safely
→
URL decoder
Decode percent-encoded URLs back to readable form
→
JWT decoder
Decode and inspect JWT tokens — header, payload, claims
→
JSON beautifier
Format and pretty-print JSON with syntax highlighting
→
JSON minifier
Compress JSON by stripping all whitespace instantly
→
CSV to JSON
Convert CSV spreadsheet data to JSON instantly
→
⚖️
YAML ⇄ JSON
Bidirectional conversion between YAML and JSON
→
📄
XML formatter
Format and indent XML documents for readability
→
🔄
PHP ⇄ JSON
Convert between JSON data and PHP array syntax
→
💬
String transformer
camelCase, snake_case, UPPER, kebab-case and more
→
02
📚 Chapter Two
Security & VAPT
Clickjacking detection, HTTP header analysis, OWASP checks, hashing and email forensics.
6
TOOLS
🔒
Clickjacking checker
Test if a site is vulnerable to clickjacking attacks
→
📋
HTTP headers
Inspect HTTP response headers for security misconfigs
→
🐛
OWASP Top 10
Interactive reference for OWASP Top 10 web vulnerabilities
→
Hash generator
Generate MD5, SHA-1, SHA-256, SHA-512 hashes instantly
→
🔑
Caesar cipher
Encrypt and decrypt with the classic Caesar shift cipher
→
📧
Email header analyzer
Parse email headers for forensics and phishing detection
→
03
📚 Chapter Three
Generators
Passwords, UUIDs, QR codes, barcodes, Lorem Ipsum, emoji — generate what you need, instantly.
8
TOOLS
Password generator
Generate strong random passwords with custom rules
→
UUID / GUID generator
Generate RFC 4122 v4 UUIDs and GUIDs in bulk
→
QR generator
Generate QR codes from any URL, text or WiFi data
→
📊
Barcode generator
Generate 1D barcodes — Code128, EAN, ISBN and more
→
📜
Lorem Ipsum
Generate dummy placeholder text for layouts and mockups
→
😊
Emoji picker
Search and copy any emoji — by name, category or keyword
→
👥
GitHub contributors
Visualize contributors for any GitHub repository
→
🌍
Env generator
Generate .env file templates for various project types
→
04
📚 Chapter Four
API & Dev Tools
cURL, cron, regex, SQL, markdown, diff, Docker, NFC and everyday developer utilities.
15
TOOLS
cURL describer
Paste a cURL command and get a plain-English explanation
→
Cron describer
Translate cron expressions into human-readable schedules
→
Regex tester
Test and debug regular expressions with live highlighting
→
SQL formatter
Format and beautify SQL queries for readability
→
Markdown editor
Write Markdown with live preview side by side
→
Diff checker
Compare two texts and highlight differences line by line
→
🌊
Mermaid renderer
Render Mermaid diagrams — flowcharts, sequence, ERD
→
🐳
Docker guide
Comprehensive Docker commands reference and cheat sheet
→
👁️
HTML viewer
Paste HTML and preview it rendered live in the browser
→
🧪
API response tester
Test and inspect API responses and payment webhooks
→
📶
NFC reader
Read NFC tags directly in the browser via Web NFC API
→
🔗
Text sharer
Share text snippets via a shareable link instantly
→
Epoch converter
Convert Unix timestamps to human-readable dates and back
→
Timezone converter
Convert times between any world timezones instantly
→
💻
Bash zero to hero
Complete Bash scripting reference from beginner to pro
→
05
📚 Chapter Five
Network Protocols
Deep-dive references for HTTP, TCP, UDP, OSI model, DNS and networking fundamentals.
5
TOOLS
🌐
Network protocols
Overview of common network protocols and use cases
→
🌍
HTTP protocol
Complete HTTP reference — methods, status codes, headers
→
🔗
TCP protocol
TCP internals — handshake, flow control, reliability
→
⚡
UDP protocol
UDP — connectionless, fast, datagram-based communication
→
🏗️
OSI model
Interactive OSI 7-layer model reference with examples
→
DNS
📚 Chapter Five — Part II
DNS Tools
dig, nslookup and traceroute — query DNS records, inspect network paths and debug connectivity like a pro.
4
TOOLS
🌐
DNS resolver
Full visual flow: how echobash.com resolves from root → TLD → authoritative NS → IP
→
🔍
dig
Live DNS lookups — query A, MX, NS, TXT and more via Cloudflare DoH
→
🔎
nslookup
Classic DNS query tool available built-in on Windows, macOS and Linux
→
🗺️
traceroute
Map every network hop to a destination — debug routing and latency
→
06
📚 Chapter Six
Text Tools
Count words, convert ASCII, handle HTML entities and analyze text — all instantly.
4
TOOLS
Word counter
Count words, characters, sentences and reading time
→
🖥️
HTML entities
Encode/decode HTML special characters and entities
→
🔢
ASCII converter
Convert between text, ASCII codes, binary and hex
→
🔄
ROT13 encoder
Apply ROT13 substitution cipher to any text instantly
→
07
📚 Chapter Seven
Database References
Comprehensive guides and command references for PostgreSQL, Redis, Elasticsearch and more.
3
TOOLS
🐘
PostgreSQL guide
Complete PostgreSQL reference — queries, functions, admin
→
📚
Redis commands
Interactive Redis command reference with syntax and examples
→
🔍
Elasticsearch tools
Build, test and explore Elasticsearch DSL queries
→
08
📚 Chapter Eight
Python Toolkit
Interactive code references for Python requests, Flask, Pandas, OpenAI, urllib and more.
5
TOOLS
🌐
Requests library
Python requests — HTTP GET, POST, headers, authentication
→
🌶️
Flask guide
Flask web framework — routes, templates, API patterns
→
🐼
Pandas guide
Pandas DataFrames — read, filter, group, transform data
→
🤖
OpenAI library
Python OpenAI SDK — chat completions, prompts, API patterns
→
🔗
urllib
Python's built-in urllib for URL handling and HTTP requests
→
😔 NO TOOLS FOUND!