Setup Gitpod for a .NET 6+ Web App
Gitpod is a service which provides development environments in the cloud, but a .NET web app will need some extra configuration to make it accessible…
.net coreasp.netgitpodNotes on .NET, web development, cloud services, and software engineering.
Gitpod is a service which provides development environments in the cloud, but a .NET web app will need some extra configuration to make it accessible…
.net coreasp.netgitpodMicrosoft SQL Server is a database server engine used in a wide variety of organisations for storing their data. Sometimes, it can be necessary to pro…
cloudflarems sql serverGitPod is a cloud-based development environment which can be used to work with a variety of frameworks, including Vue.js . It is designed to be quick…
gitpodvue.jsEver since JavaScript was created in 1995 it has formed a key part of providing interactive experiences on websites. However, since WebAssembly (Wasm)…
javascriptwebassemblyValidation is an important step when handling data from a request in ASP.NET Core 6. FluentValidation is a popular .NET library which can make validat…
asp.net coreasp.net core mvcThe Raspberry Pi is a very useful and versatile computer you can use to host and run a variety of services from your own home. An example of this is P…
pivpnraspberry piI’m a fan of Windows Terminal – it makes it easier for me to manage my terminal windows in a tabbed interface and makes it easy to access a terminal f…
oh my poshpowershellwindows terminalCloudflare Tunnels are a useful way of allowing private services to be accessed remotely, without exposing the devices to inbound connections. This ca…
cloudflarerdpremote desktopAds can sometimes be a bit frustrating, or turn up in places we don’t expect. For example, ads on subscription-based services. Serving ads can also co…
pi-holeraspberry piIn a previous blog post I showed how to set up ASP.NET Core Web API to support a Vue.js client SPA . In this post I will show how to extend on that ex…
vue.js