This domain and all of its subdomains is hosted on a Raspberry Pi 4, equipped with 8 Gb RAM, a 256 Gb harddrive and powered by NGINX as a reverse proxy and PostgreSQL as database engine.

.Net

Apps, Websites & Api's

Here you will find all the .Net projects i have published so far. The never ending building and learning process is still going strong so expect this section to be updated.

Primary button

Discord Bot

This is a bare bones starting point for a Discord Bot. I have used the DSharp+ pakage to connect with Discord, and the .NET Generic Host to setup configuration and services, this way, the code is clean and robust and the bot can easily be extended.

See this project on Github

Blazor Server Webapp

In this project i have used Blazor server as a starting point, added to it is Mudblazor for UI components. I have also implemented .Net authentication to handle login and Entity framework handling a database, currently running in PostgreSQL.

See this project on Github. Or take a look at the Live Demo.

Recipes App

This project is just the backend of the app and consists of an Api for storing and retrieving recipes from a database, that being a SQLite database that is stored within the Api. It also has a client library to make connecting to the Api easier, and a CLI app for testing. This was a project for testing and learning how Entity Framework works with different database engines.

See this project on Github.

Raspberry Pi Status Api

This project is a minimal API that's using .Net Process to be able to collect stats and info from the Raspberry Pi by reading the output from the commandline, you can see the Live Demo of it working in the pane above.