Lately in JavaScript podcast

Recommend this page to a friend!

Recorded shows of the Lately in JavaScript podcast

  All package blogs All package blogs   Blog JS Classes blog   Blog Lately in JavaScript podcast   Post article Post article  
  75 - 66   65 - 56   55 - 46   45 - 36   35 - 26   25 - 16   15 - 6   5 - 1  

92. Modules and Custom Symbols in the Next JavaScript Version - Lately in JavaScript podcast episode 66

Updated on: 2016-05-31

Posted on:

The specification of EcmaScript 6 which will be the base of the next JavaScript version continues to evolve and now includes desired features like modules and custom operator symbols.

That was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 66 of the Lately in JavaScript podcast.

They also talked of the growth of NPM and how hard it became to determine which are the best packages for you, some nice libraries like CSSX for manipulating stylesheets programatically, ScrollBear to preserve scroll position on pages with images, some fun JavaScript comics from ComicStrip, the revival of Microsoft Clippy in your Web site pages, how to win nice printed certificate for the innovative JavaScript packages you publish, among other topics.

This article contains a transcript of the podcast summary below.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

88. Is JavaScript The Most Used Programming Language On Earth? - Lately in JavaScript podcast episode 65

Updated on: 2016-05-30

Posted on:

A recent survey carried by StackOverflow confirmed that JavaScript is the most commonly useg programming language in the World. Whether that is true or not, was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 65 of the Lately in JavaScript podcast.

They also talked about a JavaScript library to build 3D applications without WebGL nor Three.js, pausing animated GIFs, the polemic around ubpublishing packages from NPM, JavaScript speech recognition with dedicated browser APIs, fast migration of Web sites to mobile, among other topics.

This article contains a transcript of the podcast summary below.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

87. Gun.js: the GIT for Distributed NoSQL Databases - Lately in JavaScript podcast episode 64

Updated on: 2016-03-23

Posted on:

Imagine a NoSQL database that can work in a distributed way like Git, so if you lose the main database in the server, you can recover it from copy running on your Web browser. That database exists, it was developed by Mark Nadal and his team, and it is called Gun.js.

The live demo of Gun.js and the interview Mark Nadal gave to Manuel Lemos and Arturs Sosins was the main topic main topics discussed in the episode 64 of the Lately in JavaScript podcast.

They also talked about the features of EcmaScript 2017, creating single page apps with WordPress and Angular.js, the fatigue caused by the discussions about JavaScript fatigue, Chrome Debugging on Visual Studio Code IDE, among other topics.

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

85. How HTTP 2 will Affect JavaScript Applications - Lately in JavaScript podcast episode 63

Updated on: 2016-02-26

Posted on:

Many applications Web applications bundle many files packed in a single file to make the delivery of those files require less connections. That is the case of CSS sprites or even combined JavaScript files.

However HTTP 2 makes that practice obsolete because it already multiplexes requests, so they only take a single connection to the server.

That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 63 of the Lately in JavaScript podcast.

They also talked about how ParallelJS library simples creating applications using worker threads, the present and future of jQuery after the 10th anniversary, creting WebGL games based on Unity and JavaScript, what is isomorphic JavaScript and its benefits, etc..

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

84. Doing JavaScript Background Tasks using Service Workers - Lately in JavaScript podcast episode 62

Updated on: 2016-01-25

Posted on:

Service Workers are Worker tasks that can run in the background even after the the browser tab that started them was closed.

The availability of Service Workers in Chrome was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 62 of the Lately in JavaScript podcast.

They also talked about the state of the Internet of the Things JavaScript support in 2015, the results of a JavaScript Developer survey, top must see JavaScript developer tools, Facebook ditching Flash for HTML 5 to play videos, and a light saber game that uses your mobile phone as controller.

Now the summary of the podcast transcript is available.

Listen to the podcast now, or watch the hangout video, or read the summary transcript to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

83. Is Wordpress Switching PHP for JavaScript? - Lately in JavaScript podcast episode 61

Updated on: 2015-12-11

Posted on:

The recent announcement of the Calypso project for Wordpress that is based on Node.js and React.js libraries raised some concerns that Wordpress is switching to the JavaScript language.

This was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 61 of the Lately in JavaScript podcast.

They also talked Adobe stopping to produce tools for Flash applications in favor of HTML5 and JavaScript solutions, a new standard API to access Bluetooth devices from HTML5 and JavaScript pages, Firefox marking login forms as insecure if they are processed via non-HTTPS pages, among other JavaScript related topics of interest.

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)

82. How Web Assembly Will Allow Compiling JavaScript or Any Language to Portable Binaries - Lately in JavaScript podcast episode 60

Updated on: 2015-11-13

Posted on:

The Web Assembly specification is being prepared to allow compiling JavaScript or any language to portable browser independent binaries. This was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 60 of the Lately in JavaScript podcast.

They also talked about how to easily implement copy and paste functions in browsers without using Flash, how much slower JavaScript runs in Android when compared to iOS, programmer friendly asynchronous programming with async and await is coming to the next browsers, extended JSON that supports closure function types with LJSON, etc..

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

81. Impressive JavaScript Computer Vision with Tracking.js - Lately in JavaScript podcast episode 59

Updated on: 2015-10-16

Posted on:

Tracking.js is a library that implements computer vision functions like OpenCV but all in JavaScript on the browser. The capabilities and demos of this impressive library were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 59 of the Lately in JavaScript podcast.

They also talked about JavaScript Webm Encoding library, Netflix Falcor library, security problems of single page applications, Node.js 4.1.0 release, viewing high resolution images on the browser using OpenSeadragon, etc..

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

80. Take the Most of the Browser While the User is Idle - Lately in JavaScript podcast episode 58

Updated on: 2015-09-30

Posted on:

The newest version of Chrome (version 46) introduced a new callback function that allows JavaScript developers to execute background code while the user is idle (for instance reading an article). This feature opens new opportunities for applications to do some creative things.

This is one of the main topics discussed by Manuel Lemos and Arturs Sosins that received Artem Salpagarov from Countly in the episode 58 of the Lately in JavaScript podcast.

They also talked about the frontend testing with CasperJS, building MVC applications without HTML Templates using Mithril, Node.js 4.0 released as a merge with io.js among other interesting JavaScript discussions.

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

79. The Fetch API to Succeed AJAX (XMLHTTPRequest) - Lately in JavaScript podcast episode 57

Updated on: 2015-08-28

Posted on:

A new standard API named Fetch is being specified with the goal to provide a access to remote resources in a way that is more standardized across browsers than XMLHttpRequest (AKA AJAX).

This was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 57 of the Lately in JavaScript podcast.

They also talked about the performance of the current EcmaScript 6 implementations, the top popular JavaScript libraries, the future of the adoption of Web components, JavaScript framework fatigue, Bower versus NPM, among other JavaScript topics.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

  75 - 66   65 - 56   55 - 46   45 - 36   35 - 26   25 - 16   15 - 6   5 - 1  
  All package blogs All package blogs   Blog JS Classes blog   Blog Lately in JavaScript podcast   Post article Post article