shibu323.hashnode.devHaskell FeaturesHaskell is a functional programming language. So functions are the building blocks of Haskell code. 💡 A function is a special type of relation that relates values present in one set (called Domain) to values present in another set (called Range). ...Jul 16, 2025·4 min read
shibu323.hashnode.devThoughts On How To Approach DSA QuestionsHi, in this article will be sharing my observations regarding DSA problems. I will also talk a bit about the sliding window pattern and its application to solve problems. At the time of writing this article, I am 4 months old in the Learning DSA jour...Apr 9, 2023·3 min read
shibu323.hashnode.devHow Cryptography Is Used In BlockchainCryptography is the use of Mathematics to alter data to secure it from unwanted use. When it comes to microprocessors and computers, data is represented in the form of 0s and 1s. Many algorithms have been developed like RSA and ECC which operate on t...Mar 26, 2023·3 min read
shibu323.hashnode.devA Brief on DAML Ledger ModelDAML enables multiparty workflows. This means that parties that don’t trust each other can come together to work on some data while maintaining privacy. The changes in data can be done according to a set of rules which is defined by the DAML ledger m...Mar 13, 2023·1 min read