InfoQ Homepage Development Content on InfoQ
-
OSGi for Application Developers
Neil Bartlett presents OSGi to Java developers: an introduction to OSGi, infrastructure projects using OSGi, the partial failure of OOP, the benefits of using COP, plus a demo.
-
Flying Robots
In this talk from FutureRuby, Damen and Ron Evans' flying_robot project controls an Unmanned Aerial Vehicles (UAV, a blimp in this case) with Ruby and Arduino.
-
Introduction to the Azure Service Platform
Beat Schwegler talks about writing Windows Azure services using .NET and SQL Services. He also explains how to create or enhance existing applications in order to make use of the Azure platform.
-
Hypertable - An Open Source, High Performance, Scalable Database
This presentation discusses Hypertable, an open source, high performance, distributed database modeled after Google's Bigtable. Doug offers a comprehensive discussion of all aspects of Hypertable.
-
Spring and Java EE 6
Jürgen Höller presents some of the new features coming in Java EE 6 and how their relate to Spring: Profiles, Servlet 3.0, JSR-236 Concurrency, JSF 2.0, JPA 2.0, JSR-303, JAX-RS, EJB 3.1, JSR-299.
-
Harnessing the Cloud
Mr. West provides a detailed view of cloud computing and how it can be harnessed for benefit. Issues covered include: agile economies, mobile knowledge workers, the cloud, and global organizations
-
Version Control: Blood, Brain & Bones
Usain Bolt revealed his nutrition sources: KFC, McDonald's & Chinese Food. If the world's fastest man doesn't eat healthy food, why should programmers? Because programmers know about Version Control!
-
Building Native Mobile Apps in Rhodes
In this talk from FutureRuby Adam Blum shows Rhodes, an open source Ruby-based framework for building locally executing apps with access to device features for all major smartphone devices.
-
Crimes Against Humanity, Writ Small
The Milgram experiments revealed a number of exploitable weaknesses in human psychology. Matt Knox talks about those weaknesses, their exploitation, consequences, and aftermath.
-
Creating DSLs in Java
Venkat Subramaniam explains what DSLs are good for, then he demos the creation of a DSL in Java, starting with a grammar and a parser, with an emphasis on useful patterns to be used along the way.
-
Programming Life
Austin Che discusses DNA and reprogramming life to create a myriad of novel biological systems. Modularity, abstraction and standardization allow non-biologists design and build biological systems.
-
Domain Specific Languages in Erlang
This presentation looks at several features of Erlang that make it particularly useful as a platform for creating DSL's. Those features include: message passing and dynamic code loading.