akshatashenoy.hashnode.devAzure pipelines for deploying GCP Cloud functionsAnyone can signup for Azure DevOps using their Microsoft email id. Up to five users can access all core Azure DevOps features for free. For more information on pricing refer : https://azure.microsoft.com/en-in/pricing/details/devops/azure-devops-serv...Aug 16, 2025·6 min read
akshatashenoy.hashnode.devStatic website hosting with CI/CDIn this blog we will host our static website using Google Cloud Storage (GCS) and implement CI/CD pipeline using Github Actions. Prerequisties Google cloud account Github account Static website files or pick up any static website from online sites...Aug 11, 2025·3 min read
akshatashenoy.hashnode.dev⭐ Docker VolumeImage courtesy: https://miro.medium.com/v2/resize:fit:1200/1*xONk464vW-xNYxzE_HsSkw.png ✔Method 1: Creating volume using a Docker file Create a dockerfile with the following contents: FROM ubuntu #base image VOLUME ["/myvolume"] #creating a vol...Jul 17, 2023·2 min read
akshatashenoy.hashnode.devIntroduction to DockerImage link: https://developers.redhat.com/sites/default/files/styles/article_feature/public/blog/2014/05/homepage-docker-logo.png?itok=zx0e-vcP Thank you https://www.youtube.com/@TechnicalGuftgu channel for an amazing session on Docker. I have tried ...Jul 12, 2023·3 min read
akshatashenoy.hashnode.devLinux commands for beginnersHello everyone, let's get started Basic commands ls - List files cd - change directory cat - To view the contents of file echo - print rm - remove files directories mv - move cp - copy Here we can see five files in the A-folder directory. The...Jun 25, 2023·4 min read