Snippets
Detecting If A URL String Is HTTP
How to check if a url string is using the http protocol...
How To Remove Trailing Symbols and Punctuation
Learn to remove any non-alphanumeric characters from the end of a string in JavaScript...
Docker Frustration Cheatsheet
Learn to delete all your Docker objects to help reset your development environment or reclaim a couple of hundred GB of...
Update All NPM Dependencies
List available updates or dangerously update your NPM packages...
Naive Slugify Function
Create a URI compatible slug, the naive way...
Express 4: Serve Static Files
Serve static files with Express 4...
Express 4: Parse JSON body
Basic body parser usage for Express 4...
Express 4: Basic Server
Basic Express server responding to GET requests...