We compare WebAssembly and JavaScript, examining their performance, portability, ease of use, security, and community support.
Tag: JavaScript
Ryan Lewis teaches you how to use Inline Partials and Decorators in your own projects employing Handlebars 4.0.
Kamren Zorgdrager developed an application that uses Geolocation API to move into modularized promises.
Microsoft's Saurabh Kirtani discusses the new features in jQuery 3.0 and how to use them.
Microsoft's Rami Sarieddine elaborates on the Media Capture API and Streams and gives insight on how to use them.
Florian Rappl discusses why multi-threading is important and how to implement it in JavaScript with ParallelJS.
Patrick Catanzariti shows you how to create a daily affirmations SMS service using Syncano and Stripe.
Igor Lima re-uses the Backbone example of the article "Build a Web App with Backbone.js and Socket.io" to migrate the existing data storage to Firebase.
Lamin Sanneh shows how to integrate a jQuery plugin into an Ember application.
Microsoft's David Catuhe unveils ChakraBridge, a new JavaScript framework that will bring JavaScript and C# together
Reza goes through Elixir, a Laravel addon for front-end asset management. Compilation, minification, optimization, versioning and more - check it out!
Microsoft's David Voyles explains how to use Emscripten to turn C/C++ code into Javascript/HTML5 by creating your own web project.
Jérémy Heleine explains why you should adopt a responsible approach with Modernizr and what are the benefits. He also shows how to put this into practice.
Microsoft's David Catuhe explains JavaScript's recent advances in the area of asynchronous code.
Tom Greco explains the core concepts of PhantomJS and try to demystify some of its complexities that often seem to confuse developers.
Iddo Gino teaches you how to improve the performance of your Node.js web service with Redis to store the results of the query executed on a MongoDB database
In this article Aldo Ziflaj introduces three JavaScript ORMs which can help you deal with complex data in your app: Bookshelf.js, Sequelize and Lovefield.
Ashish Trivedi introduces Rendr, a popular isomorphic JavaScript library, with an eye to the design, the components and the flow of a typical application.
Sergey Laptick discusses about EnjoyHint, a web tool which allows you to create step-by-step guides by adding hints to your website step by step.
Microsoft’s David Rousset explains how Pointer Events will make cross-browsers touch support easy by unifying touch and mouse.
Hugo Giraudel introduces you to a library he has developed to preload images in parallel using promises. Performance for the win!
Baljeet Rathi introduces you to Stage.js, a lightweight and open-source JavaScript library that you can use for cross-platform 2D HTML5 game development.
In this article Marcello La Rocca focus on how to improve the loading time of the scripts of a page by introducing a library called basket.js
In this article Lamin Sanneh teaches how to build a simple contacts manager application using Ember CLI.
In this article Behrooz Kamali explains how to create a Node.js cluster for speeding up an application.
In this article Abbas Suterwala shows how to get started and use the Connect middleware framework in Node.js applications.
In this article, Emre Guneyler shows how to build a simple chat application using SignalR, an open source library for ASP.NET developers.
Sergey Laptick shows how to create a Gantt chart with Webix, by using an open source JavaScript Gantt chart called dhtmlxGantt.
Tim Evko teaches you how to use GitHub, Jasmine, Karma, and Travis to testing your JavaScript code and reduce the number of bugs in your code.
Danny uses ajax functionality in Drupal 8 to add some UX magic to a form from a previous tutorial - all without a single line of JavaScript. See how!