📰 Dev.to · TateLyman
Articles from Dev.to · TateLyman · 20 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9363)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · TateLyman
2w ago
Every PDF Tool You Need, Running 100% in Your Browser
I got sick of PDF tools that require accounts, plaster watermarks on everything, or silently upload...

Dev.to · TateLyman
2w ago
I Made a Free Photo Editor, Meme Generator, and Background Remover — All Client-Side
I've been on a kick lately building browser-based tools that don't upload your stuff anywhere. After...

Dev.to · TateLyman
2w ago
How I Built a Client-Side Video to GIF Converter with Zero Dependencies
I spent a weekend building a video-to-GIF converter that runs entirely in the browser. No server, no...

Dev.to · TateLyman
2w ago
Free Image Tools That Run Entirely in Your Browser (No Server Upload)
I have a thing about uploading files to random websites. Call it paranoia, call it good practice —...

Dev.to · TateLyman
2w ago
I Built a Free Browser-Based PDF Merger That Never Uploads Your Files
Every time I need to merge PDFs, the same thing happens. I Google "merge PDF online," click the first...

Dev.to · TateLyman
2w ago
Tailwind Config Generator + Placeholder Text (5 Styles) — New Tools
Tailwind Config Generator Build tailwind.config.js visually. Set brand colors, font...

Dev.to · TateLyman
2w ago
CSS Specificity Visualizer + Tailwind Class Sorter — Two New Tools
CSS Specificity Visualizer Compare selectors visually. Progress bars show relative weight....

Dev.to · TateLyman
2w ago
CSS Box Model Visualizer, Meta Tag Checker, Regex Highlighter — 3 New Tools
3 new interactive tools: CSS Box Model Visualizer Interactive margin, padding, border,...

Dev.to · TateLyman
2w ago
How I Built a Token Safety Scanner for Solana
A breakdown of the 5 on-chain signals I use to score Solana tokens from 0-100 before buying.

Dev.to · TateLyman
2w ago
How I Added MEV Protection to a Telegram Trading Bot on Solana
If you're building anything that submits transactions on Solana — especially swaps — you need to...

Dev.to · TateLyman
2w ago
Building a Solana Trading Bot on Telegram
How I built a 4,500-line Solana trading bot that runs entirely inside Telegram — covering architecture decisions, Jupiter integration, MEV protection, and pump.

Dev.to · TateLyman
3w ago
stop using websites to decode JWTs — do it in the terminal
every time you need to debug a JWT, you open jwt.io, paste your token, and hope you didn't just leak...

Dev.to · TateLyman
3w ago
5 Ways to Monetize a Telegram Bot (With Code Examples)
Telegram bots can make real money. Not "maybe someday" money — actual recurring revenue from day...

Dev.to · TateLyman
3w ago
solana wallet monitoring — track any wallet in real time with javascript
every degen trader watches wallets. the smart money wallets, the insider wallets, the wallets that...

Dev.to · TateLyman
3w ago
How to Accept Solana Payments on Your Website (No Stripe, No Gumroad)
You don't need Stripe. You don't need Gumroad. You don't need anyone's permission or a 5% platform...

Dev.to · TateLyman
3w ago
how to build a telegram bot in node.js from scratch (no frameworks)
so you want to build a telegram bot. cool. most tutorials tell you to install telegraf or some...

Dev.to · TateLyman
3w ago
i stopped using online json formatters and built my own
every time i needed to format some json, i'd google "json formatter", click the first result, paste...

Dev.to · TateLyman
3w ago
Web Crypto API — Hash Anything in the Browser Without npm Packages
Stop Installing crypto-js Every browser has a built-in cryptography API. You don't need...

Dev.to · TateLyman
3w ago
I Built 22 Dev Tools with Zero Backend — Architecture and Lessons
Why Client-Side Only? Every online developer tool I used was either covered in ads,...

Dev.to · TateLyman
1mo ago
I built 20 free browser-based developer tools — no tracking, no accounts, 100% client-side
I kept needing simple dev tools — a JSON formatter here, a Base64 decoder there — and every site was...
DeepCamp AI