Skip to content
View 2sjha's full-sized avatar

Block or report 2sjha

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
2sjha/README.md
 __ __ ________ __ __ ______ __ __ ______ _______ __ _______ | \ | \ \ \ | \ / \ | \ _ | \/ \| \| \ | \ | ▓▓ | ▓▓ ▓▓▓▓▓▓▓▓ ▓▓ | ▓▓ | ▓▓▓▓▓▓\ | ▓▓ / \ | ▓▓ ▓▓▓▓▓▓\ ▓▓▓▓▓▓▓\ ▓▓ | ▓▓▓▓▓▓▓\
| ▓▓__| ▓▓ ▓▓__ | ▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓/ ▓\| ▓▓ ▓▓ | ▓▓ ▓▓__| ▓▓ ▓▓ | ▓▓ | ▓▓
| ▓▓ ▓▓ ▓▓ \ | ▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓ ▓▓▓\ ▓▓ ▓▓ | ▓▓ ▓▓ ▓▓ ▓▓ | ▓▓ | ▓▓
| ▓▓▓▓▓▓▓▓ ▓▓▓▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓ | ▓▓ ▓▓\▓▓\▓▓ ▓▓ | ▓▓ ▓▓▓▓▓▓▓\ ▓▓ | ▓▓ | ▓▓
| ▓▓ | ▓▓ ▓▓_____| ▓▓_____| ▓▓_____| ▓▓__/ ▓▓ | ▓▓▓▓ \▓▓▓▓ ▓▓__/ ▓▓ ▓▓ | ▓▓ ▓▓_____| ▓▓__/ ▓▓
| ▓▓ | ▓▓ ▓▓ \ ▓▓ \ ▓▓ \\▓▓ ▓▓ | ▓▓▓ \▓▓▓\▓▓ ▓▓ ▓▓ | ▓▓ ▓▓ \ ▓▓ ▓▓
\▓▓ \▓▓\▓▓▓▓▓▓▓▓\▓▓▓▓▓▓▓▓\▓▓▓▓▓▓▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓\▓▓▓▓▓▓▓▓\▓▓▓▓▓▓▓ 
  • 💡 I love writing low-level code in C++ and Rust. I'm currently learning Rust and having fun with it.
  • 🧑‍💻 I also enjoy building Full-Stack web apps, mainly with Java and React.
  • 🧠 I am also learning to implement various ML, AI and NLP agorithms.
  • 👨‍🎨 I'm an amateur graphic designer, motion graphics animator & video editor as well. Here's my art portfolio website: shubhamjha.myportfolio.com

Projects

Leetcode Boilerplate Generator, written in Rust, automatically generates boilerplate code for Leetcode problems using example inputs and outputs, enabling local debugging without relying on the website's paywalled debugger.

Khwish - A Community Funding Platform consisting of an Anroid app, a React website, and a Spring Boot backend.

ML Projects including Naive Bayes, Hyper-parameter tuning for Tree based classifiers, Collaborative Filtering, K-means clustering and Random Forest.

Mini P2P File Sharing application written in C++. All peers communicate via TCP sockets, support searching for files via keyword & filenames.

Simulated OS written in Rust. The Sim-OS has a round robin scheduler and a simulated printer connected via TCP socket. This was a CS5348 OS course project, originally written in C.

Data Structure and Algorithm problems I've solved. Prominently Grind-75 problemset and some more.


Technical Skills

Languages

JavaRustC++JavascriptPython

Front-end

ReactAndroidReact Native

Back-end

Spring BootExpressRedisApache ActiveMQAWS IoTKafkaDockerKubernetes

Databases

MongoDBCassandraPostgreSQL


Top LangsShubham's GitHub stats

Pinned Loading

  1. Leetcode-boilerplate-generatorLeetcode-boilerplate-generatorPublic

    Leetcode Starter Code Generator

    Rust 1

  2. ml-nlp-projectsml-nlp-projectsPublic

    Machine Learning Projects for UTD CS6375 (ML) Course

    Jupyter Notebook

  3. mini-p2p-file-sharingmini-p2p-file-sharingPublic

    Mini P2P File sharing application written in C++. UTDallas CS6378 (Advanced OS) Course Project.

    C++ 6 1

  4. sim-os-rssim-os-rsPublic

    Basic simulated OS with Round-Robin scheduler & printer over the network written in Rust.

    C

  5. DS-ADS-APublic

    Set of Data Structure and Algorithms Problems

    C++