Blog (Page 7 of 19)

  1. How do you market software?

    How do you market new software? Do you just splash it across social media? Is there something significant that will count in the longrun?

  2. How to preload fonts on Netlify (issue resolution)

    On my personal website, I preload the fonts. I had noticed that FOUT was still happening sometimes on slower connections and wasn’t sure why.

  3. Is Lighthouse a realistic and accurate performance tool?

    It is a big challenge to get a top performance score in Lighthouse. Is Lighthouse realistic?

  4. AI and the open web

    There is a protectionist trend now where large platforms are restricting access to data more tightly. What does this mean for the web?

  5. 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?

  6. CSS trig functions: Practical applications

    We use CSS trigonometry functions to make precise measurements and create shapes, layouts, animations, and creative designs.

  7. Safari goes all-in on images

    Apple announced that they will ship support for the JPEG XL and HEIC image formats in Safari 17

  8. Do not drop Sass for CSS

    Some people believe it is time to drop Sass. I beg to differ.

  9. 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.

  10. 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.