VS Code or VS Codium?
VS Code is a mostly open-source code editor. VS Codium is a fully open-source alternative. Which is one best for you?
Read
How to create a slick CSS animation from The Marvelous Mrs Maisel (TV series title sequence)
This time, I will tackle a title sequence from The Marvelous Mrs. Maisel from Episode 2 of Season 4. It has a cool kind of curtain swipe affect. The colours and motion are quite fun.
Read
VS Code - You don't need a formatting extension (Prettier and friends)
Previously, I discussed how you may not need an extension for prettily formatting your code. You can use the built-in formatters for a number of languages. However, this came with some caveats. Now, it is even easier!
Read
Spring clean your home directory! Or should you? ๐ป๐งน๐ค
I like things organized. Ideally, my home directory will only have a handful of files and directories, and I know what they are all about. BUT this is NOT the case!
Read
Add a smart 'back to top' button to your website ๐๐
A 'back to top' button helps users navigate to the top of long pages. I want to show you a 'smart' version that is hidden until a user has scrolled down a page AND then scrolls up.
Read