07-February-2025
Java Spring Boot 3 REST API + MVC using Spring Security
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 1 minute. A 403 Status code may happen too!
Try the demo...The below code is an old version with semilar functionality by Spring Boot 2
The source code at GitHubMigration from Java 11 to Java 17 ! Showing and administrate a dataset of persons by a Java REST API and MVC Web Application (Secured by login) using also JSP, JPA, Hibernate, Maven, MySQL and jQuery for the frontend.
06-February-2025
Java Spring Boot 3 JAX-RS Jersey REST API + MVC Application
The source code at GitHubThe below code is an old version with semilar functionality by Spring Boot 2
The source code at GitHubMigration from Java 11 to Java 17 ! Showing and administrate a dataset of persons by a Java Jersey REST API and MVC Web Application using also JSP, JAX-RS, JPA, Hibernate, Maven and MySQL. React, Fetch API (Not working in IE), AngularJS and jQuery for the frontend client
11-January-2025
.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 GitHub11-January-2025
.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-January-2025
Blazor ( .NET 6 ) and Vue 3 clients towards a REST API by .NET 8 with C# using Basic Authentication
Traditional webhosting is used for this Application
A Basic Auth Web API created by VS Code using .NET 8 with Blazor and Vue 3 Clients + Pinia + Vite