Skip to content
View sahilsh-dev's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report sahilsh-dev

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
sahilsh-dev/README.md

Hi there, I'm Sahil Sharma

I am a Back-End Developerโœจ. Currently, I am pursuing a bachelor's degree in Engineering in Computer Science ๐Ÿง‘โ€๐Ÿ’ป. I have skills in Web Development and Machine Learning. These days, my main focus is to learn about System Design. I am always ready for new experiences, to meet new people, and to learn new things ๐Ÿคฉ

Talking about Personal Stuff:

  • ย ย  Iโ€™m currently working on North Chat
  • ย ย  Iโ€™m currently learning NoSQL
  • ย ย  Ask me about anything, I am happy to help
  • ย ย  How to reach me: LinkedIn

๐Ÿ’ป Tech Stack:

Python JavaScript FastAPI Django Flask NodeJS Express.js React TailwindCSS MySQL MongoDB SQLite Redis Docker AWS Vercel LINUX Shell Script Matplotlib NumPy Pandas Plotly scikit-learn TensorFlow GitHub Git GitHub Actions

๐Ÿ“Š GitHub Stats:

Pinned Loading

  1. Online-Mart Online-Mart Public

    An e-commerce website built using Flask, SQLAlchemy and HTMX

    CSS 10 2

  2. north-chat north-chat Public

    Chat with your friends with blazing fast speed!

    JavaScript

  3. Swift-Forms Swift-Forms Public

    Fill your forms swiftly!

    JavaScript 2

  4. CheetCode CheetCode Public

    Modern Sleek Leetcode with shadcn/ui

    JavaScript 2 1

  5. Quest-Room Quest-Room Public

    Create chat rooms and solve problems with friends. The one who finishes the quest for set days wins the Quest Room!

    CSS 2

  6. Rough Sleeper - Makes you sleep on t... Rough Sleeper - Makes you sleep on time by turning off your system
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    echo "Welcome to rough sleeper! "
    4
    read -p "Enter the hour you want to sleep at [1-24], press Enter for default 2am: " hour
    5
    hour=${hour:-2}