InfoQ Homepage Dynamic Languages Content on InfoQ
-
Take a Groovy Rest
Guillaume Laforge talks about APIs, how Groovy and Rest services interact, and how to test such APIs with Spock to be “Enterprisey".
-
Groovy with Style!
Guillaume Laforge discusses what "idiomatic" Groovy code should look like, good practices in terms of syntax style, typing preferences and some nice shortcuts to help you be more productive.
-
Better iOS Development with Groovy
Rahul Somasunderam aims at showing how Groovy can make iOS development a pleasure.
-
Using Groovy & Spock to Develop Tests as Assets not Afterthoughts
Brian Westrich shows examples of testing anti-patterns, including redundant testing, white box testing, and using the wrong type of test double. All examples are in Groovy and Spock.
-
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.
-
Becoming an Advanced Groovy Developer
Tom Henricksen covers Design Patterns in Groovy, compilation configuration, mixing Java and Groovy, and calling other languages from Groovy. He shows how to call Scala and Clojure from Groovy.
-
From Source to Bytecode: Deep Dive into the Groovy Compiler
Cédric Champeau explores the Groovy compiler. He discusses parsing, abstract syntax tree, type checking, type inference, bytecode and verifier.
-
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.
-
Booting IoT with Grails
Colin Harrington explores what it means to use a framework such as Grails as a power player on embedded Linux devices for IoT & home automation applications.
-
JavaScript for the C# (and Java) Developer
Phil Japikse introduces JavaScript to the C# developer, outlining some of the language paradigms.