InfoQ Homepage Development Content on InfoQ
-
Mozilla Retools MDN to Improve Web Documentation
Mozilla has announced their plans to retool MDN, renaming it MDN Web Docs, separating it from the product documentation. Among developers, MDN is known as as one of the go-to places for high quality documentation. Mozilla wants to "solidify MDN as the single best resource for Web docs".
-
QCon NYC 2017 Is Finally Here! Some Trends to Watch
Highlights: Notes and things to watch out for at the upcoming QCon New York June 26-28th.
-
Google Released MobileNets: Efficient Pre-Trained Tensorflow Computer Vision Models
Google released several pre-trained computer vision models for mobile phones in the Tensorflow Github repository. Developers can choose from several models that differ in amount of parameters, computations for processing one image, and accuracy. Developers can trade accuracy for battery power for their specific application.
-
Looking at Visual Studio 15.3 Preview 2
Highlighted by support for .NET Framework 4.7, the second preview of Visual Studio 2017 (15.3) has been released. Primarily focused on bug fixes and usability enhancements, this version addresses quality of life improvements.
-
How Testers Can Become More Technical
Testers who are able to successfully apply technical techniques of the testing craft during testing are more valuable; they increase both the quality and productivity of their teams. To become more technical, testers can learn something about code, and they should know how to manipulate and parse text files and how to use the most important analysis tools for their application platform.
-
Enhancing Google Maps with Deep Learning and Street View
Google's Ground Truth team recently announced a new Deep Learning model for the automatic extraction of information from geo-located image files to improve Google Maps. This neural network model achieved a higher accuracy in processing the challenging French Street Name Signs (FSNS) dataset.
-
RepreZen Releases KaiZen Open-Source Editor and Parser for Open API 3.0
RepreZen, creators of the RAPID-ML resource modeling language, have launched the KaiZen OpenAPI Editor and KaiZen OpenAPI Parser for the Swagger API description language, now known as the Open API Specification (OAS), with support for versions 2.0 and the soon-to-be-released 3.0, which is expected in July 2017.
-
Safari 11 Adds Missing Features, Improves Privacy by Default
Apple has taken the wraps off Safari 11, the newest version of their web browser. Available on iOS and MacOS, the browser now includes WebRTC and WebAssembly. Also included is a new tracking blocker that purports to reduce the ability for third-parties to track users as they move around the web.
-
Distributed Systems Theory for Practical Engineers
Alvaro Videla, distributed systems engineer and co-author of RabbitMQ in Action, reviewed distributed systems theory at QCon London 2017. This involved breaking distributed systems into different classifications and then discussing the trade-offs between each of them. These included timing models, failure modes and more.
-
WebKit Now Has Full Support for WebAssembly
Apple Safari has full support for WebAssembly including preparation for future integration with ECMAScript Modules and threads.
-
Jake Wharton, Android Engineer at Square, Speaks to InfoQ at ETE
Jake Wharton, Android engineer at Square, spoke to InfoQ at the 2017 Emerging Technologies for the Enterprise (ETE) Conference about his work at Square and his thoughts on reactive systems, RxJava, and Kotlin.
-
Apple Announces Core ML: Machine Learning Capabilities on Apple Devices
At WWDC 2017 Apple announced ways it uses machine learning, and ways for developers to add machine learning to their own applications. Their machine learning API, called Core ML, allows developers to integrate machine learning models into apps running on Apple devices running iOS, macOS, watchOS, and tvOS. Models run on the device itself, so data never leaves the device.
-
GitHub GraphQL API is out of Early Access
GitHub GraphQL API has recently become generally available. InfoQ has spoken with GitHub senior engineering manager Kyle Daigle.
-
ARKit Sets the Foundations for Augmented Reality on Apple’s Platform
At WWDC 2017, Apple unveiled ARKit, a framework to build augmented reality (AR) apps for iOS. ARKit aims to allow for accurate and realistic immersion of virtual content on top of real-world scenes.
-
C# 7.2 and 8.0 Roadmap
Features are already being lined up for C# 7.2 and 8.0 including nullable reference types and limited multiple inheritance.