© 2023 Hashnode
#github-actions-1
This tutorial explains the Supa-backup workflow that automates the process of backing up a Supabase database on a daily basis. This workflow uses GitHub Actions, which is a powerful automation tool that allows developers to build, test, and…
Overview Are you ready to take your GraphQL development skills to the next level? In this series of four articles, I'll guide you through the process of building a powerful GraphQL API using Nest and …
Automating Docker image building and pushing to DockerHub can bring significant benefits to your development process, including increased consistency, efficiency, version control, ease of deployment, …
The issue with leaking secrets It has been known for a long time that docker images can be prone to leaking secrets. That means in case an attacker gets access to your Docker images, they can find you…
What is Git Git is a version control system used for tracking and deployment of a project. its good advantage is tracking a project. Also, it's used for work with Multiple Developers. Command Line Com…
TLDR: See cristalhq/.github build workflow and how it can be used cristalhq/jsn Intro I love open source, and also I love Go. So, a few months ago I decided to build the best CI for Go that I could easily reuse across my projects. This pos…
As a developer, you may find yourself performing repetitive tasks regularly. Whether it's backing up your database or sending out weekly reports, it can be time-consuming and tedious to perform these …
In this blog, I will simplify the process of creating a CI/CD build pipeline using GitHub actions, AWS ECR and AWS App Runner. I will provide a step-by-step guide to creating a workflow and automating…
GitHub Actions is a tool integrated into Github to perform tasks related to the repository given an “event”. I must give credit to this post and its Youtube video because I was of great help in this r…
#90DaysOfDevOps Linux Basics commands To check your current working directorypwdlist all the files and directorieslslist hidden files or directoriesls -alist files in sub-directories as wellls -Rlist …