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 REST API doing JWT Authentication

22-February-2026

React 19 client towards a REST API by .NET 10 with C# using JWT Authentication

Traditional webhosting is used for this Application

The Web Application was made with ASP.NET Core + React and Redux

Functionality of the Web App

  • JWT Authentication

Tech used for building the Web App

  • C#
  • The .NET 10 Web API is hosted at a traditional Webhotel
  • The React 19 Client is hosted at a traditional Webhotel
  • CORS Policy implemented by .NET
  • JWT Authentication for access secure routes

Next.js 13 and MongoDB Membership System

21-February-2026

Full Stack Next.js Web application with TypeScript and JWT Authentication using MongoDB and Mongoose ODM serving as a Membership System

Tech used for the Web Application

  • The Next.js Web App is hosted at Vercel Cloud using Serverless Functions
  • Node 22 at Vercel Cloud
  • Next Version 13
  • React 18
  • TypeScript
  • Joi for validation
  • Zustand for state management
  • MongoDB was the choice of NoSQL Document Database
  • Mongoose ODM ( Object Data Modeling ) used for NoSQL Document Database
  • The MongoDB is hosted at Mongo Atlas Cloud Platform

Try the demo...

The code at GitHub

Next.js was used for creating this Full Stack Web application "Static Site Generator" SSG serving as a Membership System with login and registration towards a MongoDB. The Web App is secured by HTTPS and JWT Authentication.


Webpack 5 boilerplate with ES6 and above

19-February-2026

Webpack 5 boilerplate ready for ES6 and above

Try the demo...

The code at GitHub

A Webpack 5 boilerplate ready for ES6 and above using Babel. The demo App serve a Webpack logo, compiled PostCSS and consumes a web api from jsonplaceholder showing examples of async operations using async / await.


Webpack 5 boilerplate with React

18-February-2026

A Webpack 5 boilerplate with React

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with React. The demo App serve React routing, a Webpack logo, my photo with some info and compiled PostCSS. Bootstrap CSS was used to make the demo mobile friendly.


Java Spring Boot REST API with Basic Auth

09-February-2026

Java Spring Boot 3 REST API doing Basic 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 doing Basic Auth and also 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





A Blog made with Gatsby React and GraphQL