20 articles

📰 Dev.to · TateLyman

Articles from Dev.to · TateLyman · 20 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9600) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
I Built a Free Browser-Based PDF Merger That Never Uploads Your Files
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...
Tailwind Config Generator + Placeholder Text (5 Styles) — New Tools
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...
CSS Specificity Visualizer + Tailwind Class Sorter — Two New Tools
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....
CSS Box Model Visualizer, Meta Tag Checker, Regex Highlighter — 3 New Tools
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,...
How I Built a Token Safety Scanner for Solana
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.
How I Added MEV Protection to a Telegram Trading Bot on Solana
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...
Building a Solana Trading Bot on Telegram
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.
stop using websites to decode JWTs — do it in the terminal
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...
5 Ways to Monetize a Telegram Bot (With Code Examples)
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...
solana wallet monitoring — track any wallet in real time with javascript
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...
How to Accept Solana Payments on Your Website (No Stripe, No Gumroad)
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...
how to build a telegram bot in node.js from scratch (no frameworks)
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...
i stopped using online json formatters and built my own
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...
Web Crypto API — Hash Anything in the Browser Without npm Packages
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...
I Built 22 Dev Tools with Zero Backend — Architecture and Lessons
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,...
I built 20 free browser-based developer tools — no tracking, no accounts, 100% client-side
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...