A Few Ways To Write Easier CSS
December 19, 2023 · 3 min read
CSS has made some leaps this past year with new features that you can use in your code. This post will share a few of those features you can use to write your CSS in your next project
Utilizing CSS Variables for Maintainable and Flexible Styles
September 18, 2023 · 1 min read
Using CSS variables in a very powerful way to make your CSS more maintainable and flexible.
Let's talk about the MutationObserver in JavaScript
May 5, 2023 · 3 min read
The MutationObserver is a powerful tool that allows us to observe changes to the DOM in real time. This post will cover the basics of using the MutationObserver, as well as some common use cases for it.