InfoQ Homepage Programming Content on InfoQ
-
JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM
Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.
-
Testing is Overrated
In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?
-
VM Optimizations for Language Designers
John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.
-
Services & Workflows: SOAP and REST with WCF and WWF
Christian Weyer explains how to create distributed systems using SOAP or REST on top of Windows Communication Foundation (WCF) or Windows Workflow Foundation (WWF).
-
Ian Flint Explains Yahoo! Communities Architectures
Ian Flint tries to explain the infrastructure and architecture employed by Yahoo! to keep going a multitude of servers running of different platforms and offering different services.
-
Mike Taulty on Building Rich Internet Applications
Mike Taulty of Microsoft takes developers from XAML to JavaScript when building Silverlight 2 applications and includes demos in both Expression Studio and Visual Studio 2008.
-
Ruby.rewrite(Ruby)
In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.
-
Fast Bytecodes for Funny Languages
Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.
-
THERE WILL BE PORN: 10 Dangerous Ideas Nobody Should Implement
In this presentation from RubyFringe, Zed Shaw bids farewell to Ruby, with a few project ideas as well as live music and a few songs about the Ruby community.
-
Building your next service with the Atom Publishing Protocol
In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.
-
Clojure
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
-
Principles and Practices of Lean-Agile Software Development
Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.