InfoQ Homepage Strange Loop Content on InfoQ
-
Enterprise NoSQL: Silver Bullet or Poison Pill?
Billy Newport explains the fundamental differences between SQL and NoSQL, creating awareness that NoSQL is not suited for many cases, and people should make informed decisions before buying into it.
-
How to Think about Parallel Programming: Not!
Guy L. Steele Jr. believes that programmers should not think about parallelism, but languages should provide ways to transparently run tasks in parallel by supporting independence-based constructs.
-
NoSQL at Twitter
Kevin Weil presents how Twitter does data analysis using Scribe for logging, base analysis with Pig/Hadoop, and specialized data analysis with HBase, Cassandra, and FlockDB.
-
HyperGraphDB - Data Management for Complex Systems
Borislav Iordanov presents the architecture of HyperGraphDB, a special type of store based on hypergraphs – graphs with edges pointing to an arbitrary number of nodes and to other edges.
-
The Evolution of the Flickr Architecture
Mikhail Panchenko discusses how Flickr’s code base developed over the years and the scalability problems that started to appear, presenting the the improvements and pros/cons of technologies used.
-
Adopting Apache Cassandra
Eben Hewitt introduces the Apache Cassandra project to those interested in getting a quick clear picture of what Cassandra is, what are its main features, what is the the data model used and the API.
-
Panel: The Future of Programming Languages
Guy Steele, Douglas Crockford, Josh Bloch, Alex Payne, Bruce Tate, and Ted Neward (moderator) hold a discussion on the future of programming taking questions from the audience.
-
Tomorrow’s Tech Today: HTML5
Scott Davis reviews some of the most important HTML5 features: semantic elements (header, footer, nav, section, and article), form enhancements, video and mobile support, already in use today.
-
Hidden Web Services: Microformats and the Semantic Web
Scott Davis makes a case for semantic data, pointing out that it is currently used by major websites to improve their traffic, presenting 2 ways to add metadata to a document: RDFa and microformats.
-
Clojure's Solutions to the Expression Problem
Chris Houser presents the expression problem showing how to solve it using multimethods and protocols in Clojure, mentioning pros and cons of each method.
-
Making Your Open Source Project More Like Rails
Yehuda Katz presents the evolution of the Ruby on Rails project, the challenges it had to overcome and what are the lessons that could be helpful in making other open source projects successful.
-
Machine Learning: A Love Story
Hilary Mason presents the history of machine learning covering the most significant developments in the area, and showing how bit.ly uses it to discover various statistical information about users.