I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is different. You should experiment to see what works for you!
Responsive type scaling via the CSS clamp function is the future and can safely be used in all modern browsers. Why aren't you using it yet?
https://t.co/KzF37dOu1F
#codepen#responsive#typescaling#developers#css#clamp
✍️ New Article: CSS Masking
I wrote about CSS masking: how they work, why to use them, along with a few practical use cases. Happy reading!
🔗 https://t.co/A3mYhgtJ40
Nice free ngrok alternative.
Use Cloudflare tunnels to proxy your localhost application to the outside world with https.
1. brew install cloudflared
2. cloudflared tunnel --url http://localhost:6969
Are you loading images as optimally as you can?
Do you know how and when to use decoding=async, loading=lazy, fetchpriority, <picture>, aspect-ratio, or srcset?
A deep dive on optimally loading images in my latest blog post: https://t.co/nLznO8WMit
If you are reading number and date input values as strings and parsing them manually, there is a better way.
More in my latest blog post: https://t.co/UIzJCvN8lu
TypeScript has helped us improve a lot on the DX front. During the adoption we found, due to an abundance of learning resources, people weren’t sure where to start or where to learn about advanced topics 📝
Here are a few by @anuraghazru to level up your TypeScript skills (1/n)