#webdev
-
Note #26
It can be tricky to test Javascript code on mobile when you’re using Web APIs that require a secure (HTTPS) context, e.g. the DeviceOrientationAbsolute event.
-
Note #24
Here’s a fun SVG trick I just learned. If you set the
fill
orstroke
properties tocurrentColor
using CSS, your SVG will be the color of the text around it. -
Note #10
TIL that Chrome has a great built in Node JS profiler.
-
Note #9
Tip for sorting lists using CSS!