I'm a software developer from the UK living in Japan. I build web and desktop apps with React, TypeScript, C#, .NET Core and deploy them on AWS and Azure.
Some of my more interesting projects:
A fully fledged admin site generator for .NET Core. Add one line of code to your Startup.cs or Minimal API Program.cs and get data grids, CRUD screens, validation, file uploads, searching etc of all your database entities.
Working build and Github Actions deployment pipeline for Go / Gin on Azure without using Docker containers. Official support for this was removed in 2017 but it can be made to work with some Azure specific tweaks.
A project to provide live transcription of microphone input into YouTube livestream subtitles, providing a better result than the built in Google provided subtitles. Powered by the Deepgram API. TypeScript / React with Tauri for the desktop runtime.
Using .NET 6 it is possible to write cross platform Desktop and Web apps without using MAUI. This repo shows you how.