Intersection-observer-api
Articles
Sticky Header using Intersection Observer API
I wanted to have neat looking Table of Contents for a long article. In this post, I explain how I used IntersectionObserver to build it a Table of Contents that syncs with the scroll position of the page and highlight the current section.
JavaScriptAdding Comments to my Blog
I finally decided to add a comment system to this blog. But with so many options out there, which one is the best?
Misc