This weekend I took on automating something many of us probably do over and over... (at least I do)....
I've recently published my first npm package: sequelize-airtight There are some features to add befo...
Intro If you haven't ever solved the Project Euler problems, you now have a good opportuni...
NOTE: display: stack does not exist. Read on for more info. Background Two and half years...
Yesterday, while making a game where I wanted to show the time elapsed since the game started I put t...
It's common that we need to get a subset of items from an array. For example, get only the users that...
The easiest way to start a Svelte app is to use create-svelte-app (https://github.com/ph1p/create-sve...
A few days ago I stumbled upon a post about a CSS property I hadn’t seen before: overscroll-behavior...
I’m setting up Parallels with Microsoft’s free developer images. Do you have a better way?
“We’ve always been better at inventing tools than at using them wisely.” — Yuval Noah Harari Yo...
TLDR Generate Key: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Use descriptive...