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

Python and Django Starter Website using MySQL hosted at Vercel Cloud serving a Membership System

03-December-2025

Python Django MySQL Starter Website serving a Membership System 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 (CRUD) by the Django Admin and display the Posts by the Frontend

A Membership System was implemented by django-allauth serving Signup with Email Verification, Login, and Reset Password (when not logged in). Logout, Change Password, Manage Email, Deactivate and Delete Account (when logged in)

CI / CD by VS Code + GitHub + Vercel Cloud

The source code at GitHub

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

30-November-2025

Python Django and Wagtail CMS based Website using MariaDB 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




A Blog made with Gatsby React and GraphQL