BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Redux: An Architectural Style Inspired by Flux

    Redux uses a unidirectional data flow similar to Flux, but it has a single store which is changed by cloning the original store and applying some functions without side effects. There is no Dispatcher.

  • Erik Meijer’s Hacker’s Way

    At GoTo 2015, Erik Meijer, computer scientist whose name is linked to functional programming and reactive asynchronous programming, recounted the last couple of years in his life, including his cancer diagnosis and how it changed his way of looking at life, and shared his view on the Hacker’s Way.

  • Real-life Agile Scaling - Henrik Kniberg's Opening Keynote at Agile Tour Bangkok

    Henrik Kniberg, author of the InfoQ Minibook “Scrum and XP from the Trenches”, gave the opening keynote at the Agile Tour Bangkok conference on Saturday 21 November in Thailand. His talk was titled “Real-life Agile Scaling”, in which he addressed the key challenges to scaling agile beyond a few teams. He asked why organisations want to scale, and presented some ideas on how to do so.

  • IBM Commits to Advance Apache Spark

    Earlier last month in Las Vegas, at IBM Insight 2015, IBM announced a major commitment to the Apache Spark project. Referring to it as “potentially the most significant open source project of the next decade” tells a lot about how important IBM believes Apache Spark is. With IDC reporting that 80% of cloud applications in the future will be data intensive, Apache Spark can unlock previously...

  • Docker Ready for Deploying Containers to Private and Public Cloud

    Docker Inc. has unveiled Docker Universal Control Plane at DockerCon EU celebrated this month in Barcelona. DUCP is a commercial solution for deploying and managing Dockerized distributed applications in production delivering Containers as a Service (CaaS).

  • IntelliJ IDEA 15 Released

    JetBrains has released IntelliJ IDEA 15, with improved Java 8 lambda debugger support, a better user interface for running tests, enhanced JVM frameworks support (Spring 4.2, Hibernate 5.0, Grails 3.x, and Arquillian), TypeScript 1.6 and TSLint integration, and initial support for Angular 2.

  • Docker Boosts Security on Containers

    Docker Inc. has announced a new set of security enhancements at DockerCon EU, celebrated in Barcelona on 16-17th/Nov. These enhancements includes hardware signing of container images, content auditing through image scanning and vulnerability detection and granular access control policies with user namespaces.

  • Apigee Technologists Explain API Trends, Products, and Standards

    Following the “I love API” conference in San Jose, InfoQ had a chance to speak with Ed Anuff and Marsh Gardiner from Apigee to explain their view on new developments with Swagger and changes to API use in IoT, healthcare, and mobile. They also discuss open source projects like Swagger Editor, potential changes to how API security is handled, and the unrealized ideal of hypermedia.

  • Structure 2015 - State of the Cloud and Container Ecosystems

    Rising from the ashes of GigaOm the tribal gathering of cloud elders that is Structure has returned, and got off to a strong start with Battery Ventures' Adrian Cockcroft presenting on the State of the Cloud and Container Ecosystems. Cockcroft paid particular attention to the impact of containers, which wasn’t even a major discussion topic at the last Structure conference in 2013.

  • Human Refactoring: Applying Refactoring to Your Life

    Bryan Beecham gave a keynote about Human Refactoring at the Agile Testing Days 2015. InfoQ interviewed him about how Human Refactoring can help us to improve our lives, how it relates to refactoring code, why he considers eating healthy food to be important, how agile teams can benefit from human refactoring, and where people can find more information about self improvement and individual growth.

  • Linux Debugging Comes to Visual Studio

    Visual Studio 2015 continues to expand its reach into non-Windows development scenarios. A new extension enables Visual Studio to be used to debug C++ code being run on Linux-based systems.

  • Release of MBrace 1.0, a Distributed Programming Framework for .NET

    After several years of development, MBrace 1.0 was released last week. MBrace is a programming model for scalable cloud data scripting and programming with F# and C#. The project consists mainly of code libraries and cloud providers runtime.

  • Preview of New Features in Ruby 2.3.0

    Nearly one year after Ruby 2.2.0 release, the first preview of Ruby 2.3.0 has been announced. Ruby 2.3.0 Preview1 introduces new features such as immutable string literals, null coalescing operator, and more.

  • Visual Studio Code Now Extensible and Open Sourced

    Microsoft's multi-platform code editor, Visual Studio Code, now supports extensions and is fully open source. The November release of VS Code has been designated a beta release and includes a number of additional enhancements.

  • JavaOne 2015 Keynotes (Part 2)

    We continue our report of the JavaOne 2015 keynotes, with a glimpse into Brian Goetz' crystal ball on Java 10 and beyond.

BT