Consultant Software Developer
Knowledge sharing, content creation, collaboration for coding projects
Jul 16, 2025 路 4 min read 路 Haskell 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). ...
Join discussion
Apr 9, 2023 路 3 min read 路 Hi, 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...
Join discussion
Mar 26, 2023 路 3 min read 路 Cryptography 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...
Join discussion
Mar 13, 2023 路 1 min read 路 DAML enables multiparty workflows. This means that parties that don鈥檛 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...
Join discussion