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...


Next.js 15 Web App with JWT Auth

04-January-2026

A Next.js Web Application with JWT Authentication hosted at Vercel

Version used for this Web App

  • Node 22.11.0
  • Upgraded from Next 15.0.3 to 15.0.5 due to security
  • React 18.3.1

Try the demo...

The code at GitHub

The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and JWT Authentication.

This Next.js Jamstack Web Application is hosted at Vercel Cloud and uses continuous build and deployment


Next.js 15 Web App with Basic Auth

04-January-2026

A Next.js Web Application with Basic Authentication hosted a Netlify

Version used for this Web App

  • Node 22.11.0 ( Note: Running Node 20 at Netlify for now )
  • Upgraded from Next 15.0.3 to 15.0.5 due to security
  • React 18.3.1

Try the demo...

The code at GitHub

The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and Basic Authentication.

This Next.js Jamstack Web Application is hosted at Netlify Cloud and uses continuous build and deployment


Python Django and Wagtail Website using PostgreSQL hosted at Vercel serving a Demo

04-January-2026

Python Django and Wagtail CMS based Website using PostgreSQL serving a Demo. Hosted at Vercel Cloud by Serverless Functions. Wagtail CMS is the Backend Administration of the Website. 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)

Wagtail CMS was built on top of Django which uses Python as programming language

This Wagtail Website is serving static content - secured by HTTPS

CI / CD by commit the code change from VS Code + GitHub + Vercel

The source code at GitHub

.NET 8 and Umbraco 13 CMS serving my Personal Website

04-January-2026

My Personal Website by Umbraco 13 CMS and .NET 8 using a MSSQL Database for both Development and Production

Try the demo...

This Website was created by Umbraco 13 CMS, .NET 8, a MSSQL Database and hosted at a tradiotional Web Hotel using IIS. The Umbraco Version 13 has a mobile friendly Backoffice which I wanted for my Website

The source code at GitHub

Python FastAPI with MongoDB hosted at Vercel Cloud serving CRUD handling Todo Task

25-December-2025

Python FastAPI with MongoDB and OpenAPI / Swagger serving CRUD handling Todo Task - hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel

Try the demo...

A Starter FastAPI + MongoDB + Swagger serving CRUD - secured by HTTPS

CI / CD by VS Code + GitHub + Vercel Cloud

The source code at GitHub




A Blog made with Gatsby React and GraphQL