Skip to content
View KtanPatel's full-sized avatar
🎯
🎯

Block or report KtanPatel

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

Hi 👋 My name is Ketan Patel

Fullstack Developer

  • 🌍  I'm based in India 🇮🇳
  • ❤️ Love to code 💻

Skills

JavaScriptTypeScriptVS CodeReactNextJsGatsbySassTailwindCSSChakra UIMaterial UIReduxWebpackViteNodeJSExpressGraphQLMongoDBMySQLPostgreSQLPythonFlaskFast APIDjangoGitRenderGoogle CloudAmazon Web ServicesDockerLinuxGNU BashRaspberry Pi

Socials

Portfolio Website

Support Me

Badges

My GitHub Stats

ktanpatel's GitHub stats

Top Languages

Top Repositories








Pinned Loading

  1. node-mongo-starter node-mongo-starter Public template

    NodeJS, ExpressJS, JWT, MongoDB => Boilerplate

    JavaScript

  2. node-sql-starter node-sql-starter Public template

    NodeJS, ExpressJS, JWT, PostgreSQL => Boilerplate

    JavaScript

  3. graphql-mern-boilerplate graphql-mern-boilerplate Public template

    GraphQL + REACT + NODE + EXPRESS + MONGODB

    JavaScript 1

  4. node-starter node-starter Public template

    NodeJS Template for start new project

    JavaScript

  5. Change author name and email for mul... Change author name and email for multiple commits - GIT
    1
    #!/bin/sh
    2
    # usage : $ ./change-author-git.sh <old email> <correct email> <correct name>
    3
    # example: $ ./change-author-git.sh oldemail@mail.com newemail@mail.com "Ketan Patel"
    4
    
                  
    5
    git filter-branch --env-filter '
  6. Setup Node.js + MongoDB + PM2 Produc... Setup Node.js + MongoDB + PM2 Production Server on Ubuntu 20.04
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    echo "
    4
    ----------------------
    5
      NODE & NPM