InfoQ Homepage Programming Content on InfoQ
-
Applying Agile to Ruby
We discuss how to keep productivity while reducing the risk that chaos often brings, we examine key agile practices that when applied to Ruby retain productivity, improve the quality of the code
-
System Integration Testing Using Spring
Spring co-founder Rod Johnson on integration testing with Spring and support Spring provides for it, testing the persistence layer, testing web apps.
-
Cluster Your JVM to SIMPLIFY application architecture
Ari Zilka introduces Open Terracotta, an open source JVM-level clustering solution that can transparently cluster POJOs & Spring beans.
-
Component Based Architectures
Mark Miller introduces Component Based Architecture theory using real examples and whiteboard. Learn how a small team can become a competitive advantage using a component based architecture.
-
Agile Styles: Lean and DSDM
The video reveals some of the groundwork that brought us to today's acceptance of Agile, and presents the basics of two well-known approaches to Agile software delivery: DSDM & Lean.
-
The Beauty of Ruby
Glenn Vanderburg demonstrates some of the subtle beauty about Ruby that experienced Rubyists know and love. Some of the best things about Ruby aren't obvious to newcomers.
-
CLR Garbage Collector
Justin Smith presents the internals of the .NET Garbage Collector. Learn about heap allocations, the GC Algorithms, Multiprocessor considerations, and the IDisposable pattern.
-
Code Organization Guidelines for Large Code Bases
Juergen Hoeller shares guidelines for managing large codebases such as packaging and package interdependencies, layering and module decomposition, and evolving a large code base.
-
Agile DSL Development in Ruby
The presentation shows how to involve on-site customers in the evolution of their DSL syntax and how it leads to higher-quality, more correct software.
-
Building Real World Apps with Atlas
Wally McClure introduces ASP.NET AJAX, a development technology from Microsoft which integrates cross-browser client script libraries with the ASP.NET 2.0 development framework.
-
Rod Johnson: Are we there yet?
Rod Johnson discusses some of the challenges that still faces enterprise Java development, and the technical innovations needed to address them.
-
NET Windows Forms Tips and Tricks
Ken Getz demonstrates advanced Winforms techniques such as owner-drawn controls, exposing protected info & new control behaviour using inheritance, thread synchronization with Winforms, and much more.