Software Development

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

cross-env not found

Background Whilst trying to run npm run dev for a Laravel project, you get this: user@hostname ~/Code/project $ npm run dev > @ dev /home/user/Code/nova

Read More
Scroll to Top