Pavlok Discount Code – Save 10% On Your Purchase

This article may contain affiliate links. In other words, I may get a commission if you make a purchase through my links, at no cost to you. The Pavlok is a watch that was designed to give you an electric shock every time you indulge in a bad habit. The idea is that if you associate a bad habit to a punishment, you …

How to View Your Public Keys in Electrum

In this short tutorial, I will explain how to view your public keys in Electrum. First, I will tell you how to view your master public key (also known as the extended public key), and then, how to view the public key for a specific address.

Where to Download the Mojo IDE B1.3.6?

I’m currently learning the basics of FPGAs with the Mojo V3 Development Board. In order to follow the tutorials I have stumbled upon, I need two software, the ISE Design Suite 14.7 and the Mojo IDE B1.3.6. The first one is easy to find, but the second one is harder since the software has been superseded by …

Node.js – How to Restart a Docker Container After a Crash

I’m currently working on a Node.js application that runs within a Docker container. I wanted the container to auto-restart whenever it crashed and I found out that this task could be accomplished with tools like PM2 and forever. I decided to give PM2 a try. Unfortunately, it kept restarting the container in an …