19-April-2025
Next.js 14 and Python FastAPI Starter hybrid Web App hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel
Try the demo...A Starter Next.js + FastAPI Web App with endpoints - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHub17-April-2025
Python and Django minimal Web App without Templates hosted at Vercel Cloud implementing DevOps by GitHub + Vercel
Try the demo...A minimal Django Web App without any Templates and the Admin Backend configured saying Hello - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHub28-March-2025
ASP.NET Core MVC Web App using .NET 8 - A Basic Starter with CRUD functionality of Employees
Traditional webhosting is used for this Application
An ASP.NET Core MVC Web App created by VS Code using .NET 8 serving CRUD functionality of Employees towards a MS SQL Database
22-March-2025
ASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using JWT Authentication for Login
The Vue 3 Client is hosted at GitHub Pages
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and Authentication by a JWT with the Baerer schema in the Authorization Header
22-March-2025
ASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using Basic Authentication for Login
The Vue 3 Client at GitHub Pages
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and a Basic Authorization Header