-
Typescript – recursive object keys as typed string
Some background before the code, I was on a team that cached data from multiple internal APIs. The whole process is an API would event to one of our SQS queues and we would then grab the latest document and update our cache for that document. Then we had an indexer that would listen to…
-
Raspberry Pi Bitcoin Cash Node
Updating your raspberry pi Not required but good practice. The next step is to get golang at version at least 1.9. The apt only has golang 1.3 currently so we have to download and install a newer version. If golang is already installed, it will need to be uninstalled as it will conflict with the…