Skip to content
View raviagheda's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Qudos-Technologies-Inc @keenver @LotusBiz
Block or Report

Block or report raviagheda

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

Hey 👋, This is Ravi Agheda

Gmail Badge Linkedin Badge Website Badge Twitter Badge Instagram Badge

I'm a Full Stack Web Developer

  • 🔭 I’m currently working on freelance projects
  • 🌱 I’m currently learning ThreeJS, and exploring ML
  • 👯 I’m looking to collaborate on open-source web development projects and tools
  • 📫 How to reach me: Contact me on Gmail
  • ⚡ Fun fact: I love to listen to music while coding!
  • 📖 Love to read fiction and biography

Dev Image

Pinned

  1. Github Action with EC2 using SSH Github Action with EC2 using SSH
    1
    # Github Action with EC2 using SSH
    2
    Check this out on [Dev.to](https://dev.to/raviagheda/github-action-with-ec2-using-ssh-4ej4)
    3
    
                  
    4
     ## Configure SSH into aws ec2
    5
     
  2. Nginx configuration setup Nginx configuration setup
    1
    
                  
    2
    # Nginx Configuration Setup
    3
    
                  
    4
    ## [ Install Nginx ](https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04)
    5
    ```
  3. node-server-exit-listener.md node-server-exit-listener.md
    1
    ```typescript
    2
    const signalTraps = ['SIGTERM', 'SIGINT', 'SIGUSR2'];
    3
    
                  
    4
    signalTraps.forEach(type => {
    5
      process.once(type, async () => {
  4. Angular Firebase CICD Angular Firebase CICD
    1
    # Angular Firebase CICD
    2
    
                  
    3
    ## Configure firebase token 
    4
    Apply command ```firebase login:ci```
    5
    
                  
  5. antipode-finder antipode-finder Public

    Find your antipode location ( Exact opposite side of your location on earth )

    TypeScript

  6. calculator calculator Public

    A simple calculator app for live arithmetic operation. There is also a Unit converter embedded in side drawer of the app. This app is completely developed on Flutter Platform, therefor it's compati…

    Makefile 2