Hi!

about

I am a B.Tech under-grad at IIIT Naya Raipur. I do programming for work as well as for hobby.
I am curious about all sorts of technical and scientific things.
resume

experience

Karya - Software Engineer Intern

Feb 2024 - Present     karya.in

Working on NLQ(Natural Language Query).

ContractKen - Software Engineer Intern

Sep 2024 - Nov 2024     contractken.com

Backend Intern at ContractKen. Fixing bugs. Mostly Working in Python(Flask) and Apache Server.

projects

XDB-Database

github
An ACID compliant database written in Go. Uses B+tree to store data on disk. Transactions and secondary indexes.

Load Balancer

github
A Load balancer written from scratch in C++ using socket programming. DSR mode is currently work in progress.

Hardcode

github website
Coding platform to practice algorithmic problems.

contact

I may not be active on some of the platforms sometimes,
but feel free to reach out.


mail
github
linkedin
x
instagram
gitlab

The Game of Life, also known as Conway's Game of Life or simply Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.