Skip to content
View UddeshJain's full-sized avatar
❗
In love with console.log()
❗
In love with console.log()
Block or Report

Block or report UddeshJain

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

Hi there πŸ‘‹, I'm Uddesh

This is the place where I make stuff and break things 🀣

  • πŸ”­ Trying to be a beeter engineer everyday. πŸ˜‰
  • 🌱 Currently working on Django, React and few other things.
  • πŸ“« How to reach me: me@uddesh.dev
  • ⚑ Fun fact: I ❀️ JS.

πŸ“Š My Expertise

  • JavaScript
  • Python
  • NodeJS
  • ReactJs
  • Django
  • HTML5
  • CSS
  • MongoDB
  • Firebase
  • Git

πŸ“• Here's few blog i wrote

πŸ“Š My Work

image

Pinned Loading

  1. SINTAX SINTAX Public

    SINTAX is a programming language built with JavaScript.

    JavaScript 1 1

  2. adopt-me adopt-me Public

    This web app allow users to adopt a pet. It is available for US only as of now.

    TypeScript

  3. Master-Computer-Science Master-Computer-Science Public

    This repository consists of Data Structure, Algorithms, practice problems and their solutions.

    JavaScript 8

  4. About Me About Me
  5. server-setup.md server-setup.md
    1
    ## Loging in to server
    2
    
                  
    3
    ```
    4
    ssh -i your_private_key username@ipv4
    5
    ```