Month: May 2021
5 posts
How does Bitcoin work?
Bitcoin is a cryptocurrency using the blockchain technology, which I discussed here. It’s completely digital and has no…
An introduction to blockchain – hashes, pointers & blocks
Right now, Cloud infrastructure and big data are two of the most in demand technology areas. I think…
An introduction to digital signatures & asymmetric encryption in Python
This article will give you an introduction into asymmetric encryption using RSA. Asymmetric encryption uses two keys: a…
Managing small file issues when writing to Hive with Spark SQL
Hive sits on top of HDFS (the Hadoop Distributed File System). It reads the files that reside onto…
An end to end Random Forest Classifier implementation guide
In this article, we are going to go through some of the key steps to implementing a random…