Skip to content
View pradm007's full-sized avatar
:octocat:
It's all a state of mind
:octocat:
It's all a state of mind

Block or report pradm007

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

Hello there 👋

About Me

Experienced Software Engineer with a demonstrated history of working in the software industry. Primarily a Backend developer however I am skilled in MERN fullstack development, with proficiency in Javascript, C++ and Java. Graduated with Bachelor of Technology (B.Tech.) in Computer Science from the National Institute of Technology Jamshedpur (2013) and Masters in Computer Science from The University Of British Columbia, Canada (2021).


  • 🔭 I’m currently working on improving my problem solving skills
  • 🌱 I’m currently learning new frameworks
  • 👯 I’m looking to collaborate on open-source projects related to improvement in software development platforms and programming languages
  • 🤔 I'm looking for challenging opportunities as a backend developer
  • 📫 How to reach me: pradeepmahato007@gmail.com | LinkedIn
  • 😄 Pronouns: He/Him/His

Programming Languages

C++ Python NodeJS JavaScript TypeScript HTML5 CSS3 Java PHP R GraphQL

Other Languages

LaTeX Markdown

VCS

Git GitHub GitLab Bitbucket

Hosting

AWS Google Cloud Azure Azure Heroku DigitalOcean Firebase

Orchestration

Docker Kubernetes ElasticSearch

Databases

MongoDB Postgres SQLite

CI

GitHub Actions

ML

Pandas NumPy Keras TensorFlow PyTorch Jupyter

OS

Ubuntu Android

Stats

Pradeep's github stats

Pinned Loading

  1. How to proxy web apps using nginx? How to proxy web apps using nginx?
    1
    # Virtual Hosts on nginx (CSC309)
    2
    
                  
    3
    When hosting our web applications, we often have one public IP
    4
    address (_i.e.,_ an IP address visible to the outside world)
    5
    using which we want to host multiple web apps. For example, one
  2. Neural-Networks-Practice Neural-Networks-Practice Public

    Jupyter Notebook

  3. torrentlookup torrentlookup Public

    Sample project to do peer lookup based on magnet

    JavaScript

  4. LocationTracker LocationTracker Public

    Location Tracker

    Java

  5. System Design Cheatsheet System Design Cheatsheet
    1
    # System Design Cheatsheet
    2
    
                  
    3
    > Picking the right architecture = Picking the right battles + Managing trade-offs
    4
    5
    ## Basic Steps
  6. You-Dont-Know-JS You-Dont-Know-JS Public

    Forked from getify/You-Dont-Know-JS

    A book series on JavaScript. @YDKJS on twitter.

    JavaScript