I was trying blazor with Grpc-web in .net core and wanted it to work with a postgres sample table. I was feeling lazy and did not want to create a DTO object in between. This attempt to save time became a time waster very fast. :)
I keep forgetting how to setup a postgres instance on local docker on windows 10 machine. I have to search it everytime. I am adding the steps here for myself.
I had upgraded my GPU on my dual boot desktop recently (default as Ubuntu, secondary as Windows). Everything was working fine or so I thought. I don’t use windows a lot at home these days because some tutorials that I have been following lately, uses setup for linux, which unfortunately is not working via windows bash (
windows subsystem for linux does not talk to CUDA yet
).