NodeJS Stuff for Mac
Install Node
1
2
3
4
brew install node
node --version
npm --version
Packagemanager thingies
1
brew install yarn
less than 1 minute read
1
2
3
4
brew install node
node --version
npm --version
1
brew install yarn
less than 1 minute read
If you ever need to get back into an EC2 instance, for which you can’t find the private key, I found the following command very helpful. In order for this to...
4 minute read
Here’s how you can use environment variables, and the HTML Rewriter API of Cloudflare Worker sites, to generate a different static HTML page based on Cloudfl...
2 minute read
The following are hacks I need to keep in mind while using my Raspberry Pi, these hacks work for me, they may or may not work for you. To help you make sure ...
3 minute read
Towards the end of 2021 I found myself ‘thinking there has to a better way to do this!’. When I couldn’t find it, I built it.