- [Pre-Render Blazor WebAssembly at buildtime to optimise for search engines](https://swimburger.net/blog/dotnet/pre-render-blazor-webassembly-at-build-time-to-optimize-for-search-engines)
- [The Yellow Book](https://www.robmiles.com/s/CSharp-Book-2019-Refresh.pdf) - A fantastic intro to C# from former Hull Lecturer, [Rob Miles](robmiles.com). He also has other publications available [here](https://www.amazon.co.uk/s?i=stripbooks&rh=p_27:Rob%20Miles&s=relevancerank&text=Rob%20Miles&ref=dp_byline_sr_book_1).
- [Two Decades of C#: A Reference](https://benbowen.blog/post/two_decades_of_csharp_i/) - A reference of which C# version introduced which features. Linked is the first blog; later versions are covered under later blogs.
- [Codechef](https://www.codechef.com/) - A platform for participating in coding contests and also learn new Algorithms and Data Structures. They have a set of challenges every month for competitive coding.
- [Codeforces](https://codeforces.com/) - A widely used platform where top programmers compete. There are various contests every week.
- [HackerRank](https://www.hackerrank.com/) - A good learning resource with paths and problems to get into the world of programming.
- [Interview Bit](https://www.interviewbit.com/practice/) - A platform to learn and practice coding interview questions. Has learning paths for various roles as well.
- [Leetcode](https://leetcode.com/) - A great platform for mastering Data Structures and Algorithms. An essential part of the preparation for SDE interviews.
- [DMOJ](https://dmoj.ca/) - An Archive of great coding problems. Also there are contest on this site.
- [CSES](https://cses.fi/problemset/) - A problem set reknowned to be a one set package for getting ready for competitive programming.
- [CP Algorithms](https://cp-algorithms.com/) - A collection of important algorithms written in C++.
- [Atcoder](https://atcoder.jp/) - AtCoder is a programming contest site for anyone from beginners to experts.
- [Clist.by](https://clist.by/) - Get updates of upcoming competetive programming contests.
- [TopCoder](https://www.topcoder.com/) - All in one site for CP , ML/AI , Developement
- [SPOJ](https://www.spoj.com/) - Beginner friendly website for CP
- [HackerEarth](https://www.hackerearth.com/) - Great free-site for Developement and Coding
- [Codedrills](https://codedrills.io/) - Best site for ACM-ICPC Mock Rounds (Indian Regionals and Prelims)
- [USACO](https://usaco.guide/) - American Website for CP