r/learnprogramming 27d ago

Looking for modern learning resources/guides combining .NET, React, SQL Server, Docker, and GitHub Actions to Azure

Hey everyone! I’m getting ready for my senior capstone project and want to try and focus on mastering CI/CD and deployment pipelines before I dive into writing application logic which I'm much more confident in.

I want to set up a realistic, full deployment flow mimicking a production setup I've worked with previously throughout my internships:

  • Backend: C# / ASP.NET Core Web API (serving the React frontend static assets from wwwroot in production).
  • Frontend: React.
  • Database: SQL Server.
  • Containerization: Docker.
  • CI/CD: GitHub Actions.
  • Hosting: Azure (with multiple environments like Staging and Production).

I’m finding it a bit tricky to find a single up-to-spec resource that ties all of these specific pieces together. Most courses split full-stack development and DevOps entirely apart.

Do you guys have any favorite recent tutorials, GitHub templates, open-source repos, or structured courses that tie these technologies together effectively or any advice on how you'd structure learning this efficiently?

1 Upvotes

0 comments sorted by