Blog (Page 8 of 20)
-
How to check how much space node_modules folders take up
Your project’s node dependencies can gobble a considerable chunk of your hard-drive. How can you find out how much space node_modules folders take up?
-
CSS trig functions: Practical applications
We use CSS trigonometry functions to make precise measurements and create shapes, layouts, animations, and creative designs.
-
Safari goes all-in on images
Apple announced that they will ship support for the JPEG XL and HEIC image formats in Safari 17
-
Do not drop Sass for CSS
Some people believe it is time to drop Sass. I beg to differ.
-
How to create a slick animation from Stranger Things
Stranger Things might be the most dissected and celebrated title sequence around! Let’s break it down and see if we can emulate it as a web animation.
-
How to see console.log errors in the deploy log on Netlify
I was making an async shortcode in eleventy. I needed to see the errors that were logged via console.log() in the deploy log.
-
A virtual oasis sponsored by…
I was watching the movie Ready Player One recently. There is one scene that seemed particularly prescient to me.
-
VS Code Profiles - Know what profile you are using, no doubt
One weak point with profiles is that it is hard to identify what profile you are using. Here is a solution.
-
A slick animation from Better Call Saul
This time, I will make the title sequence from Better Call Saul. It looks like a poorly produced, cheesy commercial from the noughties.
-
VS Code - Auto rename HTML tags in React, Vue, and others
Auto renaming of HTML tags has been in VS Code for ages. However, this functionality has been conspiciously absent from JSX. Has it been added yet?