Skip to content
View niteshpurohit's full-sized avatar

Organizations

@Code-Vedas @NDChef
Block or Report

Block or report niteshpurohit

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
niteshpurohit/README.md

Nitesh Purohit

Pinned Loading

  1. Code-Vedas/mutils Code-Vedas/mutils Public

    Mutils is a collection of utilities microservices

    Ruby 3

  2. Code-Vedas/cv-native-client Code-Vedas/cv-native-client Public

    Native client for accessing native implementation of functions in Flutter

    C++

  3. Setup PHP Server with Letsencrypt Setup PHP Server with Letsencrypt
    1
    # php and mods
    2
    
                  
    3
    `sudo yum install -y php`
    4
    
                  
    5
    `sudo yum install -y php-zip php-xml php-gd`
  4. Delete all git remote tags Delete all git remote tags
    1
    #Delete local tags.
    2
    git tag -l | xargs git tag -d
    3
    #Fetch remote tags.
    4
    git fetch
    5
    #Delete remote tags.
  5. Code-Vedas/cv-url-shortener Code-Vedas/cv-url-shortener Public

    URL Shortener based on AWS Serverless and S3

    JavaScript