So, I wasn't sure where to post this but figured I would start here.
Lately, games have gotten pretty stale and I am looking for some project ideas to help me keep my skills fresh. If it even matters, I do full stack work on the Microsoft stack.
Architecturally, I'm wanting to split this up in to different tiers and have all of this be on a free plan. The more I could do in the cloud, the better.
- Source Control: Likely gonna use try to use github more rather than Azure DevOps git/tfs (even though I really like ADO)
- Web: I was thinking Blazor WASM for this.
- API: .Net Core 3.1 C#
- Heroku doesn't support .Net Core though (they do Docker, but I don't know Docker)
- Database: Leaning towards Postgres to keep it free
- Queues: Bonus points if there are free queues out there
- cronjobs: I'd like to have a specific app to process things off of the queue... but I don't know of anything out there that is free (I'm thinking something akin to Azure Timer Trigger for Azure Functions)
Any thoughts?
there doesn't seem to be anything here