GitHub contribution graph
SK
Sameer Kashyap
Make/Break things. Software Engineer.

About

Full-stack engineer. Final year CS @ JEC. I build things from first principles and break them to learn. Interested in systems, startups, and the occasional good film.

Skills

React
Next.js
Javascript
Typescript
Node.js
Python
Postgres
MySQL
MongoDb
Docker
Go
C++
Bash
Linux
Kubernetes
AWS
Cloudflare
Ethereum
Solidity
Remix
Foundry
My Projects

Check out my work

Here goes some of my projects

CRedis

CRedis

Redis prototype built in c with basic GET, SET, UPDATE, DELETE operations, IO Multiplexing using select(). Supports TCP connections and RESP Protocol. All implemented from scratch.

C
Rate Limiter

Rate Limiter

Rate Limiter made in go. Used Concurrency Primitives to make token bucket, leaky bucket and fixed window algorithms.

Go
Distributed Matrix Multiplication

Distributed Matrix Multiplication

Distributed Matrix Multiplication made in go.

Go