InfoQ Homepage JavaScript Content on InfoQ
-
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.
-
From Hackathon to React Native @ Facebook
Christopher Chedeau walks through the challenges, both technical and people management related, involved in bringing the React JavaScript UI library to iOS.
-
Spreadsheets for Developers
Felienne Hermans presents various algorithms that outlining the power of Excel, showing that spreadsheets are fit for TDD and rapid prototyping.
-
The Joy of Debugging Ourselves
Laurent Bossavit provides some suggestions on how to bring the fun back into programming by developing new skills such as leprechaun hunting and brain debugging.
-
J2V8 a Highly Efficient JS Runtime for Java
Ian Bull introduces J2V8 and its API, how it was inspired by SWT, how V8 (C++) was integrated with Java, and some Eclipse tools for developing JavaScript applications on J2V8.
-
Relevance of ClojureScript
Jearvon Dharrie discusses how ClojureScript stacks up against ES6. He demonstrates code examples in JavaScript and ClojureScript.