InfoQ Homepage Development Content on InfoQ
-
F# 4.1 Brings Improvements and Interoperation with C# 7
F# 4.1 brings improvements to the language. It is distributed through the Microsoft tools for F#, which are stated to ship later this year. This version enables support for struct tuples, interoperation with C# 7 and by-ref returns.
-
Docker 1.13 Released with Improved CLI, Compose-File Support for Swarm Mode, and Secrets API
Docker Inc, has released version 1.13 of its open source Docker container engine project. This release includes significant restructuring of the Docker CLI, and the introduction of ‘clean-up’ commands to reclaim disk space. Alongside the launch of Docker 1.13, new releases of the supporting toolchain were also made, including: Docker Compose 1.10, Docker Machine 0.9.0, and Notary 0.4.3.
-
Rust Language Server Available for Early Adopters
The Rust Language Server (RLS) aims to make it easier to build tools providing features such as code auto-complete, goto definition, reformatting, etc. RLS alpha is now available for early adopters to try on real projects and send feedback, writes Jonathan Turner, one of the main contributors to the project.
-
Bluepill is LinkedIn’s Open-Source Tool for iOS UI Testing at Scale
LinkedIn’s Bluepill allows developers to run iOS UI tests using multiple simulators on a single machine, writes LinkedIn software engineer Keqiu Hu, and aims to provide tool stability and test scalability.
-
Microsoft Open Sources Visual Studio Test
Microsoft has open sourced their Visual Studio Test Platform (VS Test) used to run tests in many languages, collect diagnostic data and report the results.
-
The Last Days of Parse
Parse co-founder Kevin Lacker sent out a final reminder of Parse shutting down at the end of this month. Developers are urged to export any data they would like to save as soon as possible.
-
Pivotal Releases First Milestone of Next-Generation Spring Data Featuring Reactive Database Access
Pivotal recently released the first milestone of next-generation Spring Data projects featuring full support for Java 8 and Spring 5, and reactive database access for MongoDB, Apache Cassandra, and Redis.
-
Writing Good Unit Tests
Try to keep units small, use appropriate tools, and pair-up programmers and tester; these are suggestions for writing good unit tests. Unit testing is a mixture of programming and testing; programmers can work together with testers to learn from each other and broaden their knowledge horizons.
-
Twitter Sells Fabric to Google
Google has bought Twitter Fabric and will integrate the platform into Firebase.
-
Webpack 2 Finalized with Focus on Improved Documentation
The final release of webpack 2, the popular JavaScript module and asset bundler, has arrived, bringing with it native support for ES2015 and vastly improved documentation. However, it's too early to tell if the new version will dramatically improve build times and file sizes.
-
Microsoft Edge Updates Support for WebVR, Makes Flash Click-to-Run
Microsoft has started 2017 by rolling out Windows 10 build 15002 to end users, giving developers a new UWP architecture for Microsoft Edge’s multi-process model and click-to-run Flash content.
-
QCon London 2017 in Full Gear: Talks from Jonas Bonér, Sachine Kulkarni & Martin Thompson
With just under 50 days to go before QCon London 2017, tickets for the 11th annual technology conference hosted at the iconic Queen Elizabeth II Conference Center March 6-8 are moving quickly.
-
Java 10 Could Bring Upgraded Lambdas
A new JEP proposes enhancements to lambda functionality, including better disambiguation, use of the underscore for unused parameters, and shadowing of outer variables. Although these changes would bring lambdas in Java closer to other languages', the community seems divided for now. This JEP complements a series of other proposals to improve the Java language with type inference and better enums.
-
Lessons Learned the Hard Way
Ricardo Fiel, Cloud Solutions Architect at Microsoft, gave a presentation at the Scrum Gathering Portugal 2016 on some common ground he has found when collaborating with several types of organizations and about the lessons he has learned on his way while trying to leverage teams’ environment.
-
Google Introduces Cloud-Based Encryption Key Management Service
Google has announced a new service for its Google Cloud Platform (GCP) that allows to create, use, rotate, and destroy symmetric encryption keys. Although the new Cloud Key Management Service (KMS) is integrated with Google's Cloud Identity Access Management and Cloud Audit Logging, keys managed using KMS can be also used independently.