π― I'm a passionate backend engineer from India.
π§ My proficiency includes building REST APIs and GraphQL APIs utilizing Node.js and Typescript.
πΎ I utilize SQL and NoSQL databases like PostgreSQL and MongoDB.
π₯ I use AWS EC2 for Deployments.
ποΈ I worked on an Ethereum Indexer, which exposed me to DeFi.
π Iβm currently working in 0bit Systems FZCO as Software Engineer (Freelance).
π± Iβm currently learning Eth2.
π¬ Ask me about Blockchain and Backend development.
π« How to reach me debajyotidofficial@gmail.com
Some of my personal projects include:-
- KV-DataStore: A hybrid key-value store with a memory cache (LRU), on-disk persistence, and TTL (Time to Live) support for key-value expiry.
- VectorCommitment-Merkle: VectorCommitment-Merkle is a prover and verifier implementation in Golang of vector commitment schemes for state root used by go-ethereum and Tendermint. Proving and verifying both single data points as well as multiple data points are supported by a binary Merkle tree implementation.
- Reed Solomon: Implemented reed-solomon erasure coding by performing matrix arithmetic over the Galois field in Rust.
- KittyToken: KittyToken is an implementation of ERC20 token using Solidity. Included a contract to create KittyToken/stablecoin pair in the UniswapV2 liquidity pool.