All
Articles 189,109Blog Posts 170,867Tech Tutorials 50,677Research Papers 36,770News 23,152
⚡ AI Lessons

Dev.to · Kunal Tanwar
🌐 Frontend Engineering
⚡ AI Lesson
5mo ago
trimoji — Unicode and emoji-aware text truncation for JavaScript
The problem Most text truncation in JavaScript looks like this: str.slice(0, 100) +...

Dev.to · Kunal Tanwar
🌐 Frontend Engineering
⚡ AI Lesson
6mo ago
I rewrote zxcvbn in TypeScript — and fixed 16 bugs the original never addressed
I've been using zxcvbn — Dropbox's password strength estimator — for a while. It's a great library...

Dev.to · Kunal Tanwar
🌐 Frontend Engineering
⚡ AI Lesson
6mo ago
Why Every JavaScript Keyboard Shortcut Library Is Broken (And What I Built Instead)
A few weeks ago, I was working on converting zxcvbn to TypeScript when I started thinking — what...
DeepCamp AI