SNIPPETS

Here are some of the code snippets that I find useful and want to keep track for future reference.

Light and Dark Mode with CSS Variables

cssscss

Use CSS variables to create a light and dark mode for your website.

November 13, 2022

Flutter Custom Scrollbar

flutter

Create a custom scrollbar in Flutter scrollable widgets.

November 13, 2022

Untrack files already added to Git

git

How to untrack files already added to Git and add them back to .gitignore

October 12, 2020