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


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

Portugal

16-February-2023

Vacation in Portugal in February 2023

Two wonderful weeks in Lisbon, Cascais, Carcavelos and Sintra


.NET Core 2.0 MVC and REST API with Crud functionality

15-January-2023

ASP.NET Core 2.0 REST API with C# showing a dataset of Persons by MVC / Web API

Traditional webhosting is used for the Application

Try the demo...

Showing / Administrate a dataset of persons as a REST API + MVC using C#, MS SQL Database, AngularJS, ReactJS, jQuery, Ajax and JSON dataset. Secured by HTTPS

The source code at GitHub

Hello World with Docker and GitHub Actions

31-August-2022

Hello World with Docker and GitHub Actions

This simple action example prints "Hello World" to the log or "Hello" + the name of a person to greet

The code at GitHub

As a start, I am learning Docker by reading and using the online Docker Playground instead or installing Docker Desctop at my local system.


Tour de France

01-July-2022

A nice day for cyckling 25 km just before the 2 of July 2022 where the Tour de France will be passing the roads near to my Hometown Slagelse





A Blog made with Gatsby React and GraphQL