25-February-2026
.NET 10 REST API with C# and Dapper ORM + SQLite DB consuming a React 16 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
22-February-2026
React 19 client towards a REST API by .NET 10 with C# using HTTP Basic 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
Tech used for building the Web App
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
Tech used for building the Web App
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
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.
19-February-2026
Webpack 5 boilerplate ready for ES6 and above
Try the demo...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.