Render & Github Actions

Render & Github Actions
Introduction In this tutorial we will cover: Hosting an API on render. Using Github actions to run our tests prior to deploying to render. Prerequisites: Github account & how to push cod...
0 Read More

Introduction to GitHub Actions

GitHub Actions allows you to automate tasks directly within your GitHub repository. A workflow is a series of automated steps defined in a .yml file, located in the .github/workflows/ directory of you...
0 Read More

Upgrade Slack GHA

If you like having your GitHub Actions workflows post messages to Slack, well, things just got a lot easier. Version 2 of slack-github-action has been released, and it makes your workflow file so much...
0 Read More

Tools to Automate GitHub Projects

Introduction Automating GitHub projects can significantly streamline your workflow and enhance project efficiency. In this guide, we will explore a selection of free and user-friendly tools t...
0 Read More