Manaswi

Cybersecurity Enthusiast and Developer

About Me

Hey There! My name is Manaswi Raj. I am a pre-final year student in the Department of Computer Science and Engineering. Currently, I'm interested in fields like Cybersecurity, Networks and Machine Learning, pretty much anything which comes my way. I am really into learning new things everyday and growing. Let's connect to discuss more about me.

Resume

Here is my education, projects I have worked upon & some skills I've gained.

Experience

Jaguar Land Rover

Software Engineering Intern

May 2024 - July 2024 (Expected)

Lorem ipsum Occaecat do esse ex et dolor culpa nisi ex in magna consectetur nisi cupidatat laboris esse eiusmod deserunt aute do quis velit esse sed Ut proident cupidatat nulla esse cillum laborum occaecat nostrud sit dolor incididunt amet est occaecat nisi.

Department of CSE, IITKGP

Summer Research Intern

May 2023 - July 2023

This was a project under Prof. Partha Pratim Das where I had to meticulously analyse different voting methods, namely- Nauru, Majority, Borda and Score methods and derive certain results from it. I also developed robust and efficient python scripts by utilising libraries like argparse, numpy, pandas, matplotlib, etc. Bash also came in handy when I required seamless file handling and integrating different python files.

Education

IIT Kharagpur

B Tech in CSE

Expected 2025

Got into IIT Kharagpur through JEE advanced 2021 and was given a chance to switch my major as a result of being in the top 1% in my first-year of college

Loyola High School, Patna

AISSCE

2021

Completed my high school from here.

Skills & Expertise

  • HTML & CSS
  • Javascript ES6+
  • React & NextJS
  • Node JS
  • BASH
  • C/C++
  • Python
  • Linux

Selected Projects

Selected Projects I Have Worked On.

Software Development Project Link

The Newspaper Agency

This project was a part of course project of Software Engineering Course where we had to develop a newspaper agency management application which has delivery persons, manager and readers as the target user. The software is capable of assigning the delivery task to the nearest delivery person available.

Software Development Project Link

Code Chaser

Code Chase is a platform to search for leetcode questions based on the tag, keyword present in the question description, etc. Built using Flask and deployed using gunicorn. Used TF-IDF algorithm to derive closest result to a particular query.

Hardware Project Link

RISC IITKGP

Wrote an entire RISC processor using verilog along with a python interpreter to convert machine instructions to assembly code. The processor is complete and a program can be written in MIPS32 which will execute and display the results on an FPGA board.

Software Project Link

TinyC compiler

Wrote a compiler for Tiny C to compile the code and generate assembly code, using Flex and Bison