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

  • High Performance PHP with Static Typing

    PHP+QB is an alternate virtual machine for PHP that claims to offers an order of magnitude improvement in performance. The downside is that it requires everything to be statically typed, arrays have severe limitations put on them, and objects are not supported.

  • A Portable HTTP Client for .NET

    Until recently, one of the problems with sharing code across .NET, Silverlight, Windows Phone, and Windows Store is the inability to make HTTP requests. Each framework supports one or more HTTP clients, but they are incompatible each other at an API level. The Portable HTTP Client package adds an adapter to paper over these differences.

  • Documentation Guide for Teams Doing Domain-Driven Design

    The first thing a team should do on a new software project is drawing a context map to help them understand the context, the core domain and what other contexts they may need to interact with to get a shared understanding of the domain between everyone involved, Paul Rayner explains when sharing his experiences what kind of documentation teams doing Domain-Driven Design, DDD, should produce.

  • PostSharp Has Just Gotten Much Easier

    PostSharp 3.0 brings with it deep integration with Visual Studio and NuGet. With a couple of mouse clicks PostSharp can apply aspects to a method in a clean project. All of the required packages for the aspect are automatically downloaded.

  • What Are The Drawbacks Of REST?

    A recent posting on a REST Architects list has prompted Ganesh Prasad to outline some problems that he sees with REST (over HTTP) in terms of more dynamic peer-to-peer environments and how they could be addressed. He suggests some lessons could be learned from Web Services and mentions an Internet Draft specification which he has been working on.

  • Debate: Do We Need a Universal Web Bytecode?

    Is a universal web bytecode worth the trouble creating it? Is LLVM the solution? Which is better at running native code in the browser: Mozilla asm.js or Google PNaCl? This article contains opinions expressed on the web on these issues.

  • Netflix: Dystopia as a Service

    A keynote presentation by Adrian Cockroft, Cloud Architect at Netflix, describes the Netflix "Cloud Native" architecture and the trade-off between the Utopia of perfection versus the new engineering challenge of building highly agile and highly available services from ephemeral and often broken components.

  • Spring adds HATEOAS Support to REST Based Web Services

    The Spring Framework is currently in progress of adding HATEOAS, Hypermedia As The Engine Of Application State, support to REST web services. Primary focus for the library is to provide an API for simplifying the creation of hypermedia links and assembling of REST resource representations.

  • Concurrent Releases Pattern, a Machine Learning DSL for Hadoop

    Concurrent, Inc., the enterprise Big Data application platform company, today announced Pattern, a machine learning based on an industry standard called PMML which allows analytics frameworks such as SAS, R, Microstrategy, Oracle, etc., to export predictive models and run them on Hadoop clusters

  • High-Volume / Scalable Architectures with vert.x - interview with Eberhard Wolff

    Last year, vert.x was introduced - a runtime similar to Node.js but realized within the Java virtual machine. In contrast to Node.js, vert.x follows a true polyglot approach and allows developers to build their systems with JavaScript, Groovy, Java, and other languages.

  • PNaCl: Google Adds More Native Support to Chrome via LLVM

    Google broadens support for native applications in Chrome by enabling it to run LLVM bitcode.

  • Azul Systems release Zing Platform Edition for WebSphere Application Server

    Azul Systems, Inc. announced the launch of Zing Platform Edition with WebSphere. Zing PE integrates IBM WebSphere Applications Server (WAS) with an enhanced version of its Zing Java Virtual Machine.

  • Google Unleashes Their Public IaaS Cloud, Adds NoSQL Database

    Google has opened the doors to its hotly anticipated Google Compute Engine and is now firmly engaged in the Infrastructure-as-a-Service (IaaS) battle with the likes of Amazon and Microsoft. This week’s Google I/O conference also introduced a new fully managed NoSQL database and the addition of PHP to the Google App Engine Platform-as-a-Service (PaaS).

  • The Gospel of MBaaS- According to Anypresence Co-Founder (Part 2 of 2)

    Part 2 of Infoq’s exclusive virtual interview with Anypresence cofounder Richard Mendis. The CMO weighs in on Facebook’s acquisition of competitor Parse and provides intel on the pricing structure of Anypresence.

  • MuleSoft's New API Platform: An Interview with Ross Mason

    MuleSoft recently announced their Anypoint Platform supporting the development, deployment and integration of cloud and on-premise services. InfoQ caught up with MuleSoft CTO Ross Mason during his global Mule Summit tour to talk about the new platform. Ross founded the open-source Mule project.

BT