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 3 of 45
TIL: There is a difference between browser refresh and hitting enter in the URL bar.
Squircles! In CSS!
Work is underway to add corner-shape to CSS, which will give you control over a border-radius curve with superellipse()
I build a little tool to visualize the possibilities
Just solved a DOOZY of a css rendering issue
Modded my Bose QC35 Headphones for a USB-C port with the QC45 charging board.
React on a roomba robot vacuum achieved! Used an esp32 and react to drive my roomba.
TikTok - or byte dance - just forked VS code and launched their own AI code editor to compete with cursor and windsurf
You should be using JavaScript sets more often
Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.
JavaScript roomba now sucks both ways
Figured out the motor controller Byte. First time I've had to write binary 1s and 0s in React.
Controlling a roomba with JavaScript
Wrote the code to control it in the browser via Web Serial API, or on the server with serialport
This is a must have editor setting . Here is how I get those coloured indentation / bracket pairs in my editor.
How to Make a DOM Library Render Anything w/ Paolo Ricciuti