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

  • .NET Actor Model Implementations Differ in Approach

    Last week Vaughn Vernon published Dotsero, a .NET actor model toolkit that follows the Akka API and earlier this year a preview of the Orleans framework based on the Actor model was released by Microsoft Research. In a recent twitter discussion Vaughn and Sergey Bykov, lead of the Orleans project at Microsoft Research, discussed the different approaches taken in Orleans and Dotsero.

  • Google Released LiquidFun 1.1, Open-source 2D Physics Engine

    Google announced 1.1 release of LiquidFun, an open-source 2D physics engine including fluid simulation. The engine opens new possibilities to both game developers and UI designers, says Google. LiquidFun now officially supports iOS in addition to Android, Linux, and OS X.

  • Streams Library Brings Lazy Evaluation and Functional-style to C++14

    Streams is a C++14 library that provides lazy evaluation and functional-style transformations on the data, to ease the use of C++ standard library containers and algorithms. Streams support many common functional operations such as map, filter, and reduce. InfoQ interviews Streams' author.

  • Success Factors for Agile Delivery in the Federal Government

    The Guide to Critical Success Factors in Agile Delivery discusses the values, benefits and challenges of agile and proposes critical success factors for implementing an agile delivery in the federal government. InfoQ interviewed Paul Gorans about implementing agile practices, how agile impacts acquisition and procurement, scaling agile communication and the usage of reviews in agile.

  • Cloudera Acquires Big Data Encryption Startup Gazzang

    Hadoop distributor Cloudera pursued its strategy of securing the Hadoop ecosystem by acquiring last month the big data encryption and key management startup Gazzang. The deal will strengthen Cloudera's security offering and lead to the creation of a center of excellence for Hadoop security that will initially be fueled by Gazzang’s engineering team.

  • DBAccess: a Thread-safe, Efficient Alternative to Core Data

    DBAccess is a new ORM for iOS that promises to improve on Apple's Core Data by providing thread-safety and high performance. InfoQ has interviewed its author.

  • OSGi Release 6 Specifications add Data Transfer Objects and Versioning Annotations

    At last month's OSGi DevCon in New York, the OSGi Alliance released OSGi Core Release 6. This adds a standard for representing Data Transfer Objects and a way of annotating interfaces indicating whether they are supposed to be implemented or used by clients. In addition, an osgi.native namespace and extension bundle activators have been added; read on to find out more.

  • Android to Include Ahead-Of-Time Compiler

    Google announced the next version of the Android operating system at Google I/O 2014. Code named “L release,” in the most significant change to the system architecture a new runtime simply called the Android RunTime (ART) with an AOT compiler replaces the Dalvik virtual machine and its JIT compiler.

  • App Extensions for iOS 8 in Depth

    Apple recently announced app extensions for iOS 8, which allow developers to extend functionality and content beyond the boundaries of a single app. Learn what iOS 8 app extensions are and how they work.

  • ThoughtWorks Radar July 2014: Trends in JavaScript, Microservices, Conway’s Law and Decentralization

    ThoughtWorks has recently published their Technology Radar July 2014 (PDF) noticing important trends in the JavaScript ecosystem, microservices, Conway’s Lay and infrastructure decentralization.

  • Visualize.js - JavaScript Visualization Library for JasperReports

    TIBCO has recently released Visualize.js, a JavaScript framework for embedding reports, visualizations and analytics, as part of TIBCO Jaspersoft 5.6. Visualize.js is a JavaScript API framework used to embed interactive HTML5 JasperReport Server reports & visualizations, bundled with Jaspersoft BI Enterprise and Professional, and as an add-on to Jaspersoft BI Express.

  • DidFail: a Free Android Tool to Detect Information Leakage

    CERT Secure Coding team have recently released a freely available tool capable of analysing the leakage of sensitive information from an Android app. CERT researchers claim their tool "is the most precise taint-flow static analysis tool for Android apps."

  • Docker Gets Ignore, Auto-Pauses Containers On Commit

    Docker 1.1.0 was recently released, within a month of the 1.0 release, with several features such as .dockerignore, pausing of containers when a commit is made to them, tailing logs and several other improvements.

  • Patterns for Building and Deploying Microservices

    Managing micro-services means looking after lots of small systems talking to each other and automated provisioning as well as infrastructure automation is crucial, James Lewis states when sharing techniques and practices that have helped him manage the increased operational complexity a microservice architecture gives.

  • BipIO Goes Beta - An Interview With Michael Pearson

    BipIO is a light-weight open source IPaaS which lets you visually interconnect various cloud services as micro-apps or personal workflows. After running as a private beta, BipIO recently opened up to the public. We spoke with Michael Pearson, Founder and Technical Lead for BipIO about the platform and his experience developing it using NodeJS and lots of public APIs.

BT