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


Python FastAPI with PostgreSQL hosted at Vercel Cloud doing HTTP Basic Authentication

28-March-2026

Python FastAPI with PostgreSQL and OpenAPI / Swagger serving HTTP Basic Authentication - hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel

Try the demo by OpenAPI...

Try the demo by Vue 3 SPA...

A Starter FastAPI + PostgreSQL + Basic Auth + Alembic + SQLAlchemy + OpenAPI - secured by HTTPS

CI / CD by VS Code + GitHub + Vercel Cloud

The Web API at GitHub

The Vue SPA at GitHub


Python and Django Starter Website using MySQL hosted at Vercel Cloud serving a Blog Employees and Todos

17-March-2026

Python Django and MySQL Starter Website serving a simple Blog Employees and Todos 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, a list of Employees and Todos demonstrates how to use Models (CRUD) by the Django Admin and display the Posts, Employees and Todos by the Frontend

The Employees and Todos are also administrated by the Frontend with CRUD functionality

The files models.py, views.py and forms.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

Customized some of the Templates of the Django Admin Backend which display the Header and Menu

CI / CD by VS Code + GitHub + Vercel Cloud

The source code at GitHub

Python FastAPI with MongoDB hosted at Vercel Cloud serving CRUD handling Books

17-March-2026

Python FastAPI with MongoDB and OpenAPI / Swagger serving CRUD handling - 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

Java Spring Boot REST API with JWT Auth

16-March-2026

Java Spring Boot 3 REST API doing JWT Auth with a Vue 3 Client

Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 1 minute. A 503 Status code may happen too!

The Vue 3 client is using Vite as Build Tool

Try the demo...

The Web API at GitHub

The Vue Client at GitHub

Developed with Java 17 ! Showing the Users after a successful Logins by a Java Spring Boot 3 REST API using also JWT, JPA, Hibernate, Maven and MySQL with GET all Users functionality. Ready to be deployed to Azure App Service with Java 17 and Tomcat 10.1


Node Express REST API Membership system + Email notification - JWT

16-March-2026

Node Express REST API Role based Membership system with Email Verification and Forgot Password using Sequelize ORM towards a MySQL DB - Authentication by JWT

Volta was used for Node Version Management switching between Node versions

Functionality of the Web App

  • JWT authentication
  • Email sign up and verification
  • Forgot password and reset password functionality
  • Role based authorization with two roles "User" and "Admin"
  • CRUD Account management routes with role based access control

Tech used for building the Web App

  • Node.js
  • Sequelize used to implement the ORM at the Web API
  • The Node.js Web API is hosted at Azure App Service with the Free App Service Plan
  • One React client at GH Pages which uses DevOps. The React HashRouter solves most 404 / Browser refresh issues at GH Pages
  • One React Client is hosted at a traditional Webhotel
  • The React TypeScript Client is hosted at a traditional Webhotel
  • MySQL as the Database for both Dev + Prod
  • CORS Policy implemented by Node.js and at Azure
  • JWT Token for access secure routes




A Blog made with Gatsby React and GraphQL