Disclosure: I'm quite an experienced developer (currently go/python/bit of rust, scala/c# in the...
Shamir's secret sharing (SSS) is an efficient secret sharing algorithm for distributing private...
Recently, in my spare time, I've started to learn Rust and as an exercise I've decided to implement a...
In HyperLedger Fabric, to get details of a given transaction, one can use QSCC system chaincode...
Intro Oracle Blockchain Platform is built on top of the HyperLedger Fabric. It provides...
Back in the day, a life was easy. N-tier architecture reigned the world and each tier was implemented...
I had a really hard time understanding what are real benefits of using AbstractFactory pattern. Now,...
There is already a good, recognised testing framework for Bash. But if someone is looking for a mini...
Testing is a critical part of software development process. And there is a ton of literature on when...
Terraform is a popular, open-source infrastructure as a code software tool. This article aims to pres...
The Oracle Cloud Infrastructure Streaming is a fully managed and scalable service for processing high...
Problem Sensitive data (passwords etc.) should not be placed directly in the configuratio...