Lately in JavaScript podcast

Informações:

Sinopse

News and interviews about the latest happenings in the JavaScript world. Hosted by Manuel Lemos of the PHPClasses.org site and Michael Kimsal of the JSMag magazine. It is recorded in MP3 format at least once a month in the beginning of each month.

Episódios

  • Efficient Augmented Reality for the Web - Lately in JavaScript podcast episode 76

    10/04/2017

    Efficient Augmented Reality for the Web - Lately in JavaScript podcast episode 76 By Manuel Lemos The adoption of WebGL and WebRTC by mobile browsers has allowed to implement feasible augmented reality applications that let you mix 3D scenes rendered on a browser on the top of Webcam captured video. The the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 76 of the Lately in JavaScript podcast. They also talked about asynchronous programming coming for all browsers, how to test service workers, formatting console log messages with CSS and templates, using JavaScript without loops, dynamic import of EcmaScript modules, and optimizing JavaScript startup. This article contains a transcript and a 2 minute video 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.

  • How to Make Your Children Learn JavaScript - Lately in JavaScript podcast episode 75

    10/03/2017

    How to Make Your Children Learn JavaScript - Lately in JavaScript podcast episode 75 By Manuel Lemos Many developers have the desire that their children also become developers, so they try to help them to learn programming as soon as possible. The techniques that were used by a father developer to persuade his son to learn JavaScript was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 75 of the Lately in JavaScript podcast. They also talked about how to see JavaScript code benchmarks on the browser developer console, the truth behind JavaScript benchmarks, how to write clean JavaScript code, 2016 JavaScript project rising stars, and regular expression handling improvements in EcmaScript. This article contains a transcript and a 4 minute video 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.

  • Finally Native Browser JavaScript Development with jQuery or Polyfills - Lately in JavaScript podcast episode 74

    31/01/2017

    Finally Native Browser JavaScript Development with jQuery or Polyfills - Lately in JavaScript podcast episode 74 By Manuel Lemos Nowadays current browsers implement so many HTML5 APIs natively, that it is possible to write JavaScript applications without needing jQuery nor other polyfill libraries that emulate those APIs. That was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 74 of the Lately in JavaScript podcast. They also talked about the mo.js library for Easy Web motion using SVG, using pre-compiled frameworks with just the parts you need, combining emoji Unicode characters to create new emojis, efficient aysnchronous loading of JavaScript for modern browsers, and realtime image scaling using the CSS zoom property. This article contains a transcript and a 4 minute video 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 p

  • Web Assembly Finally Getting Ready to Make JavaScript Applications Much Faster - Lately in JavaScript podcast episode 73

    03/01/2017

    Web Assembly Finally Getting Ready to Make JavaScript Applications Much Faster - Lately in JavaScript podcast episode 73 By Manuel Lemos Web Assembly is finally getting ready to be used in regular browsers, thus making it possible to compile and run JavaScript code in a much faster way. That was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 73 of the Lately in JavaScript podcast. They also talked about EcmaScript 6 Async and Await features is also available now on Firefox, using Turbo.js library to program the user graphics board GPU to perform massive graphics operations much faster, creating holographic applications on Windows using JavaScript, etc.. This article contains a transcript and a 2 minute video 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.

  • JavaScript Foundation Bring Consolidation to the community - Lately in JavaScript podcast episode 72

    29/11/2016

    JavaScript Foundation Bring Consolidation to the community - Lately in JavaScript podcast episode 72 By Manuel Lemos With the growth of packages and tools for JavaScript development came a lot of fragmentation in the community. The JavaScript foundation aims to address that issue to simplify the lives of developers that nowadays have to deal with the complexity of choices of tools and libraries for similar purposes. That was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 72 of the Lately in JavaScript podcast. They also talked about using the JavaScript Internationalization API in modern browsers, optimization of memory consumption of Chrome and Node.js, Yarn, the Facebook new JavaScript package manager, recognizing text in images with Tesseract.js, using ansync and await in Node.js 7, as well several other interesting new JavaScript libraries. This article contains a transcript of the summary of the podcast. Listen to the podcast now, or watch the hangout video, o

  • Debug Node.js Web applications either on Browser and Server side with Chrome - Lately in JavaScript podcast episode 71

    03/11/2016

    Debug Node.js Web applications either on Browser and Server side with Chrome - Lately in JavaScript podcast episode 71 By Manuel Lemos The latest Chrome version can debug the code of Web applications running on the server using Node.js and single step both server side and browser side JavaScript. 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.

  • How to Control WordPress from JavaScript - Lately in JavaScript podcast episode 70

    06/10/2016

    How to Control WordPress from JavaScript - Lately in JavaScript podcast episode 70 By Manuel Lemos Kasia is a library that can control a WordPress installation using its API from JavaScript. This library was one the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in JavaScript podcast. They also talked about the differences between for and forEach, exploring Mithril for building Web interfaces, loading CSS dynamically in Web pages, rendering text fonts in JavaScrip natively, obfuscating DOM elements, using neural networks using DN2A, animated tooltips using GIFs, massive parallel programming in JavaScript using a GPU, and handling offline content with service workers. 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.

  • jQuery 3.1 Fixes Silenced Errors on Page Loading - Lately in JavaScript podcast episode 69

    05/09/2016

    jQuery 3.1 Fixes Silenced Errors on Page Loading - Lately in JavaScript podcast episode 69 By Manuel Lemos The long awaited released of jQuery 3.0 happened last month but not with problems like page loading errors that were silenced due to the use of promises. The problem was fixed in jQuery 3.1. This was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 69 of the Lately in PHP podcast. They also talked about the release of ESLint 3, V8 startup optimizations in version 5.3, building rich text editors with Slate library, extract meaning from Web pages using the Fathom library, an audio library with 3D audio suport and watercolor effects with Aquarelle. 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.

  • How Firefox is Making JavaScript Debugging More Productive - Lately in JavaScript podcast episode 68

    29/07/2016

    How Firefox is Making JavaScript Debugging More Productive - Lately in JavaScript podcast episode 68 By Manuel Lemos Recently Firefox introduced a feature that shows in browser console links to the documentation of each JavaScript error that may happen. This helps developers to quickly to understand the errors and fix the problems faster. This was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 67 of the Lately in PHP podcast. They also talked about how make JavaScript testable using pure code, JavaScript variable hoisting, implementing applications based on Web Sockets and Server Sent events, jQuery 3.0 release, changing the way code JavaScript with TDD, how to take advantage of the spread operator, the EcmaScript 2016 specification, writing self documenting JavaScript code, and how to implement WebAssembly based applications on browsers that support it. This article contains a transcript of the podcast summary below. Listen to the podcast now, or watch the hangout v

  • How JavaScript is Reviving Desktop Applications with Electron - Lately in JavaScript podcast episode 67

    22/06/2016

    How JavaScript is Reviving Desktop Applications with Electron - Lately in JavaScript podcast episode 67 By Manuel Lemos Electron is a library developed by GitHub that provides means to create and package desktop applications using the Chromium browser and Node.js. The revival of desktop applications based on Electron was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 67 of the Lately in PHP podcast. They also talked about the latest developments of V8 engine that already supports EcmaScript 6 new JavaScript features, WebAssembly support in the browsers, running multiple tasks in the background with Web workers, etc.. 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.