Blog

  • October 21, 2022
  • Yousuf Imam

How to use GitHub Actions to create a CI/CD pipeline

Continuous Integration/Continuous Delivery (CI/CD) has always been, and still is, the responsibility of DevOps professionals.  But now that GitHub has CI/CD capabilities thanks to GitHub Actions, it’s simpler than ever to integrate CI/CD into your process model directly from your GitHub repo. Step 1: Create or choose a repository It might sound very simple, but choosing or creating a GitHub repository is the first step in setting up […]

Read More
  • May 31, 2022
  • Adnan Gulzar

Testing a Microsoft Power Pages website

Testing applications an integral part of the development process. But, how can the team guarantee a successful testing process? Now, in this article, I will give you some tips and […]

Read More