Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
Page 2 of 46
This is a CSS performance problem I see all too often.
The React website has some jank due to their use of transition.
Here is how to find what causes it and how to fix it
This Lando Norris website is insane
I dove into the code and broke it all down. Some really neat 3D effects along with scrolling and next level animations
Oops I made a very crappy monitor
The & in a CSS nested selector doesn't need to come at the start!
Needed to style an element based on parent AND child selectors and this was the ticket.
Good idea or nah?
I gave bonzi buddy LLM access
I made my own version of Sticker Box called Sticker Dream
If you want to be able to call server functions from the client, RPC is often the move.
The Bun + Better Call combo gets you a fullstack solution in very little code. Server, Client, bundling and HMR 👌
had to record a little video showing the setup
Don't [...spread] or .split() your strings!
Use Intl.Segmenter API. Available in every JS runtime
The GitHub Universe 2025 badges are absolutely nuts!
Color screen, wifi, Bluetooth. Powered by a raspberry pi 2350 /
I tried my hand at building an app on the way home.
Everyone is going nuts for this cursor following eyeball effect.
I break it all down: how it's made, the code behind it and how we made it 3D with depth maps
10 New CSS and HTML APIs