13
:
14
7th Apr

Projects

I have worked on a lot of projects, or so I feel but here are a few that I wanna share with everyone. Also, check out my GitHub for more projects that I may not have added here. Enjoy!

Brainiacs.in

The best way to describe Brainiacs.in would be by telling you I made it in the first place. I made it because my friends and I like anime, games, and you know, reading or watching fictional stuff and that's why, we often ask each other which anime or game or fictional character the other resembles the most. It is a good conversation starter too but as you can imagine, it can get hard & messy to remember which person gave you which character or role and that's why I made Brainiacs.in. After signing up, you can enter your friends' names and the anime or fictional character they resemble the most along with a picture and then share that with friends. It it totally free too. Check it out!

Tech used

  • HTML/CSS/Dart for the frontend however soon will be migrating to Jaspr after redesigning the pages.
  • Backend made with Gin and database used SQLite with GORM.
  • Big shoutout to @interrrp for optimizing the backend by an order of magnitude or probably more. Dude knows his stuff really well.

Cine

Cine lets you convert images, GIFs, videos & such into ASCII art (yes, animated too). This was a quick project I made in Go. Even made a YT skit using it.

I wanted to add more features to it but then I got busy with a hackathon and couldn't put my hands on it ever since so, don't expect a lot from it. Free free to contribute to it tho'. Check out Cine!

Tech used

  • Go for everything.
  • FFMpeg, need any more introduction than that? Haha.

snek-meth

snek-meth is basically a math engine and parser that can evaluate & parse mathematical expressions. I made when I was learning about parsing, tokenizing. AST, etc.

I specifically made it as a maths engine because I want to rewrite this in zig some day and use it to make a fractal generator app for mobile. Check out snek-meth!

Tech used

  • Python but Zig (soon hopefully)
  • Great tutorial by CodePulse.

Recyclopia

Recyclopia is from my last hackathon. We were 3 members and I was the team lead. Not gonna describe much about it here. Check out Recyclopia

Tech used

  • Flutter