Videos in category Conferences


RubyConf 2007: Controlling Electronics with Ruby

RubyConf 2007: Controlling Electronics with Ruby

Posted in Conferences, Development

The Ruby community is full of people pushing the limits of technology. Projects like RAGI and Adhearsion enable Rubyists to control their phones; JRuby and Rubinius are exploring new ways of executing Ruby code; and of course Rails started a revolution in web development. I’m going to talk about another class of envelope pushers: the hardware hacking Rubyists. Hardware hacking (or, more s...

Tags: Conferences, Ruby, Hardware, DSL, JRuby, Rubinius, MIDI, Confreaks, RubyConf 2007



RubyConf 2007: Hurting Code for Fun and Profit

RubyConf 2007: Hurting Code for Fun and Profit

Posted in Conferences, Development

This talk was awesome. It reminds me of a talk Dave Donaldson might give if he got a little buzzed and used Ruby. The idea of the talk was that you either need to love the code you are working on and nurture and grow it. Or you need to hate the code you are working on and punish it. Punish it by refactoring, ripping out complexity and simplifying the code, adding tests, deleting crap code, etc....

Tags: Conferences, Ruby, Unit Testing, Confreaks, RubyConf 2007


RubyConf 2007: Ropes: An Alternative to Ruby's Strings

RubyConf 2007: Ropes: An Alternative to Ruby's Strings

Posted in Conferences, Development

There are a number of somewhat disparate goals for this talk: Provide a basic understanding of the Rope data structure to those who'd not seen it before. Show how some of the nice elements of Ruby made some implementation details trivial. Emphasize the benefit to the Ruby community of having a large number of “drop-in” data structures available. Remind Rubyists that data structures ...

Tags: Conferences, Ruby, Confreaks, RubyConf 2007, Ropes, data structures


RubyConf 2007: High Art on Top of Low-Level APIs: Building Games with Ruby

RubyConf 2007: High Art on Top of Low-Level APIs: Building Games with Ruby

Posted in Conferences, Development

There's been a lot of discussion lately about putting Ruby to work in a corporate setting. This talk is about Ruby at play; I will evaluate Ruby's potential as a platform for game programming. In addition to looking at a variety of frameworks for integrating graphics (2D and 3D), we'll analyze the architecture of Ruby-based game servers. If you're not into gaming, there will still be plenty of ...

Tags: Conferences, Ruby, 3D, C and C++, Confreaks, RubyConf 2007, 2D, Game Programming


Scrum Boosts Effectiveness at the BBC

Scrum Boosts Effectiveness at the BBC

Posted in Project Management, Conferences

Summary In this conference talk Andrew Scotland tells how BBC's New Media division, characterized by a lot of uncertainty and emergent software process, decided to use Scrum to more effectively deliver software amidst all that change and uncertainty. Three years later - the difference is significant, and the journey was worthwhile. Bio Andrew Scotland is Head of Development within the BBC's New...

Tags: Business, Practices, Scrum, Conferences, Agile, InfoQ, JAOO Conference



Distributed Caching Essential Lessons

Distributed Caching Essential Lessons

Posted in Conferences, Development, Databases

Summary In this presentation, recorded at Javapolis, Cameron Purdy shows how to improve application performance & scalability via caching architectures to reduce load on the database tier and & clustered caching to provide transparent fail-over by reliably sharing live data among clustered JVMs. Bio Cameron Purdy is the founder and president of Tangosol, Inc, a market leader in deliveri...

Tags: Conferences, Java, High Performance, Scalability, caching, InfoQ, Data Access, JVM, Clustering, JavaPolis, Coherence, ...


Introduction to Windows Presentation Foundation (aka Avalon)

Introduction to Windows Presentation Foundation (aka Avalon)

Posted in Conferences, Frameworks, Development

Summary Billy Hollis provides a virtual walkthrough of Microsoft's rich client user interface framework formerly codenamed Avalon and now known as Windows Presentation Foundation. Billy begins with the WPF application model and XAML language then discusses controls and containers in depth.Billy finishes with a discussion of when and where to use WPF while pointing out best practices throughout....

Tags: Conferences, Frameworks, Technologies, WPF, XAML, .NET Framework, InfoQ


The Principles of Agile Design

The Principles of Agile Design

Posted in Conferences, Graphics, Project Management

Summary Bob Martin of Object Mentor presents the first of his five principles of agile design. Beginning with an explanation of the real purpose of object-oriented design - the management of dependencies - Bob walks through a code example to illustrate how dependencies can be managed with abstractions, and that good designs are those in which high-level abstractions do not depend on low-level d...

Tags: Practices, Conferences, Design Patterns, Design, Agile, refactoring, InfoQ, Modeling, Presentations, OOP, Agile2006, ...


SOA Masterclass: Definitions & Patterns

SOA Masterclass: Definitions & Patterns

Posted in Conferences

Summary Video of SOA Foundations course captured at webMethods SOA Master Class in San Francisco. Speaker Miko Matsumura covers foundational definitions and patterns for SOA. Bio Miko Matsumura is VP of SOA Product Marketing at webMethods and blogs at SOAcenter.com. Prior to the acquisition of Infravio, Inc. by webMethods, Miko served as VP technology standards at Infravio. Miko was Chief Java ...

Tags: Conferences, Technologies, Design Patterns, InfoQ, SOA, Governance, policy, webMethods, SOA Adoption


Rob Windsor on WCF with REST, JSON and RSS

Rob Windsor on WCF with REST, JSON and RSS

Posted in Conferences, Frameworks, Web Technologies, Development

Summary WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Rob Windsor covers URI templates, the importance of HTTP GET in the programmable web, how to expose service operations via HTTP GET, how to control the format of data exposed by service operations, and finally how to use the WebOperationContext to access the specifics of HTTP. Bio Rob...

Tags: Conferences, Frameworks, Technologies, RSS, SOAP, WCF, JSON, REST, .NET Framework, Web Services, HTTP, ...