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

Organizations

@IEEE-VIT @digital-cognition-co-in @spikehq @Proctor-Vision
Block or Report

Block or report noob-master147

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
noob-master147/README.md





Heya!👋
I'm Divyansh Khandelwal

GitHub Campus Expert
I love to work on open-source projects and take part in hackathons. On an occasional basis, I also take contracts for freelancing on Upwork. Projects that generally interests me involve proposing IoT solutions, Embedded Software development and Backend development.




About me:


            

   





Pinned

  1. codebar-devops codebar-devops Public

    JavaScript 8

  2. Setup Docker and Docker-Compose on A... Setup Docker and Docker-Compose on AWS EC2
    1
    #!/bin/bash
    2
    # Docker
    3
    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
    4
    sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
    5
    sudo apt-get update -y