Snippets
My snippets collection
npm commands
Common npm commands to use locally: npm link, unlink, rm, list, npx, etc.
Remixing remix submission
A custom hook to handle in-route-submission in a Remix app
Verify Github webhooks
Learn how to verify Github webhooks requests and process them accordingly in a Node.js app
Getting Spotify token
How to get Spotify token and use it to display now playing track on your website
Casing utilities
Usefult string casing utilities functions in JavaScript
Case sensitive renaming
How to safely rename a case sensitive file/directory in a git repo?
Deep remove falsy
Remove all falsy values from an object and its nested children
Use an async effect
A custom hooks to use an async effect
Color validator
Check if a string is a valid color
Kill that process
Find which process is running on a certain port and kill it
Markdown code block syntax
Markdown Code block's basic and advanced syntaxes
Event Emitter
Simple Event-Emitter/PubSub pattern
Date utils in Liquid
Adding/substracting days in Shopify's Liquid template language
Read file names
Read all file names in a directory
VNese to plain English
Replace all VNese letters with the corresponding English accents
.gitignore tip
Ignore all files in a directory except a specific file
useLocalStorageState
A custom hooks to use local storage state