📰 Dev.to · Kunal Tanwar
3 articles · Updated every 3 hours · View all reads
All
Articles 95,250Blog Posts 111,879Tech Tutorials 23,997Research Papers 20,249News 15,273
⚡ 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
2mo 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
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