View the Projects by pagnition

A Blog full of Web Projects

View the Projects by the navigation at the bottom of the Page sorted by Date...


My CV

16-March-2026

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 C#, .NET, Umbraco CMS, Python, Django, FastAPI, Wagtail CMS, Java, Node.js, JavaScript, TypeScript, Next.js, React, Nuxt, Vue.js, Angular, Webpack and Vite as well as other programming languages, tools and DevOps

Besides working with IT and Web Development, I have been working in other areas as well.

IT Working experience

  • Web Developer at VM Kontorteknik
  • IT Worker at the Libraries of Slagelse
  • Web Developer at the former Jara IT
  • Web Developer at the former Bank bankTrelleborg

Higher education

  • Education in C#, .NET, Python, Java, Node.js, JavaScript, TypeScript, Next.js, React, Nuxt, Vue.js and Angular / Full Stack
  • Online education in digital marketing
  • Developing ASP.NET MVC Web Applications (20486)
  • Portuguese language exam B1/B2
  • AP Graduate in Computer Science
  • Mathematics level C1

Skills of languages

  • Danish as my native language, and I passed an exam with the level equal to C2
  • English exams did I pass at the level equal to B2 written and spoken
  • Portuguese exams passed in Lisbon at the level equal to B1/B2 written and spoken
  • German exam at level equal to B1
  • Swedish and Norwegian without writing skills

Python Django and Wagtail Website using PostgreSQL hosted at Vercel serving a Demo

16-March-2026

Python Django and Wagtail CMS based Website using PostgreSQL serving a Demo. Hosted at Vercel Cloud by Serverless Functions. Wagtail CMS is the Backend Administration of the Website. DevOps by GitHub + Vercel

Try the demo...

Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)

Wagtail CMS was built on top of Django which uses Python as programming language

This Wagtail Website is serving static content - secured by HTTPS

CI / CD by commit the code change from VS Code + GitHub + Vercel

The source code at GitHub

Java Spring Boot REST API with JWT Auth

16-March-2026

Java Spring Boot 3 REST API doing JWT Auth with a Vue 3 Client

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 503 Status code may happen too!

The Vue 3 client is using Vite as Build Tool

Try the demo...

The Web API at GitHub

The Vue Client at GitHub

Developed with Java 17 ! Showing the Users after a successful Logins by a Java Spring Boot 3 REST API using also JWT, JPA, Hibernate, Maven and MySQL with GET all Users functionality. Ready to be deployed to Azure App Service with Java 17 and Tomcat 10.1


.NET 8 Machine Learning used for tasting wine

16-March-2026

.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 GitHub

Node Express REST API Membership system + Email notification - JWT

16-March-2026

Node Express REST API Role based Membership system with Email Verification and Forgot Password using Sequelize ORM towards a MySQL DB - Authentication by JWT

Volta was used for Node Version Management switching between Node versions

Functionality of the Web App

  • JWT authentication
  • Email sign up and verification
  • Forgot password and reset password functionality
  • Role based authorization with two roles "User" and "Admin"
  • CRUD Account management routes with role based access control

Tech used for building the Web App

  • Node.js
  • Sequelize used to implement the ORM at the Web API
  • The Node.js Web API is hosted at Azure App Service with the Free App Service Plan
  • One React client at GH Pages which uses DevOps. The React HashRouter solves most 404 / Browser refresh issues at GH Pages
  • One React Client is hosted at a traditional Webhotel
  • The React TypeScript Client is hosted at a traditional Webhotel
  • MySQL as the Database for both Dev + Prod
  • CORS Policy implemented by Node.js and at Azure
  • JWT Token for access secure routes




A Blog made with Gatsby React and GraphQL