View the Projects by pagnition

A Blog full of Web Projects

View the Projects by the navigation at the bottom of the Page sorted by Date...


.NET 10 and ASP.NET Core Identity MVC Web Application

03-June-2026

ASP.NET Core Identity MVC Web App serving as a Membership System using .NET 10 - A Starter

Traditional webhosting is used for this Application

An ASP.NET Core Identity MVC Web Application with Individual Accounts created by VS Code using .NET 10 serving as a Membership System towards a SQLite Database

Below is a .NET 8 version of the Web App


.NET Core 2.2 REST API with Basic Authentication - Azure and GH Pages

03-June-2026

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 using Vite as Build Tool

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


.NET Core 2.2 REST API with JWT Authentication - Azure and GH Pages

03-June-2026

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 using Vite as Build Tool

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


Python and Django Starter Website using MariaDB hosted at Vercel Cloud serving a Blog

29-May-2026

Python Django and MariaDB Starter Website serving a simple Blog hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel

Try the demo...

Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)

This Django Website is serving static content - secured by HTTPS

A simple Blog demonstrates how to use Models by the Django Admin and display the Posts by the Frontend

The files models.py and views.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models

CI / CD by VS Code + GitHub + Vercel Cloud

The source code at GitHub

.NET 8 REST API with Basic Authentication

25-May-2026

Blazor ( .NET 8 ) and Vue 3 clients towards a REST API by .NET 8 with C# using Basic Authentication

The Vue 3 client is using Vite as Build Tool

Traditional webhosting is used for this Application

A Basic Auth Web API created by VS Code using .NET 8 with Blazor and Vue 3 Clients + Pinia + Vite





A Blog made with Gatsby React and GraphQL