InfoQ Homepage Architecture & Design Content on InfoQ
-
Textual DSLs Made Simple
In this presentation filmed during QCon London 2008, Markus Voelter tried to convince the audience that writing a textual external DSL is fairly straightforward and simple.
-
Kent Beck: Trends in Agile Development
Kent Beck shows the synergies between business and Agile development. The reason Agile is becoming more popular every day is because it responds to the business needs as they evolve.
-
Conceptual Algorithms
In this talk from RubyFringe, GitHub's Tom Preston-Werner talks about a methodical approach to solving problems and debugging, and the "Deathbed Filter".
-
BayAPLN Agile Expert Panel
InfoQ and BayAPLN organized a panel comprised of the following Agile experts which answered questions from the audience: David Chilcott, Polyanna Pixton, David Hussman, Sue Mckinney, Pat Reed.
-
WS-* vs. REST: Mashing up the Truth from Facts, Myths and Lies
In this presentation, recorded at QCon, WSO2's CEO and WSDL co-inventor Sanjiva Weerawarana tries to address some of the truths, myths and lies surrounding the REST-vs.-WS-* debate.
-
Jazzers and Programmers
In this presentation from RubyFringe, Nick Sieger explains the history and nature of Jazz music and what it has in common with Programming.
-
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?
-
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).
-
Second Life’s Architecture
Ian Wilkes describes the architecture used by the popular game named Second Life at its debut and how it evolved over years as users and features have been added.
-
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.
-
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.