How to Get an iOS Developer License: A Step-by-Step Guide

Congratulations on developing your app! Now, it’s time to share your creation with the world. To distribute your app on iPhones and iPads, securing your iOS Developer License is essential. This vital license not only provides access to powerful development tools and resources, but it also enables you to test your app on real devices […]
How to get an Android Developer License (A Step-by-Step Guide)

You’ve poured your creativity and coding skills into developing the perfect Android app. Now, before you can share it with the world, there’s one important step to take—getting your Android Developer License. This license gives you the key to publish your app on the Google Play Store and reach millions of users. The best part? […]
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

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 […]