Skip to content
View priyanshum143's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report priyanshum143

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Priyanshum143/README.md

Priyanshu Mehta

Introduction

Hey there! I'm Priyanshu. Exploring complex systems and building diverse projects from the ground up, just a developer who enjoys turning logic into functional software and learning through creation.

Hobbies

When I'm not immersed in the world of coding, you'll often find me on the cricket field or basketball court, or maybe binge-watching some series.

Skills

  • Programming Languages: C, C++, Java, Python
  • Frameworks: Pytest, Playwright
  • Web Development: MERN Stack (MongoDB, Express.js, React.js, Node.js)
  • Tools: Git, Linux, SQL, AWS, Docker, Kubernetes

Projects

1. BitTorrent Client

  • Tech Stack: CPP, Networking
  • Description: Developed a peer-to-peer file-sharing tool using C++ and TCP/IP protocols for efficient data transfer and tracker communication.

2. Threads Clone with Chat Functionality

  • Tech Stack: MERN (MongoDB, Express.js, React.js, Node.js)
  • Description: This project is a clone of Threads with added chat functionality. It's built using the MERN stack, providing users with a platform for communication similar to the popular Threads app.

3. CPU Scheduling Simulator

  • Language: Java
  • Description: In this project, users can simulate and compare multiple CPU scheduling algorithms. It provides insights into how different algorithms perform under various scenarios, helping users understand the nuances of CPU scheduling.

4. Search Engine

  • Language: Python, Flask
  • Description: Developed a search engine from scratch in Python to understand how crawling, indexing, and query ranking work internally.

Contact

Feel free to reach out to me via:

I'm always open to collaboration, discussions, or just a friendly chat! Let's connect and create something amazing together.

Pinned Loading

  1. Minesweeper Minesweeper Public

    Classic Minesweeper game with good CLI using C

    C

  2. Threads Threads Public

    Threads Clone with chat functionality using MERN stack.

    JavaScript 1 2

  3. BitTorrent BitTorrent Public

    A simple BitTorrent client written in C++ that supports connecting to trackers, discovering peers, and downloading files in pieces. Created as a hands-on project to explore network protocols and di…

    C++

  4. Search_Engine Search_Engine Public

    Built a search engine from scratch in Python to understand how crawling, indexing, and query ranking work internally. Implements an async crawler, inverted index, optimized query engine, and a web-…

    Python