InfoQ Homepage Programming Content on InfoQ
-
Under the Hood: Using Spring in Grails
Burt Beckwith introduces Spring development to Grails developers.
-
The Structure of API Revolutions
Daniel Jacobson shares advice on dealing with evolving APIs based on his experience with Netflix APIs.
-
Numeric Programming in Scala with Spire
Tom Switzer and Erik Osheim introduce Spire, a library for generic numeric programming in Scala, explaining some of its main features and the design decisions behind them.
-
Integrating SQL & NoSQL & NewSQL & Realtime Data Intelligence for the Financial Industry
Charles Cai, Ashwani Roy discuss a robust, cost effective, hypothetical solution to address extreme challenges in financial institutions, from decision making support to pricing and risk management.
-
API Conf Keynote: Steve Klabnik on "Why Open?"
Steve Klabnik discusses the importance of having an open API, believing that those who have it will succeed in the long run, and the others will fail.
-
API Conf Keynote: Jeff Meisel, National Instruments
Jeff Meisel shares insight in National Instruments’ attempt to create an open API for their software spanning 25 years.
-
Go at Google
Rob Pike explains how Google designed Go to address major development issues they encounter while using other languages: long build times, poor dependency management, lack of robustness, etc.
-
Programming by Voice: Becoming a Computer Whisperer
Tavis Rudd demoes writing a small system using several languages and deploying it by issuing voice commands without touching the keyboard.
-
Groovy & Grails for Java Developers
Peter Ledbrook shows how Groovy can be useful for writing scripts, unit tests or builds for Spring projects and how Grails simplifies web application development.
-
Re-imagining the Browser with AngularJS
Miško Hevery demoes using AngularJS to create dynamic web applications using reusable components.
-
Practical Cloud Foundry
Phil Webb offers tips and code samples on how to refactor existing code for the cloud, alternatives to the file system, compiling without the JDK, dealing with gateway timeouts and how to run Tomcat 7
-
Cloud Foundry Architecture
Ramnivas Laddad sketches the architecture of Cloud Foundry, explaining how they manage to do hot swaps without application downtime, including lessons applicable in general distributed environments.