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


Blazor App in .NET 6 + WebAssembly - Display a List

09-March-2024

Blazor App in .NET 6 with C# and WebAssembly - Displays a List

Try the demo...

A Single Page Blazor App developed in .NET 6 with C# and WebAssembly - Displays a List

Traditional webhosting is used for this Application


Node Express TypeScript Eslint Jest Boilerplate

16-February-2024

A boilerplate ready for serving Node Express TypeScript ESlint Prettier Jest Supertest and Husky

The code at GitHub

Webpack 5 boilerplate with Angular

14-February-2024

A Webpack 5 boilerplate with Angular

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with Angular 8. The demo App serve the Angular logo, a Webpack logo and shows routing and compiled Sass styles. Bootstrap CSS was used to make the demo mobile friendly.


Node Express REST API Membership system + Email notification - JWT

13-February-2024

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

.NET 6 minimal REST API

17-December-2023

A minimal REST API in .NET 6 with C#

Traditional webhosting is used for this Application

Try the demo...

A minimal Web API created by VS Code using .NET 6

The Web API at GitHub




A Blog made with Gatsby React and GraphQL