Skip to content
View the-vishal-kumar's full-sized avatar
😎
Code is like humor. When you have to explain it, it’s bad.
😎
Code is like humor. When you have to explain it, it’s bad.
Block or Report

Block or report the-vishal-kumar

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
the-vishal-kumar/README.md

Hello 🗺️

I'm Vishal Kumar, a software engineer by morning, an aspiring entrepreneur by evening, and a blogger by night and my portal is funGyaan.com. I love to gather attention. I want to be immortal and live forever…

⚙️ My skills include:

  • Backend:
    • NodeJs with Adonis, Fastify, HapiJs & Express frameworks
    • Python
    • Serverless Functions (AWS Lambda & Firebase Cloud Functions)
    • Socket.IO
    • GraphQL
    • DB Sharding
    • Email Gateway (Mailgun & Postmark)
    • SMS & Whatsapp Gateway (Twilio)
    • Push Notifications (Firebase)
    • CI/CD (CircleCI)
    • Swagger
    • Puppeteer
  • Database:
    • MongoDb
    • DynamoDb
    • Redis
    • Firebase Firestore
    • MySQL
    • PostgreSQL
  • DevOps:
    • Nginx Web Server & SSL Certification
    • Heroku
    • AWS
    • GCP
    • PM2
    • Docker
  • Frontend:
    • React Native with Redux
    • ReactJs with NextJs framework
  • Testing frameworks:
    • Jest
    • Mocha
    • Chai
  • Programming Languages:
    • JavaScript
    • Python
    • C, C++
  • Code Versioning Tools:
    • GitHub
    • Bitbucket
  • Servers
    • AWS (EC2, S3 Bucket, Route 53, Amplify)
    • Digital Ocean (Droplets)
    • BlueHost
  • Technical Practices:
    • Agile
    • Test Driven Development
    • REST API Design
    • Micro-service architecture

:octocat: Open Source

Open Source Love PRs Welcome

Vishal Kumar's Github Stats

Top Langs

🤝 Happy to help! ✌️


LinkedIn Twitter Follow GitHub followers Instagram

Pinned Loading

  1. nodejs-typescript-rest-boilerplate nodejs-typescript-rest-boilerplate Public template

    NodeJs / TypeScript Boilerplate | Express | Docker | Joi | ESLint | Prettier | CommitLint | Husky | Jest | Supertest | New Relic | JWT | Git

    TypeScript

  2. open-kudos open-kudos Public

    Forked from Pagepro/open-kudos

    TypeScript 1

  3. heroku-slug-promotion-through-circleci heroku-slug-promotion-through-circleci Public

    JavaScript 1

  4. PointDNS-Heroku-Addon PointDNS-Heroku-Addon Public

    Step by Step Guide for setting up PointDNS on Heroku

  5. Tutorial: AWS - Create EC2 Instance ... Tutorial: AWS - Create EC2 Instance and Connect via SSH
    1
    1. Go to https://console.aws.amazon.com/
    2
    1. Signup/Signin using your credentials
    3
    1. Go to [EC2 service](https://github.com/the-vishal-kumar/gist-images/blob/main/aws-tutorial-create-ec2-instance-and-connect-via-ssh/00.go-to-ec2-service-service.png)
    4
    1. Click on [Launch Instance](https://github.com/the-vishal-kumar/gist-images/blob/main/aws-tutorial-create-ec2-instance-and-connect-via-ssh/01.ec2-dashboard.png)
    5
    1. **Name and tags**
  6. Tutorial: AWS - Setup Nginx reverse ... Tutorial: AWS - Setup Nginx reverse proxy on EC2 Instance and deploy NodeJs Application
    1
    1. (Optional) Follow the link to learn [How to create AWS EC2 Instance](https://gist.github.com/the-vishal-kumar/6e295bc8f08ff46f4a08456d0c9222c7)
    2
    1. Open terminal, connect to your ec2 instance using ssh command, e.g. `sudo ssh -i fungyaan-frankfurt.pem [email protected]`
    3
       1. If prompted password, write your _computer user's password_ and press enter
    4
       1. You have successfully logged in as _ubuntu_ user in your EC2 instance.
    5
    1. Switch to superuser