top 30 youtube channels for learning programming for free in 2019

GAUTAM SHARMA

@gauti123456

GitHub icon

@geekygautam1997

🌍 YOUTUBER & CODINGSHIKSHA.COM

👨‍💻 WEB DEVELOPER

📍India

1) thenewboston(2m subs) 

2) google developers(1.5m)

3) derek banas (840k subs)

4) traversy media (700k subs)

5) LearnCODE.ACADEMY (500K)

6) kudvenkat (350k subs)

7) mycodeschool (327k subs)

8) codecourse (302k subs)

9) devtips (292k subs)

10) leveluptuts+ (248k subs)

11) treehouse (203k subs)

12) adam khoury (179k subs)

13) LearnWebcode (179k subs)

14) slidenerd (170k subs)

15) quentin watt (128k subs)

16) cave of programming (100k)

17) academind (280k subs)

18) programming with mosh 318k

19) hitesh choudhary (331k subs)

20) telusko (443k subs)

21) programmingknowledge 900

22) freecodecamp.org (798k)

23) durga software (500k subs)

24) the net ninja (261k subs)

25) techsith (62k subs)

26) the coding train (752k subs)

27) cs dojo (848k subs)

28) clever programmer (328k)

29) techlead (248k subs)

30) well code (12k subs)

best youtube channels 

please like share and subscribe! 🖖

Copy of Copy of Copy of Making your Vue apps faster by being lazy

By Coding Shiksha

Copy of Copy of Copy of Making your Vue apps faster by being lazy

We keep shipping more and more features in our Web applications, and as a result, we ship heavier apps that take more time to load. So we use bundlers like webpack to split our application code into multiple bundles and load them asynchronously. As a result, we end up having asynchronous code pretty much everywhere in our apps. This means that we need to handle unexpected errors that were otherwise impossible, like network ones, handle loading state and make sure the application is able to recover from these errors. During this talk, we will take a look at different patterns about handling asynchronous request correctly in Vue applications in order to make our Apps feel light, fast and reliable everywhere.

  • 170