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 6 of 44
JavaScript controlled receipt printer!
Best mouse for web developers?
Yessssss! Node just shipped the ability to run TypeScript files directly!
If you accept money online anywhere, triple check your auto complete settings are in order
Nifty CSS video masking technique on the iPad website
Pretty impressive that you can do it without JavaScript with this new CSS API
Heres a quick tutorial on how to code the iPad video scroller mask effect yourself
CSS can FINALLY animate height: auto!
I did not expect this question to lead to two fantastic examples of new CSS features:
allow-discrete - transition between things like display:none and block
allow-discrete
@starting-style - define the initial state before an element is transitioned to
@starting-style
These are so good! will cut out so much JS
Death to the sidebar!
This new Quick Search Text VS Code feature gives you one less reason to open the your sidebar.
🔥 3 CSS tips for styling <textarea> you probably didn't know about
<textarea>