Skip to content
View meet59patel's full-sized avatar
👨‍💻
Building Something Special
👨‍💻
Building Something Special

Organizations

@ossdaiict @IEEE-SB-DAIICT

Block or report meet59patel

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.

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

Hi there! 👋🏻

📫 How to reach me:

🔧 Tools & Technologies

Bash Docker GitHub Actions AWS Google Cloud Platform Ansible Python Vagrant Jenkins React NodeJS Webpack Heroku Firebase Grafana redux PostgreSQL MongoDB GraphQL Sass Django git npm html5 Bootstrap

📈 GitHub Stats

Meet's Github Stats

Pinned Loading

  1. Tikam02/DevOps-Guide Tikam02/DevOps-Guide Public

    DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.

    HTML 9k 2k

  2. shell-scripts shell-scripts Public

    Shell Scripts to automate the boring stuff!

    Shell 12 10

  3. awesome-resources awesome-resources Public

    🔥Awesome Resources, Bookmarks, Websites and Stars of the Web! 😎🔥

    42 3

  4. ossdaiict/Intranet_Sync ossdaiict/Intranet_Sync Public

    Python Script to scrape and synchronize entire directories from Intranet

    Python

  5. GSoC-2020 with Percona - Documented GSoC-2020 with Percona - Documented
    1
    # **Google Summer of Code** 2020 @**Percona**
    2
    
                  
    3
    # Refactor [PMM-Framework](https://github.com/percona/pmm-qa/blob/master/pmm-tests/pmm-framework.sh)
    4
    
                  
    5
    ## About the Project
  6. Getting started with Django (2.2.4) ... Getting started with Django (2.2.4) - with virtual env setup
    1
    Make your project directory.
    2
    Open terminal with the project directory as current directory.
    3
    Make sure python3 and pip installed on system.
    4
    Run this command: $ python3 -m venv myvenv
    5
    virtual environment called 'myenv' has been created for your current project.