04-August-2025
This short version of my CV should show my technical background for making this Tech Blog and the Web Projects.
I am a Full Stack Web Developer with passion for Vanilla JavaScript, TypeScript, Next.js, React, Vue.js, Angular, .NET, Java, Python, Node.js, Webpack and Umbraco as well as other programming languages, tools and DevOps.
Besides working with IT and Web Developement, I have been working in other areas as well.
IT Working experience
Higher education
Skills of languages
06-June-2025
ASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using JWT Authentication for Login
The Vue 3 Client is hosted at GitHub Pages using Vite as Build Tool
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and Authentication by a JWT with the Baerer schema in the Authorization Header
06-June-2025
ASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using Basic Authentication for Login
The Vue 3 Client at GitHub Pages using Vite as Build Tool
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and a Basic Authorization Header
06-June-2025
Blazor ( .NET 6 ) and Vue 3 clients towards a REST API by .NET 8 with C# using JWT Authentication
The Vue 3 client is using Vite as Build Tool
Traditional webhosting is used for this Application
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
A JWT Auth Web API created by VS Code using .NET 8 with C# with Blazor and Vue 3 Clients + Pinia + Vite
05-June-2025
A Next.js Web Application 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