Getting ready for Ubuntu 20.04
Preparations for a fresh install of Ubuntu 20.04
Documenting your API within your repo
Try this alternative to Postman for API documentation
Simulating Social Distancing with D3
Trying to visualize how social distancing could break transmission chains
Ngrok for tunneling traffic
Ngrok easily allows us to tunnel traffic to a local machine
Lodash's `get` function
Often we can't be sure if the data we are working with in web apps is already available or that it has certain properties (in Objects). So often we need to first check if the nested property is accessible.