InfoQ Homepage JavaScript Content on InfoQ
-
Prototyping for Optimal Learning
Diana Joseph shows how to practice concept prototyping to avoid building the wrong thing. Prototyping is about working lean, using the smallest investment to generate the greatest amount of learning.
-
Bind to the Cloud with Falcor
Jafar Husain provides an inside look at the innovative Falcor, the open source JS data access framework that powers the Netflix UIs and the new UI design patterns it enables.
-
Using React for the Mobile Web
Brian Holt talks about React, performance issues, some general web performance tips, lessons learned while helping write m.reddit.com using React.
-
New in ECMAScript 2016 and Beyond
Brian Terlson discusses the changes in the ES2016 specification process and some of the likely candidates including async functions, SIMD, class property declarations, Typed Objects and more.
-
Getting Started with Chrome Extensions: Tips and Tricks
Andrew Dunkman explains the basics of Chrome extension development, how to avoid an extension being automatically disabled when performing upgrades, and some unexpected Chrome hooks.
-
Carefully Composing Logic: Functional JavaScript
Brad Urani explores the basics of FP, higher-order functions, partial function application, lazy evaluation and persistent data structures, showing how FP style avoids certain classes of bugs.
-
Grooscript in Action
Jorge Franco talks about Grooscript, a library that converts Groovy code to JavaScript. He presents it, with the good parts and their limitations.
-
JavaScript in Detail
Joseph Andaverde discusses some of the most commonly misunderstood concepts in JavaScript - closures, variable hoisting, the this keyword, and prototypal inheritance.
-
An Introduction to Ember.js
Ryan Doll introduces Ember.js, a framework that focuses on convention rather than configuration.
-
Modern Front-end Engineering
Dustin Whittle discusses the pros and cons of modern UI toolkits like Zurb, Bootstrap, and SemanticUI and modern JavaScript frameworks like React, Angular, and Ember.
-
JavaScript for the C# (and Java) Developer
Phil Japikse introduces JavaScript to the C# developer, outlining some of the language paradigms.
-
Getting Your Web Projects Production Ready with Gulp
Jonathan Mills presents how to automate building tasks for JavaScript projects with Gulp.