BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • A Developer’s View on Microsoft Edge

    Microsoft Edge started as a IE fork but later departed considerably from it in an attempt to break with the past and legacy Internet technologies, removing 200K LoC but adding other 300K. Microsoft says they want “better interoperability with other modern browsers, improved performance, security & reliability, and reduced code complexity.”

  • Docker Security Benchmark

    Docker Inc have worked with the Center for Internet Security (CIS) to produce a benchmark document containing numerous recommendations for the security of Docker deployments. The benchmark was announced in a blog post ‘Understanding Docker Security and Best Practices’ by Diogo Mónica who was recently hired along with Nathan McCauley to lead the Docker Security team.

  • Python 3.5 will Support Async/Await Asynchronous Programming

    Python 3.5 will add support for coroutines with async and await syntax, according to Python Enhancement Proposal (PEP) #0492. The proposal aims at making coroutines a native Python language feature and to "establish a common, easily approachable, mental model of asynchronous programming."

  • Vorlon.js Released, Aims to Help Developers Remotely Test and Debug JavaScript Code

    Microsoft has released Vorlon.js, a remote debugging tool for JavaScript. Announcing the tool in a MSDN blog post, creator David Catuhe described Vorlon.js as "a small web server you can run from your local machine, or install on a server for your team to access, that serves the Vorlon.js dashboard and communicates with the remote devices."

  • Platypi JavaScript Platform Launches

    The Platypi JavaScript Platform recently launched and offers developers a suite of tools including a MVC framework built in TypeScript as well as a UI library and a command line tool. The platform uses Apache Cordova for cross device compatibility.

  • Glenn Tamkin on Applying Apache Hadoop to NASA's Big Climate Data

    NASA Center for Climate Simulation (NCCS) is using Apache Hadoop for high-performance data analytics. Glenn Tamkin from NASA team, recently spoke at ApacheCon Conference and shared the details of the platform they built for climate data analysis with Hadoop.

  • Systemd Debuts in New Debian 8 “Jessie”

    The Debian project has announced the new stable version of its operating system, codenamed “Jessie.” The new OS marks the shift to systemd, which replaces the previously used SystemV, and many more improvements.

  • Mono 4.0 Released with C# 6

    Mono 4.0 was officially released this month. This marks the first version that contains open source code from Microsoft’s CoreCLR project. It also defaults to C# 6, meaning that once again Mono has an RTM version of a new C# compiler before Microsoft.

  • Apple Opens Up Engagement Metrics with App Analytics Beta

    Apple has opened up its new App Analytics service for beta testing. The service was initially mentioned at last WWDC and aims to provide a way to learn how customers “discover and engage with your apps.”

  • C# Futures: Immutable Variables

    In C#, the readonly keyword can only be used at the field level. Under proposal 115, Readonly for Locals and Parameters, this would be extended to cover a many more scenarios.

  • Java 7 Reaches End of Life

    Oracle has ceased public availability of security fixes and upgrades for Java 7, urging users to migrate to Java 8 or to purchase commercial long-term support for Java 7.

  • Adatao Launches Full Stack Data Intelligence Platform

    Adatao recently announced the general availability of its Data Intelligence platform. Its platform aims to make data analysis and predictive analytics available to everyone in large organizations. Adatao had secured an investment of $13 million last year from a group of investors including Bloomberg Beta, Lightspeed Venture Partners and Andreessen Horowitz.

  • Microsoft Goes Universal with Astoria, Islandwood, Centennial and Westminster

    In an attempt to bring Android, iOS, classic Windows and web applications on a single platform and make them available through the Windows Store, Microsoft has launched four projects, also knows as Universal Windows Platform Bridges, namely: Astoria, Islandwood, Centennial, and Westminster.

  • Agile Architecture: Reversibility, Communication and Collaboration

    At the inaugural O’Reilly Software Architecture conference, Molly Dishman and Martin Fowler discussed the role of architecture within agile software development. Key takeaways included; architects must remain ‘hands on’; architecture should focus on reducing irreversibility; adaptable documentation is essential; and architecture is a collaborative effort across the business and technical team.

  • Running .NET on Linux and Mac OS X

    The .NET Core runtime has realized the vision of being truly cross-platform with its arrival on Linux and Mac OS X. Last week at Microsoft Build, Microsoft Program Manager Habib Heydarian talked about how this benefits developers and where they can start to explore the new opportunities.

BT