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 45
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
use JavaScript's object shorthand to console.log variables with automatic labels
Holographic CSS Ticket effect.
I love this effect so much that I had to recreate it. Here is how it's done:
I'm a Bracket Engineer!
Released a web app to generate custom 3D Printed power brick brackets.
AI rep detection with JavaScript in the browser
How to Make a DOM Library Render Anything w/ Paolo Ricciuti