Skip to content
View hmshuv's full-sized avatar
♾️
Observing
♾️
Observing

Highlights

  • Pro
Block or Report

Block or report hmshuv

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hmshuv/README.md

Hi 👋, I'm Himanshu Gupta

A self taught full stack developer from India!

hmshuv

hmshuv

hmshuv

Connect with me:

hmshuv himanshu-gupta-105699248/

Languages and Tools:

angular aws bootstrap c chartjs cplusplus css3 docker express firebase git html5 java javascript linux mongodb mysql nodejs react reactnative tailwind typescript

Support:

hmshuv



hmshuv

 hmshuv

hmshuv

Pinned

  1. Phish-Proof Phish-Proof Public

    Forked from yashraj-n/Phish-Proof

    Intelligent Phishing detection system for Chrome. Created at Visionary Hackathon '24 in 8 hours.

    HTML

  2. REST_API REST_API Public

    Building REST API (Representational State Transfer Application Programming Interface) using NODE, Express.js and MongoDB.

    JavaScript

  3. SMTP_Server_Project SMTP_Server_Project Public

    This repository hosts a lightweight SMTP (Simple Mail Transfer Protocol) server implemented in JavaScript. SMTP is the standard protocol for sending email messages across networks. This server is d…

    JavaScript

  4. Cryptography Cryptography Public

    Here we encrypt and decrypt a message using IEEE paper: Security using colors and Armstrong Numbers for providing secure communication between end users.

    Java

  5. LRU_Cache_project LRU_Cache_project Public

    A linked list + hashtable of pointers to the linked list nodes is the usual way to implement LRU caches. This gives O(1) operations (assuming a decent hash).

    C++

  6. Student-List-Management-System Student-List-Management-System Public

    It stores student information in a trie data structure which makes search, insertion and delete queries fastest possible. It also has an auto recommendation feature based on every letter written by…

    C++