Setting up CI/CD on a NextJs Application To Netlify Using GitHub Actions

Github actions is an easy and user friendly Continuous integration and continuous delivery tool to make use of.  The requirements for the setup are the NextJs application to be deployed, a netlify account and a github account. The purpose of integrating github actions with netlify is to run tests on the application before it is […]

Setting up CI/CD on a NodeJs Application To A Docker Environment Using Github Actions

NodeJS CI CD

Github Actions is an example of a simple and effective solution for Continuous Integration and Continuous Delivery, other examples of popular CICD tools are CircleCI, Jenkins, Gitlab CI, Azure DevOps, Bamboo, TravisCI. The requirements for this setup are the NodeJs application to be deployed, a server as a hosting environment and also a Github account.  […]

Nodejs app Monitoring on dev and production environment using new relic APM

Application performance Monitoring helps you monitor whether an app meets performance standards, identify bugs and potential issues, and provide flawless user experience via close monitoring of applications. What do APM solutions measure? Observing whether your app behaves as it should. Collecting data on the source of the problem and alerting you of problems (app, app […]

Skip to content