All
Articles 111,130Blog Posts 121,362Tech Tutorials 28,321Research Papers 22,451News 16,639
⚡ 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