NOTE: This repository, built with .NET Core 2.x, is outdated. For the newer (3.1) version, please refer to the following repository: https://github.com/shahedc/NetLearnerApp
ASP .NET Core web app to allow any user to consolidate multiple learning resources all under one umbrella.
Background: As I've been doing a lot of R&D on ASP .NET Core, I found myself keeping track of blog posts, podcasts, YouTube videos, Twitch streams, Pluralsight tutorials, ebooks across Amazon, Safari Books Online, and so much more. I've been using Notepad, OneNote, browser bookmarks, Twitter lists, emails to myself, Google/Word docs and so much more just to keep track of URLs, notes and progress. I'm building this new app for myself to organize my learning plans, but also open-sourcing it and deploying it to allow others to use it too.
The name implies 2 things: the app's source code will be a real-world example for people learning .NET (specifically ASP .NET Core 2.1 and beyond), and the tool itself will help people learn any topic from various resources across the Internet.
- Use the web app's source code to learn all about ASP .NET Core 2.1+ and beyond.
- Add links to various learning resources: books, articles, blogs, conference sessions, podcasts, online workshops, videos and livestreams.
- View embedded content where appropriate, e.g. videos
- See contents of RSS feed where appropriate, e.g. blogs with RSS
- Discover what others have added to their NetLearner lists, via suggestions of what's popular.
- Follow content creators with links to their social media accounts.
- Deploy your own instance instantly to your own Azure account.
- Build lists to learn anything and share with others.
Stay tuned for more information!