All
Articles 111,744Blog Posts 121,764Tech Tutorials 28,496Research Papers 23,050News 16,658
⚡ AI Lessons

Dev.to · Kunal Tanwar
2mo 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
⚡ AI Lesson
3mo 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
3mo 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