29-November-2024
A Next.js Jamstack Web App with JWT Authentication hosted at Vercel
Version used for this Web App
The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and JWT Authentication.
This Next.js Jamstack Web Application is hosted at Vercel Cloud and uses continuous build and deployment
25-November-2024
.NET 8 REST API at Azure with C# using Entity Framework Core + MS SQL consuming an Angular 14 Client at GH Pages - 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
21-November-2024
.NET 8 Console App for tasting wine using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET for tasting wine
FastTree regression used to train the Model
The code at GitHub20-November-2024
.NET 8 Console App to predict the global temperature using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET to predict the global temperatures
Singular Spectrum Analysis (SSA) model for univariate time-series forecasting using the method "ForecastBySsa" of the class "TimeSeriesCatalog" for training the Model
The 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