#opensource
Read more stories on Hashnode
Articles with this tag
time.Time is the perfect choice for most cases, it even comes in the standard library! The problem is that the time.Time{} struct uses more than 24...
RabbitMQ is a message broker that’s great for pub-sub systems in a micro-services architecture. At my current day job, we use RabbitMQ in our data...
With quantum computers getting more powerful every year, many worry about the safety of modern encryption standards. As quantum computers improve in...
This will be a basic introduction to the Scrypt hash function, or more accurately, KDF function. I will assume most of my audience is here to gain...