Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>ruby</span>

Immutable Ruby

Most Ruby code makes heavy use of mutable state, which often contributes to long term maintenance problems. Mutability can lead to code that’s difficult to understand, libraries and applications that aren’t thread-safe, and tests that are slow and brittle.

Asynchronous Application Development with Vert.x

Vert.x is an event driven application framework that runs on the JVM, a run-time with real concurrency and unrivalled performance. Vert.x then exposes the API in Ruby, Java, Groovy and JavaScript, with more language implementations to come. This talk is an introduction to the vert.x architecture, programming model, typical patterns …