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


Webpack 5 boilerplate with Vue

04-January-2026

A Webpack 5 boilerplate with Vue

The project I made with most stars at GitHub :-)

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with Vue.js. The demo App serve Vue routing, a Webpack logo, my photo with some info. The Vue App serve a demo CRUD functions for Employess towards a Web API at jsonplaceholder. The Webpack is ready for PostCSS, ES6 and above. Bootstrap CSS was used to make the demo mobile friendly.


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 FastAPI with MongoDB hosted at Vercel Cloud serving CRUD handling Books

25-December-2025

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




A Blog made with Gatsby React and GraphQL