About Me

Hi, I’m Gyanendra Shukla. I am studying Computer Science at NIT Bhopal.I’m working on Rust and Haskell these days. I’m interested in all fields of CS, but most of all OS and compilers.

I’ve worked on some simple simulation projects, that I would like to explore further later on. I’ve also worked on some small utility tools such as URL shorteners, mini grep tools, etc.

I’m also interested in Quantum Computing and would like to work on it. This summer I’d be exploring this topic, among other interests.

My Projects

  1. Double Pendulam Simulation
    Github: https://github.com/srirajshukla/double-pendulam-visualisation
    Deployed: https://dpvis.herokuapp.com/
    In this project, I’ve created the Double Pendulam simulations. Double Pendulams are a chaotic system. In the project, you can add as many pendulums as you like and observe how just changing the initial condition by a small amount changes the behaviour of the system. Or, you can just enjoy the beautiful patterns that emerge.

    Showing the simulation of pendulums

  2. Three Word URL
    Github: https://github.com/srirajshukla/3-word-url
    Deployed: https://djnagotestdeployworkingornotur.herokuapp.com/
    This is a url shortener, with a few twists. It generates URLs that are easy to communicate. Usually, normal shorteners generate links that are not easy to speak or communicate verbally. So, this shortener makes URLs that are easy to speak. And it has a long URL 🤷‍♂️.

    Showing the working of Three Word URL