[go: nahoru, domu]

Skip to content
View SahilDhingraa's full-sized avatar
Block or Report

Block or report SahilDhingraa

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

Hello, I'm Sahil 🚀

I'm a passionate full-stack developer with expertise in Node.js, Next.js, and Golang. I'm also on an exciting journey of learning and exploring blockchain technologies.

Pinned Loading

  1. This GitHub Actions workflow automat... This GitHub Actions workflow automates the process of building a Docker image and deploying it to an EC2 instance.
    1
    # GitHub Actions CI/CD Workflow for Docker and EC2 Deployment
    2
    
                  
    3
    This GitHub Actions workflow automates the process of building a Docker image and deploying it to an EC2 instance. It consists of two main jobs: `build-docker` and `run-on-ec2`.
    4
    
                  
    5
    ## Workflow YAML
  2. Github Signed Commit Github Signed Commit
    1
    1.	DOWNLAOD gpg4win from: https://www.gpg4win.org/download.html
    2
    
                  
    3
    2.	install it
    4
    
                  
    5
    3.	Add GnuPG's path to the environment variables: default path is: C:\Program Files (x86)\GnuPG\bin
  3. linkedin-to-jsonresume linkedin-to-jsonresume Public

    Forked from joshuatz/linkedin-to-jsonresume

    Browser extension to turn a LinkedIn profile page into a JSON Resume export.

    JavaScript

  4. go-folder-structure go-folder-structure Public

    Basic folder structure for a golang application

    Go