JS Classes blog

Recommend this page to a friend!

Latest JS Classes blog posts

  All package blogs All package blogs   Blog JS Classes blog   Post article Post article  
  139 - 130   129 - 120   119 - 110   109 - 100   99 - 90   89 - 80   79 - 70   69 - 60   59 - 50   49 - 40   39 - 30   29 - 20   ...   9 - 1  

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)

78. Can WebAssembly Make JavaScript Applications As Fast as Compiled Applications? - Lately in JavaScript podcast episode 56

Updated on: 2015-07-24

Posted on:

The recent effort to create a specification for a WebAssembly language will allow JavaScript to be compiled to a sort of a lower level assembly language that can eventually run much faster than the original JavaScript code.

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

They also talked making music on the Web with the recent Web MIDI API, making API generate more compact responses based on the JSON API specification, creating CSS styles with the JavaScript Object to CSS compiler project, using the $ of jQuery without jQuery, the beta release of Node Package Manager (NPM) 3.0, and the advances of EcmaScript 6 implementations that may make JavaScript provide more interesting features for Web development than PHP.

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 (0)   Trackbacks (0)

77. How Can Browser based JavaScript Can Be Abused to Perform DDOS Attacks to Your Servers - Lately in JavaScript podcast episode 55

Updated on: 2015-06-19

Posted on:

DDOS security attacks can be used to prevent sites from operating at all, but these attacks can also be started from browsers running JavaScript.

JavaScript based DDOS attacks and prevention methods was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 55 of the Lately in JavaScript podcast.

They also talked about using source maps to debug minified code using the original sources, building security cameras using Node.js and Tessel, the new Microsoft Visual Studio Code IDE, converting any Web site to a mobile app using ManifoldJS, among many other JavaScript related topics of interest.

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 (4)   Trackbacks (0)

76. Is JavaScript Becoming PHP? - Lately in JavaScript podcast episode 54

Updated on: 2015-05-16

Posted on:

EcmaScript 6 added many features that seem to make JavaScript code based based on ES6 can make it look more like to PHP. That was one conclusion reached by Manuel Lemos and Arturs Sosins in the episode 54 of the Lately in JavaScript podcast.

They also talked about BabelJS project that allows running EcmaScript 6 based code run on browsers that are still based on EcmaScript 5, strategies to deal with multiple conflicting AJAX calls and fixing your PHP code to deal with parallel AJAX requests, simple inheritance in EcmaScript 5 based JavaScript, and how to detect if your PHP code was minified.

Listen to the podcast now, or watch the hangout video, or read the transcript text to learn more about these interesting JavaScript topics.


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

75. Defensive Programming in JavaScript - Lately in JavaScript podcast episode 53

Updated on: 2015-04-21

Posted on:

Defensive programming is an approach to minimize problems in software caused by unexpected situations. Defensive programming in JavaScript was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 53 of the Lately in JavaScript podcast.

They also talked about the existing JavaScript Linting tools, the state of the Chrome developer tools, impressive libraries that can sense user motion using the Doppler effect, or to detect nudity in pictures using HTML 5 canvas, etc..

Listen to the podcast now, or watch the hangout video, or read the transcript text to learn more about these interesting JavaScript topics.


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

74. JavaScript OOP that can Run Faster with Google SoundScript - Lately in JavaScript podcast episode 52

Updated on: 2015-03-17

Posted on:

Google SoundScript aims to perform optimizations in JavaScript OOP code executed by the V8 engine (Chrome, Node.js, etc..) that can make it run faster.

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

They also talked about tips to write faster JavaScript that you can check using the JSPerf site, how NativeScript works, the Node.js Foundation initiative, the IO.js project roadmap and the possible reconciliation of Node.js and IO.js.

Listen now to the podcast, or watch the hangout video, or read the text transcript 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)

73. Do You Still Need jQuery? Maybe Not! - Lately in JavaScript podcast episode 51

Updated on: 2015-02-23

Posted on:

Most modern browsers implement features using standard APIs that in the past were abstracted with jQuery, so now jQuery is no longer necessary as it used to be.

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

They also talked about some obscure pitfalls of JavaScript, using NativeScript to develop truly native applications, using JSScrambler to obfuscate your JavaScript code, tips to minimize the effort to make existing sites mobile friendly, the Winners of the JavaScript Innovation Award of 2014, etc..

Listen now to the podcast, or watch the hangout video, or read the text transcript 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)

  139 - 130   129 - 120   119 - 110   109 - 100   99 - 90   89 - 80   79 - 70   69 - 60   59 - 50   49 - 40   39 - 30   29 - 20   ...   9 - 1  
  All package blogs All package blogs   Blog JS Classes blog   Post article Post article