DEV Community

Cover image for The Tutorials With Most Impact in 2019
Zoltan Halasz
Zoltan Halasz

Posted on

The Tutorials With Most Impact in 2019

After relating about tutorial hell in my previous posts, I wanted to present a short list with the most important tutorials of 2019, that impacted my developer life significantly. In total, I might have done maybe a hundred tutorials in this transition year, but some of them were so far - reaching, that they are the backbone of my current projects. All of them contain knowledge in concentrated form, that can be applied to bigger scenarios.

1. introduction to Dapper ORM: https://www.youtube.com/watch?v=Et2khGnrIqc
additional materials were:
Advanced Dapper: https://www.youtube.com/watch?v=eKkh5Xm0OlU&t=3s
Stored Procedures: https://www.youtube.com/watch?v=Sggdhot-MoM
LINQ: https://www.youtube.com/watch?v=yClSNQdVD7g

2. Asp.Net Core - the basics
a) general introduction with MVC: https://code-maze.com/asp-net-core-mvc-series/
b) Entity Framework Core: https://code-maze.com/entity-framework-core-series/
c) Microsoft Razor Pages Tutorial: https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-2.2&tabs=visual-studio
d) A bit more advanced tutorial for Razor Pages: https://www.learnrazorpages.com/razor-pages/tutorial/bakery

3. Angular/Material Design/Firebase all-in-one tutorial
https://angular-templates.io/tutorials/about/angular-crud-with-firebase

My applications in 2019 are very much dependent on the ideas and technologies mentioned in these tutorials. Of course, I studied additional techniques and ideas to fulfill my work, but these were the most interesting and impactful ones for me in 2019.

What are your main tutorials for 2019 or recent years?

Top comments (5)

Collapse
 
someshwaran1997 profile image
Someshwaran

Is there anything like this for React, Django?

Collapse
 
softchris profile image
Chris Noring

Two sources that I recommend for React: flaviocopes.com/page/ebooks and my free book: chrisnoring.gitbooks.io/rxjs-5-ult...

Collapse
 
someshwaran1997 profile image
Someshwaran

Thanks man 😁

Collapse
 
zoltanhalasz profile image
Zoltan Halasz • Edited

I am sorry, I am not informed about those frameworks.

Collapse
 
jgilbertcastro profile image
Jesus Gilbert