Author: Manuel Lemos
Posted on: 2016-11-03
Categories: Lately in JavaScript podcast
That was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 71 of the Lately in JavaScript podcast.
They also talked about a new standalone debug from Mozilla named debugger.html, optimization of bootstrap libraries in JavaScript, the complexity of JavaScript development in 2016, the preference of flavours of JavaScript among developers, etc..
This article contains a transcript of the summary of the podcast.
Listen to the podcast now, or watch the hangout video, or read the transcript text to learn more about these and other interesting JavaScript topics discussed in this podcast.
Contents
Introduction (00:20)
Podcast Summary (1:15)
How it feels to learn JavaScript in 2016 (3:49)
The State of JavaScript Flavours (8:38)
Is var dead? (18:13)
Javascript (and Node.js) Continues To Eat The World (24:24)
Introducing debugger.html Mozilla JavaScript Debugger (35:55)
Optimize a JavaScript file for faster initial execution and parsing (38:21)
Node.js debugging with Chrome DevTools (in parallel with browser JavaScript) (42:48)
JavaScript Innovation Award Nominees of May 2016 (50:52)
JavaScript Innovation Award Rankings of 2016 (59:02)
Conclusion (1:01:02)
Contents
Listen or download the podcast, RSS feed
Watch the podcast video
Summary of the podcast
Download Size: 53MB Listeners: 673
Introduction music: Riviera by Ernani Joppert, São Paulo, Brazil
RSS 2.0 feed compliant with iTunes
Watch the podcast video
Note that the timestamps below in the transcript may not match the same positions in the video because they were based on the audio timestamps and the audio was compacted to truncate silence periods.
Show notes
Summary of the podcast
We are going to start about a topic which is basically I think a humor article with the title "How it feels to learn JavaScript".
Then we are talking about another article somewhat similar topic but different in the sense that it talks about the state of JavaScript 2016 in terms of JavaScript flavors that are being preferred by different developers.
Then we have an article still about comparing the different ways to declare a variable besides var, which is the original way there is also let and const, so we are going to comment about an article that compares these ways of declaring a variable.
Then we have an article that claims that JavaScript and Node.js continues to heat the world. So it's just more to cover many places where JavaScript is being used nowadays.
Then there's an article about a new debugger from Mozilla called debugger.html which is a standalone debugger.
Then there is an article about optimizing the startup of JavaScript code with a technique that gathers, I would say bootstrap code for your application to execute faster.
And then finally we have a topic on another the debugging way, this time using Chrome in a way that you can work both browser side in the server-side on Node.js.
You need to be a registered user or login to post a comment
21,194 JavaScript developers registered to the JS Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.