📰 Dev.to · Kunal Tanwar
Articles from Dev.to · Kunal Tanwar · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10218)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Kunal Tanwar
7h 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
2w 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
3w 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