Skip to content
View anilahir's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report anilahir

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

Hi πŸ‘‹, I am Anil Ahir

A Passionate Backend Developer from India

  • πŸ”­ I’m currently working on Node.js, NestJs, MySQL, Bitbucket, AWS, Ubuntu, Nginx, PM2, Let's Encrypt
  • 🌱 I’m currently learning Docker, Terraform, Kubernetes
  • πŸ’¬ Ask me about NodeJS, NestJS, Sequelize, MongoDB, Redis, Bitbucket CICD, AWS
  • πŸ“« How to reach me: @anilahir

βš™ Languages

NodeJs MySQL PHP Java Script HTML CSS

πŸ•Έ Libraries & Frameworks

NestJs GraphQL Laravel MongoDB Redis Socket.io

πŸ›  DevOps & Cloud Tools

Git Ubuntu Nginx Docker Terraform Amazon AWS VS Code

🀝 Connect with me

Github LinkedIn Twitter Email

⚑ GitHub Stats

Anil Ahir's Github Stats

⚑ GitHub Activity

Last Updated: Sunday, May 26th, 2024, 5:08:51 PM

visitors

Pinned

  1. nestjs-authentication-and-authorization nestjs-authentication-and-authorization Public

    NestJS Authentication without Passport using Bcrypt, JWT and Redis

    TypeScript 106 11

  2. nestjs-graphql-demo nestjs-graphql-demo Public

    NestJS Authentication without Passport using GraphQL, Bcrypt, JWT and Redis

    TypeScript 2

  3. omnipay-moneris omnipay-moneris Public

    Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Moneris support for Omnipay

    PHP 3

  4. omnipay-cardconnect omnipay-cardconnect Public

    Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Cardconnect support for Omnipay

    PHP

  5. MySQL transaction within stored proc... MySQL transaction within stored procedure example
    1
    Create stored procedure :
    2
    --------------------------------------------
    3
    
                  
    4
    ~~~sql
    5
    
                  
  6. Fail2ban setup example Fail2ban setup example
    1
    ###### Fail2ban setup:
    2
    ```
    3
    sudo apt install fail2ban -y
    4
    cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
    5
    systemctl start fail2ban (status|stop|restart)