InfoQ Homepage News
-
Deployment in Universal Applications
While the enterprise deployment scenario remains unsatisfactory, deploying Universal Applications through the Windows Store has improved significantly in Windows 10.
-
QCon New York in 4 Weeks: Top Tracks and Sessions; New Mini-Talks (June 8-12, 2015)
QCon New York 2015 will feature over 90 breakout sessions, daily open spaces, and for the first time this year, a series of mini-talks on Microservices, Product Engineering, Machine Learning, and more. The next early discount to save $300 ends May 16th. Here are the most popular tracks, sessions, and tutorials at the upcoming QCon NY according to page view traffic on qconnewyork.com.
-
Scaling Dilemmas and How to Deal with Them
Making teams working together can be challenging, but it is often needed to develop and deliver large complex products. In her opening keynote about scaling dilemma's at the Agile Adria 2015 conference Mary Poppendieck presented ideas for organizations that want to scale agile.
-
Azure Gains New Networking Capabilities
At Ignite Microsoft announced new networking capabilities for Azure described as being ‘for a consistent, connected and hybrid cloud’. The new capabilities include improvements to ExpressRoute, Azure’s Internet bypass offering, availability of ExpressRoute for SaaS such as Office 365 and Skype for Business, additional VPN capabilities and enhancement of virtual networks in Azure’s IaaS.
-
Automating the Modern Datacenter with Terraform and Consul
At CraftConf 2015, Mitchell Hashimoto argued that current provisioning and configuration tooling is not adequate for orchestrating the ‘modern datacenter’. The modern datacenter is agile and elastic, and ‘services’ may be spread across potentially disparate vendor platforms. Hashimoto introduced Terraform and Consul, which may be used to provide automation in these challenging environments
-
Slick 3: Reactive Streams for Asynchronous Database Access in Scala
Slick, Typesafe's database query and access library for Scala, now supports the Reactive Streams API in the just released version 3.0. This enables developers to query their databases asynchronously and non-blocking. InfoQ talked to Slich Tech-Lead Stefan Zeiger to learn more about the new features and what they've planned for the future.
-
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.
-
VersionOne Spring Release
VersionOne has released the latest version of its Enterprise Agile Platform. The Spring 2015 release adds features which expand upon the platforms’s capabilities at the portfolio and program level. InfoQ spoke to Lisa Hagin, senior product marketing manager, and Mark Crowe, director product management, about the features in the new release and the future direction of the platform.
-
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.
-
Organizational Transformation to Support Agile Adoption: The BetaCodex Network and Model
The world has changed - therefore we need to transform command-and-control companies for them to adopt a new organizational model, says Niels Pflaeging. The BetaCodex Network that he co-founded applies research and open innovation to increase understanding of a "Beta" model for organizations that is suited to today's markets.
-
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.
-
Advantages of CQRS
Today’s applications are commonly unnecessarily complex or slow because of not using Command Query Responsibility Segregation (CQRS), Gabriel Schenker claims while stating he believes CQRS to be one of the most useful architectural patterns when used in the context of complex Line of Business (LOB) applications.