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

29-July-2026

This version of my CV shows my technical background for making this Tech Blog and the Web Projects.

I am a Software Developer with passion for AI, Python, Django, FastAPI, Wagtail CMS, C#, .NET, Umbraco CMS, Java, Node.js, JavaScript, TypeScript, React, 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

  • Freelance
  • 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

  • AI, Machine Learning, Deep Learning and RAG
  • Backend using Python, C#, .NET, Java and Node.js
  • Frontend with JavaScript, TypeScript, React, Vue.js and Angular
  • Databases with MSSQL, MySQL, MariaDB, PostgreSQL and MongoDB
  • Cloud Services like Azure App Service, Vercel, Render, Neon and MongoDB Atlas
  • 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

.NET 8 and Umbraco 13 CMS serving my Personal Website

29-July-2026

My Personal Website by Umbraco 13 CMS and .NET 8 using a MSSQL Database for both Development and Production

Try the demo...

This Website was created by Umbraco 13 CMS, .NET 8, a MSSQL Database and hosted at a tradiotional Web Hotel using IIS. The Umbraco Version 13 has a mobile friendly Backoffice which I wanted for my Website

The source code at GitHub

Webpack 5 boilerplate with Vue

28-July-2026

A Webpack 5 boilerplate with Vue

The project I made with most stars at GitHub :-)

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with Vue.js. The demo App serve Vue routing, a Webpack logo, my photo with some info. The Vue App serve a demo CRUD functions for Employess towards a Web API at jsonplaceholder. The Webpack is ready for PostCSS, ES6 and above. Bootstrap CSS was used to make the demo mobile friendly.


Webpack 5 boilerplate with React and TypeScript

28-July-2026

A Webpack 5 boilerplate with React and TypeScript

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with React and TypeScript. Babel 7 compiles the TypeScript files to ES5. The Webpack module "fork-ts-checker-webpack-plugin" handles the type checking. The demo App serve React routing, a Webpack logo, my photo with some info and compiled PostCSS. Bootstrap CSS was used to make the demo mobile friendly.


Python and Django Starter Website using MySQL hosted at Vercel Cloud serving a Blog Employees and Todos

28-July-2026

Python Django and MySQL Starter Website serving a simple Blog Employees and Todos hosted at Vercel Cloud using Serverless Functions implementing 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)

This Django Website is serving static content - secured by HTTPS

A simple Blog, a list of Employees and Todos demonstrates how to use Models (CRUD) by the Django Admin and display the Posts, Employees and Todos by the Frontend

The Employees and Todos are also administrated by the Frontend with CRUD functionality

The files models.py, views.py and forms.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models

Customized some of the Templates of the Django Admin Backend which display the Header and Menu

CI / CD by VS Code + GitHub + Vercel Cloud

The source code at GitHub




A Blog made with Gatsby React and GraphQL