BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Architecture & Design Content on InfoQ

  • Couchbase to Replace its Storage Engine with Homegrown ForestDB

    Couchbase is expected to replace its Database engine with a homegrown engine based on B+-Trees called ForestDB. The replacement is expected to result in significant performance gains and better transactional support.

  • LinkedIn and Twitter Contribute Machine Learning Libraries to Open Source

    Twitter’s engineering group, known for various contributions to open source from streaming MapReduce to front-end framework Bootstrap recently announced open sourcing an algorithm that can efficiently recommend content. LinkedIn also open sourced a Machine Learning library of its own, ml-ease. In this article we present the algorithms and what they mean for the open source community.

  • How Immutable State Helped Facebook to Improve Its iOS App Architecture

    Facebook has been working in the last two years to evolve the architecture of its iOS app with the goal of improving performance, abstractions, and the underlying development model. Adam Ernst and Arl Grant, software engineers at Facebook, explained what issues they had to solve and how they did in a @Scale 2014 talk.

  • An Introduction to Actor Model, with Examples in Akka

    For developers who have experienced the problems with creating and managing multithreaded applications and are looking for a higher level of abstraction, Arun Manivannan has written a series of, so far, six blog posts explaining the principles of Actor model using an picture-rich visualization and some simple Akka examples.

  • Apiary Announces Apiary for Enterprise

    Apiary, the company behind API Blueprints has announced a new offering, Apiary for Enterprise, that promotes API design best practices through tooling that validates API designs against defined API style guide standards and best practices. InfoQ caught up with Apiary to shed more light on this new offering.

  • W3C's Latest HTML5 Standard Ignores WHATWG

    W3C published a new version of the HTML5 Differences from HTML4 working draft. The latest version describes the differences of W3C HTML5 and HTML4, and a comparison between WHATWG HTML and HTML4 is no longer covered.

  • Catching up with Neo4j

    Neo4j, the open source graph database project has doubled its contributor community in the past six months, which has enabled significant improvements in the product. InfoQ caught up with Emil Efrem after his keynote titled "Graph All the Things" to understand the current and planned features for the open source version of Neo4j.

  • Apache Camel 2.14: Java 8, Spring 4, REST DSL and Metrics

    The Apache Camel team recently released version 2.14, their 66th release. Camel is an open-source integration framework that provides components based on the popular enterprise integration patterns. It allows an application to define route and mediation rules in many domain-specific languages (DSLs), for example with Java, XML, Groovy and Scala.

  • Fear Driven Development on the Rise

    There are several recent posts and discussions dedicated to a fairly common approach to software development: Fear Driven Development.

  • Facebook AsyncDisplayKit Touts Smooth Asynchronous UI for iOS Apps

    Facebook has open-sourced its AsyncDisplayKit, a framework originally built for Facebook's Paper app that promises to make it easier to keep apps smooth and responsive even on older devices.

  • Mixing Agile with Waterfall for Code Quality

    The 2014 CAST Research on Application Software Health (CRASH) report states that enterprise software built using a mixture of agile and waterfall methods will result in more robust and secure applications than those built using either agile or waterfall methods alone. InfoQ interviewed Bill Curtis about structural quality factors, and mixing agile and waterfall methods.

  • Leslie Lamport on Distributed Systems and Precise Thinking

    Leslie Lamport is the author of some of the most cited computer science papers and won a Turing Award in 2013 for his seminal work in distributed and concurrent systems. This is a summary of an interview that Lamport gave to Software Engineering Radio touching themes such as his early work in distributed systems and the importance of precise thinking in programming.

  • Windows Embraces Docker

    Docker Inc. and Microsoft announced today a partnership to provide Docker support on the next Windows Server release. This means enabling Windows based containers with a new Docker Engine for Windows Server, extending Docker's open orchestration APIs to the Microsoft ecosystem and providing multi-platform applications support, running both on Linux and Windows Docker containers.

  • Second GOTO Berlin Conference Due Early November

    The second GOTO conference in Berlin is due early November, with two days of conference on November 6-7, preceded by one day of training. The program is titled "for developers, by developers" with emphasis placed on presenting the latest developments as they become relevant and interesting for the software development community.

  • Amazon Boosts JSON Support in DynamoDB NoSQL Database

    Last week, the Amazon Web Services team made changes to their DynamoDB NoSQL database service that improve JSON support, improve scalability, and expand the free usage tier. Developers can now use AWS SDKs to store, index, query, and update large JSON documents while consuming up to 25GB of free storage.

BT