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 6 Web API Membership system - MS SQL

15-March-2024

.NET 6 Web API with C# using Entity Framework Core + Remote MS SQL for Prod + local SQLite DB for Dev consumed by a Blazor Client serving as a Membership System

The Web API was made without the ASP.NET Core Identity using custom JWT middleware

Try the demo...

- C#
- Registration of Users
- JWT authentication
- CRUD Account management

MS SQL Server is fine for Production

SQLite is local DB and fine for testing locally and small applications

Traditional webhosting is used for this Application


.NET 6 Web API Membership system - SQLite

12-March-2024

.NET 6 Web API with C# using Entity Framework Core + SQLite DB consumed by a Blazor Client serving as a Membership System

The Web API was made without the ASP.NET Core Identity using custom JWT middleware

Try the demo...

- C#
- Registration of Users
- JWT authentication
- CRUD Account management

SQLite is local DB and fine for testing and small applications

Traditional webhosting is used for this Application


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

Next.js - DevOps by GitHub Actions and Pages

15-February-2024

Next.js with TypeScript - DevOps by GitHub Actions and hosted at GitHub Pages

Try the demo...

The code at GitHub

A Create Next App with TypeScript using GitHub Actions and Pages as DevOps. This Next.js Web App is one of the default starters with a lot of useful links for learning Next.js.





A Blog made with Gatsby React and GraphQL