Pinned Repositories
aws-bootcamp-cruddur-2023
Budget
c-projects
Toy projects to practice C
Chat-App-using-Socket.io
A Chat App using Socket.io
codecrafters-http-server-c
A simple http server implemented in C to complete the codecrafters build your own http-server challenge
codecrafters-shell-c
Building your own shell challenge for codecrafters in C
dblite
A toy database built by following sqlite. It only supports a specific insert command and explores how Btrees are used in databases.
Health-E-Locker
monkey
Monkey is a programming language created by following books on writing a compiler in GO. The code goes through lexer and parser to generate an AST and then compiled to bytecode which is used by VM to execute the instructions.
rustkvs
Implementing the Key Value store using rust by following pingCAP course
nitishsharma2825's Repositories
nitishsharma2825/aws-bootcamp-cruddur-2023
nitishsharma2825/c-projects
Toy projects to practice C
nitishsharma2825/codecrafters-http-server-c
A simple http server implemented in C to complete the codecrafters build your own http-server challenge
nitishsharma2825/codecrafters-shell-c
Building your own shell challenge for codecrafters in C
nitishsharma2825/dblite
A toy database built by following sqlite. It only supports a specific insert command and explores how Btrees are used in databases.
nitishsharma2825/head_first_ooad
Files for Head First OOAD book.
nitishsharma2825/Health-E-Locker
nitishsharma2825/MachineCodingLLD
Repository for all my practice problems for Machine Coding LLD rounds
nitishsharma2825/monkey
Monkey is a programming language created by following books on writing a compiler in GO. The code goes through lexer and parser to generate an AST and then compiled to bytecode which is used by VM to execute the instructions.
nitishsharma2825/monkeylang
A new programming language called monkey. Writing an interpreter in Go.
nitishsharma2825/rustkvs
Implementing the Key Value store using rust by following pingCAP course
nitishsharma2825/docker-react
nitishsharma2825/flask-todo-app
A To-do app with CRUD operations, built using flask and flask-sqlalchemy.
nitishsharma2825/golang-web-dev
nitishsharma2825/gram
A text editor in C.
nitishsharma2825/Head-First-Design-Pattern-repo
A repo for all java files/code present in Head First Design Patterns book.
nitishsharma2825/learn-go
nitishsharma2825/nameit
A simple application for suggesting domain names for a given term and helping users register them, built using React and namecheap.
nitishsharma2825/NLP_TASKS
nitishsharma2825/nshell-c
Building my own dummy shell in C
nitishsharma2825/os_3easypieces_codes
nitishsharma2825/React-Burger-Builder-App
nitishsharma2825/redis-go
A redis clone in go.
nitishsharma2825/rust-lang
Following the rust lang book
nitishsharma2825/solar-system
nitishsharma2825/swagger-examples
A directory which contains sample swagger specs
nitishsharma2825/terraform-beginner-bootcamp-2023
nitishsharma2825/USACO
General Resources for Competitive Programming
nitishsharma2825/webhooks-course
nitishsharma2825/YelpCamp