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


Webpack 5 boilerplate with Angular

14-February-2024

A Webpack 5 boilerplate with Angular

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with Angular 8. The demo App serve the Angular logo, a Webpack logo and shows routing and compiled Sass styles. Bootstrap CSS was used to make the demo mobile friendly.


.NET 6 simple REST API

17-December-2023

A simple REST API in .NET 6 with C# serving as a Basic Starter

Traditional webhosting is used for this Application

Try the demo...

A simple Web API created by VS Code using .NET 6

The Web API at GitHub

.NET Core 2.2 REST API Role based Membership system

07-October-2023

ASP.NET Core 2.2 REST API with C# towards Angular and React serving as Role based Membership system

Traditional webhosting is used for this Application

A Web API role based Membership System for authentication and registration managing Users by an Angular or React client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT

Administrate Posts by an Angular client and the Web API after a successfully login


Traditional CMS

08-August-2023

In addition to the Headless API-driven and Git-based CMS I have experience with the traditional CMS listed below:

  • WordPress - Based on PHP
  • Drupal - Based on PHP
  • Typo3 - Based on PHP
  • Umbraco - Based on .NET

Tests

02-July-2023

Types of Tests used creating this Blog and the Web Projects

  • Usability Tests to involve the future Users of the Blog and Projects with the goal of satisfied Users
  • End-to-end Tests or Functional Tests for making sure that the workflows work as expected. The authentication of a User could be an example
  • Integration Tests across several units to achieve their goals
  • Unit Test for testing functions or classes by supplying input and making sure the output is as expected

Below a demo of testing with Jest and Supertest in a Node.js Express TypeScript App

The code at GitHub

Below a demo of Unit testing with xUnit and .NET Core console App

The code at GitHub




A Blog made with Gatsby React and GraphQL