InfoQ Homepage Development Content on InfoQ
-
Characteristics of Microservices, Applications and Systems
The assumption that a large system must have a single environment, often with a one-to-one mapping between a project’s scope and the system built are challenged today Stefan Tilkov explains when looking into ways to split a large system into smaller parts and comparing the characteristics of systems, applications and microservices.
-
Mirantis Partners with Google to Integrate Kubernetes and OpenStack
OpenStack specialists Mirantis have announced a joint project with Google to integrate the Kubernetes container management system with the OpenStack project, which will allow Docker containers to be deployed at scale on infrastructure managed by OpenStack.
-
ThoughtWorks Announces Improved Mingle Build Times
Mingle continuous integration now takes 40 minutes to complete one build.Sudhindra Rao, Software Consultant at ThoughtWorks shares the achievement.
-
Google Releases gRPC, a HTTP/2 RPC Framework for Microservices
Google has opened sourced gRPC, a RPC framework used internally to connect cloud microservices. gRPC comes with support for 10 languages, making it attractive for creating back-end cloud services for mobile applications.
-
jQuery Plugin Registry Future Unclear
The jQuery Plugin Registry is now in read-only mode and developers are encouraged to move their plugins over to npm. What comes next is less clear as a partnership with Famo.us has yet to fully develop. The end result is that stale, old plugins with no support will be eliminated.
-
Visual Studio 2015 CTP6 Released
The latest preview of Visual Studio 2015 attempts to fix some bugs introduced in CTP5 while introducing several new features across all areas of the application. Most developers will see changes that affect their daily usage.
-
How to Make Sure an App Works with Android for Work
Google has announced Android for Work, a program making it possible for users to take their Android devices and use in an enterprise environment.
-
Google Open Sources MapReduce Framework for C to Run Native Code in Hadoop
Google announced last week the release of open source MapReduce framework for C, called MR4C, that allows developers to run native code in Hadoop framework. MR4C framework brings together the performance and flexibility of natively developed algorithms with the scalability and throughput provided by Hadoop execution framework.
-
The Hack Language Gets an Official Specification
The Hack language has now got an official specification. According to the HHVM team, the Hack specification, albeit in its initial stage, fills a gap in the documentation available for the Hack language.
-
Spring Forward Festival Celebrates Women in the Digital Industry
Spring Forward is a festival in Brighton in the UK that coincides with Women’s History Month and aims to celebrate and encourage women’s work in the digital sector.
-
Pointer Events Reaches W3C Final Stage, “Recommendation”
The World Wide Web Consortium (W3C) has published the Pointer Events standard as a recommendation for wide adoption, but its future is in doubt as Apple and Google are refusing to implement it.
-
Behaviour-Driven Development Combined with Domain-Driven Design
Behaviour-Driven Development (BDD) is very much about conversations and examples but there is a software design part that can be used to bring BDD and Domain-Driven Design (DDD) practices together, combining the conversional bits with a domain-focused design activity, Konstantin Kudryashov explains in a presentation.
-
HTTP/2 Specifications Approved for Publication
HTTP/2 specifications have been approved for publication, according to the IETF. 15 years after the launch of HTTP/1.1, IETF have gone through over 200 design issues, 17 drafts, and 30 implementations to get the specification approved to be published as standards-track RFCs.
-
Silver Brings Apple's Swift Language to .NET and Android
RemObjects Silver is a “free implementation of Apple’s Swift programming language” aimed at making it possible to natively compile Swift code on the .NET, Java, and Android platforms in addition to Cocoa and Cocoa Touch. InfoQ has spoken with marc hoffman (sic), chief architect at RemObjects.
-
Facebook Stetho: Debugging Any Android App with Chrome DevTools
Facebook has open sourced Stetho, an Android debugging bridge enabling developers to debug their apps using Chrome DevTools.