© 2023 Hashnode
#github-actions
I came across Fly.io. when I was looking for another platform to deploy my applications other than the ones I already knew. Fly.io is a platform that help's you deploy your application just like Netli…
In the world of software development, code quality is of utmost importance. Clean and consistent code not only enhances readability but also improves maintainability, collaboration, and overall effici…
GitHub has become an essential tool for developers and software teams, providing a platform for version control, collaboration, and project management. Whether you're a beginner or an experienced deve…
So now we have complete understanding of basic GIT and GITHUB operations. moving ahead will learn the more advanced topics of GIT AND GITHUB. 📌Authenticating GITHUB Repository There are many ways to …
In this article, we will be walking through the steps of setting up a CI/CD pipeline that builds a docker image and deploys it to Amazon ECR(Elastic Container Registry) anytime changes are made to the…
Checking the format manually can be a tedious task, so automating this process can be highly beneficial. In this blog post, we will explore how to use GitHub Actions to automatically format your JavaS…
Continuous deployment (CD) is the process of automatically deploying changes to production. It is a key part of the DevOps toolchain, and it can help organizations to improve their software delivery s…
This is a little enhancement to the earlier blog post and challenge from #10weeksofcloudops initiated by Piyush Sachdevahttps://itmynet.com/how-to-create-a-static-website-using-azure-storage-accounts …
The most common description of Rust I hear is something like, "it's great for performance but too hard or cumbersome or annoying for most tasks." I don't think this description could be more wrong. Su…
Automating Power Platform solution deployment has always been a topic of my interest. Recently, a friend of mine encountered an issue with GitHub Actions for the Microsoft Power Platform. Essentially,…