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


.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


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#, MSSQL 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.





A Blog made with Gatsby React and GraphQL