Notes
Collection code snippets, canvas art, and more.
Safely Read Env Variables
Using Valibot to safely read environment variables
SQL Essentials
SQL command essentials
Design Patterns in JavaScript
Design Patterns are typical solutions to commonly occurring problems in software design.
ES6 Destructuring
Allows to assign the properties of an array or object to variables
Detecting a Mobile Browser
Detect mobile browser by simply running through a list of devices
Filter Map in JavaScript
Creates an iterator that both filters and maps.
Powers of HTML Href Attribute
AbortController
Interface for canceling async tasks, mainly web requests