Pinned Repositories
a-simple-go-block-processor
concurrency-in-go
Illustrating typical challenges and recommended approaches while writing concurrent code. Imo, writing concurrent code is easy but writing "good and safe" concurrent code is hard.
defi-ada-guess
An automated decentralized finance (DeFi) smart contract facilitating seamless settlement of funds via cryptographic commitment schemes on the Cardano blockchain
dev-ops
This repo is all you need to get started with DevOps. Currently WIP!!!
di-log
A production-ready distributed fault-tolerant commit log service
ethereum-data-service
Provides basic APIs to retrieve block, transaction, and event data for the most recent 50 blocks from Ethereum mainnet
gossip-gloomers
My solutions to a series of distributed system challenges from Fly.io
just-dsa
Solving the most interesting problems in computer science using the power of data structures and algorithms
rustle-tree
A rust crate that implements merkle trees to verify the integrity of downloaded files from a grpc server
zkp-authentication
An implementation of the Chaum-Pedersen Zero Knowledge Protocol (ZKP) to register and authenticate users without storing the underlying user password hashes on the grpc-server
srinathln7's Repositories
srinathln7/zkp-authentication
An implementation of the Chaum-Pedersen Zero Knowledge Protocol (ZKP) to register and authenticate users without storing the underlying user password hashes on the grpc-server
srinathln7/just-dsa
Solving the most interesting problems in computer science using the power of data structures and algorithms
srinathln7/eth-dAPP
Applications built on top of ethereum blockchain
srinathln7/go-patterns
Illustrating common software design patterns in go
srinathln7/system-design
System design beyond drawing boxes: Focusing on low-level implementation details of interesting applications and algorithms
srinathln7/a-simple-go-block-processor
srinathln7/concurrency-in-go
Illustrating typical challenges and recommended approaches while writing concurrent code. Imo, writing concurrent code is easy but writing "good and safe" concurrent code is hard.
srinathln7/defi-ada-guess
An automated decentralized finance (DeFi) smart contract facilitating seamless settlement of funds via cryptographic commitment schemes on the Cardano blockchain
srinathln7/dev-ops
This repo is all you need to get started with DevOps. Currently WIP!!!
srinathln7/di-log
A production-ready distributed fault-tolerant commit log service
srinathln7/ethereum-data-service
Provides basic APIs to retrieve block, transaction, and event data for the most recent 50 blocks from Ethereum mainnet
srinathln7/gossip-gloomers
My solutions to a series of distributed system challenges from Fly.io
srinathln7/rc4
A Rust crate that implements the RC4 stream cipher optimized to run on bare metal
srinathln7/rustle-tree
A rust crate that implements merkle trees to verify the integrity of downloaded files from a grpc server
srinathln7/emurgo-project
Emurgo Cardano Developer Associate Project
srinathln7/Haskell-for-Plutus
My personal venture into Haskell while learning plutus
srinathln7/HobbyProjects
srinathln7/rust-samples
srinathln7/srinathln7