First off, thank you for being here. I’ve been reviewing the traffic on my site for 2022 and I feel amazed and humbled. It’s been the best year for my website and for individual articles, and it’s all thanks to readers like you.
Also, I learn a LOT and I want to share!
Below are my lists of top blog posts published in 2022, top blog posts by traffic in 2022, and the insights I’ve gleaned from the data. I hope you enjoy.
Top Blog Posts Published in 2022
1. TIL: You Can Access A User’s Camera with Just HTML
The HTML capture attribute is interesting because it allows you to activate a user’s camera with just HTML. This article covers it in more depth.
2. VS Code Timeline Restores Lost Work That Git Can’t
VS Code Timeline can take snapshots of different save points of a file. This can help you save lost work that Git may not be able to.
3. PX or REM in CSS? Just Use REM
When choosing between pixels and rems in CSS, you should almost always use rems. It’s a simple rule to follow. This article explains why.