Blog
Page Visibility API
10/04/2026
The Page Visibility API provides events you can watch for to know when a webpage is visible or in focus or not.
sessionStorage in browsers
08/12/2024
sessionStorage is a type of web storage that allows JavaScript sites and apps to store and access data right in the browser with an expiration date.
localStorage in browsers
08/12/2024
localStorage is a type of web storage that allows JavaScript sites and apps to store and access data right in the browser with no expiration date.
Svelte Stores: A Practical Guide
08/11/2024
Svelte stores are a powerful tool to manage the state of your application. In this article, we will learn how to use Svelte stores to manage the state of your application.
Custom CSS variables in custom Tailwind Animations Config
08/05/2024
Using custom CSS variables in Tailwind config to superpower development control
Hello World!
07/04/2026
Hello World!, This is my first blog post using Markdown in Next.js!