InfoQ Homepage Development Content on InfoQ
-
Bloomberg Open-sources BuckleScript, JavaScript Backend for OCaml
Recently open-sourced BuckleScript, a JavaScript backend for OCaml, aims to bring OCaml type safe, high performance code to any JavaScript execution engine, Bloomberg say.
-
Firefox Developer Edition Brings Popup Debugging
Mozilla has release Developer Edition 47 for Firefox, bringing new features to improve add-on debugging.
-
Apple and FBI Court Appearance Postponed
The court appearance between Apple and the FBI, originally scheduled for later today, has been postponed a week until after Easter, following a request from the FBI to defer.
-
JEP 286 Survey Results for Local Variable Type Inference
Brian Goetz has published the results of the local variable type inference survey and the results point to enthusiasm for adopting the feature. InfoQ looks at the results.
-
Apple Releases Swift 2.2 for OSX and Linux
Today Apple released Swift 2.2 as part of Xcode 7.3 for OSX, along with official binaries for Swift 2.2 for Linux. InfoQ looks at what's new and what having a production release of the runtime will have for Linux on the Server.
-
Apple Fixes Security Flaw in iOS 9.3
Today, Apple released iOS 9.3 at a special event held at Apple's headquarters which fixed a number of security bugs with the mobile OS, including several with remote code execution and an iMessage encryption bug. InfoQ investigates.
-
Does Running Java on Docker Containers Violate Agreements?
In a recent blog post Henn Idan raised an issue that using Oracle Java in containers could be violating the Oracle licensing agreements. Is this an issue, or is it something that developers should be concerned about? InfoQ investigates.
-
Simplifying Database Queries with Jinq
Jinq, a library to provide a DSL for database queries, has been made available for Java and Scala. The work is inspired by .NET's LINQ, and aims at enabling easy-to-write queries with support for type safety. As commented by Ming-Yee Iu, creator of the tool, work on Jinq started in 2006 under project name Queryll; however, the adoption of lambdas in Java 8 is what has realised its full potential.
-
Scala Centre Foundation Created
Last week, the Scala Center was created as a not-for-profit foundation, along with a list of financial backers, to improve the ongoing development of Scala and provide training courses based around the Scala language.
-
Ten Years of Twitter
Today marks Twitter's tenth anniversary as a company. InfoQ looks back to the impact that they have had over the last decade.
-
IBM Expands Watson Cognitive APIs
IBM has recently expanded their collection of Watson Cognitive APIs to include beta updates to the Emotion and Tone Analysis APIs.
-
Stack Overflow Developer Survey 2016
Stack Overflow appreciates that out of more than 40M people visiting their website each month, 15M are professional developers. In this year’s annual survey Stack Overflow asked 45 questions to the 56,033 users who accepted to participate. We are covering here some of the most interesting results.
-
ASP.NET WebHooks RC 1
Microsoft has announced the first release candidate for ASP.NET WebHooks. Just as message queues allow applications within an organization to talk to each other, WebHooks provide a way for websites across different organizations to communicate in an asynchronous fashion.
-
Accelerite's Location-as-a-Service API Platform Enables Location-Based Mobile Services
At this year's Mobile World Conference in Barcelona, Accelerite announced its new Location-as-a-Service (LaaS) API Platform. The platform enables mobile operators and enterprises that rely on mobile connections to aggregate location information, and react accordingly to situations as they arise.
-
UI Testing in F# with canopy
Although Selenium is a popular library for UI testing, issues about fragile and unreliable tests are common. InfoQ reached out Chris Holt, creator of canopy, to learn more about the F# library built on top of Selenium.