02-December-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 + Refresh Tokens
Volta was used for Node Version Management switching between Node versions
Functionality of the Web App
Tech used for building the Web App
01-December-2024
Next.js with TypeScript - DevOps by GitHub Actions and hosted at GitHub Pages
Version used for this Web App
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.
30-November-2024
Python and Flask minimal Web App without Templates hosted at Vercel Cloud implementing DevOps by GitHub + Vercel
Try the demo...A minimal Flask Web App without any Templates saying Hello - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHub11-November-2024
.NET 8 REST API with C# and Dapper ORM + SQLite DB consuming an Angular 14 Client + Unit Testing
Unit Testing:
Coverage Reports are generated for visualize the result of Unit Testing ( .NET based xUnit )
Dapper is a lightweight Micro-ORM which can be an alternative to Entity Framework Core ORM
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application
13-October-2024
.NET 8 REST API with C# using Entity Framework Core + SQLite consuming an Angular 14 Client - serving as a Membership System
Unit Testing:
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
Functionality of the Web App
Tech used for building the Web App