Angular Routing in Windows Shared Hosting

In Windows Shared hosting we have to create “web.config” file to support Angular routing. The file content would be similar to this – You have to get the actual path of tempDirectory from your server […]

Share Button

GitHub Actions with CI CD pipeline for .Net app on Shared Hosting

In this article we will deploy our .Net app to shared hosting like hostgator windows service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to […]

Share Button

GitHub Actions with CI CD pipeline for Angular app on Shared Hosting

In this article we will deploy our Angular app to shared hosting like hostgator service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to GitHub […]

Share Button

SonarQube setup on Docker

To setup SonarQube on local machine we need docker running in our system (as this guide is only for docker). Open Portainer and create a new stack and provide the following docker compose information – […]

Share Button

Local php development with docker

We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]

Share Button