Skip to content

Instantly share code, notes, and snippets.

@jdalley
Last active March 30, 2021 22:49
Show Gist options
  • Select an option

  • Save jdalley/47220d2a546e1b4dd3c5f8cde3086ae1 to your computer and use it in GitHub Desktop.

Select an option

Save jdalley/47220d2a546e1b4dd3c5f8cde3086ae1 to your computer and use it in GitHub Desktop.
Learning Materials & Training Courses

What Is This?

A place where I keep learning resources that I've found useful. Started as a list for my team at work, but will likely continue to grow outside that over time.

A chunk of the training courses here are pluralsight as it's what we've had access to at my company traditionally. That being said I'll try to find similar resources for non-pluralsight subscribers as times goes on; it just happens to be a go-to spot for Microsoft-stack teachers and developers.

Books

Podcasts

  • Syntax.fm (https://syntax.fm/)
    • This is a favourite of mine, web dev focused - both hosts have their own course platforms (Wes Bos, Scott Tolinski).
  • Learn With Jason (https://www.learnwithjason.dev/episodes)
    • Really great (video) podcast with a staff developer at Netlify who has a great variety of guests, largely centering around web development topics. Some mix of interviewing people who have built things, and writing code live.
  • Junior to Senior (https://juniortosenior.io/episodes)
    • I haven't listened to too many episodes of this, but the few I caught were very well done. Large variety of guests, and primary topics always lean on the title - how to go from Junior to Senior as a developer.

Training & Courses

Tracking courses I've come across that I think are worth taking or at least taking parts of. Some JavaScript, TypeScript, React, C#, .NET Core/5, ASP.NET and more.

Git

HTML/CSS

  • CSS for JavaScript Developers
    • https://css-for-js.dev/
    • This course released in an early-access wave in March 2021, but will be available in full later this year. I bought it and have been thoroughly enjoying it. When completed I think this will be one of the best ways to deeply learn and finally understand CSS for most devs.

JavaScript

  • Wes Bos: Beginner JavaScript
  • Wes Bos: JavaScript 30
    • https://javascript30.com/
    • This one is free, and has 30 great mini projects to build in vanilla JS - huge resource for nailing parts of the language you might not always touch.

React

  • Wes Bos: Advanced React
    • https://advancedreact.com
    • This is a fantastic all around "build a full application with React" course that I've taken myself. It was just re-recorded (released Feb 3rd 2021) to use all the latest and greatest.
  • Epic React
    • https://epicreact.dev/
    • This course is really well reviewed around the industry, people seem to rave about it. It's got a higher price-to-entry than a lot of courses but it seems like a very deep dive. I would recommend this to anyone who wants to learn the absolute latest & greatest with React, and build a full app from scratch as part of the course.

TypeScript

.NET / ASP.NET

C#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment