惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
B
Blog
P
Proofpoint News Feed
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
有赞技术团队
有赞技术团队
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
罗磊的独立博客
L
LangChain Blog
GbyAI
GbyAI
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
26 Free Online Developer Tools — No Signup, No Install (2...
At Use · 2026-06-23 · via DEV Community

Most "free developer tools" lists link to GitHub repos you need Node.js to run locally, or SaaS products with a login wall. Everything below runs in a browser tab, handles your data client-side or deletes it from the server within 30 minutes, and requires no account of any kind.

All 26 tools are at at-use.com. Grouped by what you are actually trying to do.


Encoding & Decoding

Base64 Encoder/Decoder — Encode text or binary to Base64, or decode it back. UTF-8 text and binary file payloads both work. Runs in your browser — nothing sent to a server.

URL Encoder/Decoder — Percent-encode strings for safe URL inclusion, or decode percent-encoded URLs back to readable text. Handles both application/x-www-form-urlencoded and RFC 3986 encoding modes.

HTML Entity Encoder/Decoder — Convert special characters to named HTML entities (< → &lt;, & → &amp;) or decode entities back to characters. Useful when building template strings or sanitizing output for display.

Binary Translator — Text to binary, binary to text, or translate between binary, decimal, hex, and octal. Useful for low-level debugging and learning number representations.

Number Base Converter — Convert integers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16). All four outputs shown simultaneously.

JWT Decoder — Paste a JWT token to decode and inspect the header and payload. Runs entirely in the browser — your token never leaves your machine.


JSON & Text

JSON Formatter & Validator — Format, validate, and minify JSON in one click. Toggle between pretty-print and compact output. Syntax errors include the exact line and column number. Uses browser-native JSON.parse() — no data sent anywhere.

Text Diff — Side-by-side text comparison with no character limit (diffchecker.com caps at 25,000 characters on the free tier). JSON-aware mode auto-formats both inputs before diffing so whitespace differences do not pollute the output.

Case Converter — 12 text case formats at once: camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE, Title Case, dot.case, and more. All outputs update as you type — paste once, copy whichever format you need.

Markdown to HTML — Convert Markdown to HTML with syntax highlighting for code blocks. Side-by-side preview. Clean semantic output, no inline styles.

Regex Tester — Test regular expressions against sample text with real-time match highlighting. Flags (global, case-insensitive, multiline, dotAll) can be toggled. Match groups are listed below the input.

Readability Checker — Flesch-Kincaid Grade Level, Flesch Reading Ease, Gunning Fog Index, and Automated Readability Index. Handy for checking whether your documentation or API reference copy is accessible to a broad audience.


Time & Date

Unix Timestamp Converter — Convert between Unix timestamps and human-readable dates. Handles both seconds and milliseconds. Shows UTC, your local timezone, and ISO 8601 format simultaneously.

Cron Expression Builder — Build and validate cron expressions with a visual UI. Shows the next 5 scheduled run times so you can confirm the schedule is correct before deploying.


Generators

UUID Generator — UUID v1, v4, or v7 in bulk. Set the count (1–1000), generate, copy or download as a plain text list. Browser-side only — no server involved.

Hash Generator — MD5, SHA-1, SHA-256, SHA-512 from text input or file upload. Runs in the browser using the Web Crypto API. Results copy in one click.

Password Generator — Configurable length, character sets (uppercase, lowercase, numbers, symbols), exclusion of ambiguous characters. Generate multiple passwords in one batch.

QR Code Generator — Enter any URL or text string and download a QR code as PNG or SVG. No account, no watermark.

QR Code Reader — Upload a QR code image or use your camera to scan one. Decoded entirely in the browser — nothing sent to a server.

Barcode Generator — Code 128 (alphanumeric), EAN-13 (international retail), UPC-A (US retail), and Code 39 (industrial/logistics) formats. PNG or print-ready SVG output.


Network & DNS

DNS Lookup — Query A, AAAA, CNAME, MX, TXT, NS, SOA, and PTR records for any domain.

WHOIS Lookup — Registration info, nameservers, registrar, and status for any domain.

HTTP Headers Checker — Inspect the HTTP response headers returned by any URL. Useful for debugging caching policies, CORS configuration, content-type, security headers (HSTS, CSP, X-Frame-Options), and redirect chains.

Subnet Calculator — CIDR to subnet breakdown: subnet mask, wildcard mask, broadcast address, usable host range, and binary representation. Supports IPv4 and IPv6.


Email & Deliverability

SPF Checker — Validate your SPF record, check alignment, and see a pass/fail result for a given sending domain.

DMARC Checker + DKIM Lookup + SSL Checker + BIMI Checker — The SPF tool links to all four of these, so you can step through the full email authentication audit in one go: DMARC policy, DKIM key existence, SSL certificate chain, and BIMI logo record. Five tools covering the whole stack.


The trade-off

The site is ad-supported. That is the trade: you see an ad, you get the tool, no account needed, no data stored beyond what is needed to process your file (and that is deleted within 30 minutes). Encoding and generator tools never touch a server at all.

Developer tools hub: at-use.com/tools/developer
Network/DNS tools hub: at-use.com/tools/network-dns