Software Development

What is the yarn equivalent of npm install?

Cheat Sheet — What you need to know <span class="markup–strong markup–li-strong" style="font-weight: bold;">npm install</span> === <span class="markup–strong markup–li-strong" style="font-weight: bold;">yarn</span> Install is the default behavior. <span class="markup–strong markup–li-strong" style="font-weight: bold;">npm

Read More

Useful Docker commands

List Docker instances Run a Docker instance and make sure ports are mapped: sudo docker run -p 1025:1025 -p 8025:8025 ae2e Run a Docker instance

Read More

Bitstamp Encryption

Background Bitstamp requires encryption in order use their API. The example below has a Python script and the equivalent PHP command for the encryption portion.

Read More
Scroll to Top