Favorite Books of 2022

One of my 2022 goals was sticking to a consistent nonfiction reading habit of 1 hour a day, 7 days a week. While I only mostly succeeded, I ended the year with a 33-book-long book list. Here are my favorites books of last year, along with a short review and…

What Are Some Examples Of HTML5 Template Utility?

When you’re designing with HTML5 or CSS, you’ll often see quite a lot of talk of templates. Indeed, designing on templates (as well as via low-code builders) is becoming so common that it’s been recommended to some professional designers to create templates themselves to maintain business. As…

Troubleshooting a JavaScript memory leak

Should I be sorting heap objects by distance, shallow size, or retained size? JavsScript memory is managed automatically, meaning the JS engine's garbage collector releases heap memory automatically when they are no longer in use.…