InfoQ Homepage Development Content on InfoQ
-
QCon New York 2015: Netflix, Comcast, NFL, Goldman Sachs Case Studies Confirmed (June 8-12)
The fourth annual QCon New York will feature in-depth case studies from Netflix, Comcast, Goldman Sachs, NFL Digital Media, and others. Software Engineers, Technical Team Leads & Data Scientists at these companies will describe how they're dealing with some of the greatest challenges in the arenas of Microservices, Data Science, Reactive Architectures, Fraud Detection, DevOps & Software Delivery.
-
True Windows File System Access with AlphaFS 2.0
A major limitation of the .NET framework is its inability to truly work with the Windows file system. Even seemingly basic operations such as working file paths longer than 260 characters long is beyond the capabilities of System.IO. This is where AlphaFS comes into play.
-
How To Build Trust When Working With Remote Teams
Lisette Sutherland has been doing interviews with people that are working in or managing remote teams. She talked about building trust on remote teams at the No Pants Festival 2015.
-
Paho, Mosquitto and Security of MQTT
Ian Craggs presented about Paho, Mosquitto and MQTT/MQTT-SN at EclipseCon. InfoQ caught up with him and asked him what's happening in the MQTT space.
-
Codecity for Eclipse Visualises Source Code Metrics
Codetrails has released Codecity for Eclipse, which provides a visualisation of Java packages and classes in a 3D visualisation to identify where code can be improved. InfoQ evaluates the plug-in.
-
Mark Reinhold on Java 9 and Beyond
Today at EclipseCon, Mark Reinhold gave a keynote on "Java 9 and Beyond" which looked at the upcoming features in Java 9 and some of the future plans for the Java ecosystem. InfoQ summarises the main parts of what will and might happen in the future.
-
OData.NET Is Now Open Sourced on GitHub
Microsoft has released the source code for all OData .NET Libraries on GitHub.
-
Eclipse Xtext 2.8 released at EclipseCon
Today at EclipseCon, the foundation released Xtext 2.8, bringing new tools for migrating existing Java codebases into Xtend applications and laying down a roadmap for the future.
-
Zero Turnaround releases Eclipse Optimizer
Zero Turnaround has released Eclipse Optimizer, which provides a guided user interface for changing Eclipse JVM settings to optimize performance for Eclipse
-
Apple Open-sources Mobile Framework to Support Medical Research
At its Spring Forward keynote, Apple announced a new iOS ResearchKit framework aimed at enabling the use of mobile devices as a network of sensors for medical research. The framework will be open-sourced to developers next month.
-
Groovy Moving to Apache
The Groovy team is joining the Apache Software Foundation (ASF). Guillaume Laforge, Groovy project lead, wrote about why they chose ASF over the Eclipse Foundation or the Software Conservancy foundation. To learn more about this announcement, InfoQ spoke to Mr. Laforge about the new direction.
-
Google Proposes StrongMode and SoundScript, Boosting V8 Performance
Google's Chrome team has proposed two extensions to JavaScript in a move to boost the performance of their V8 JavaScript Engine. StrongMode will limit the JavaScript language to only allow parts with guaranteed performance. SoundScript will add user-facing types to JavaScript, not at compile-time, but at run-time in the browser.
-
AutoMapper and Working with Cross-Platform Assemblies
With the creation of CoreCLR and the increasing popularity of Xamarin, it is becoming more and more important that .NET libraries are offered in a cross-platform fashion. Sometimes one can get away with using the PCL format, but more often than, cross-platform really means multiple platform builds. Jimmy Bogard of AutoMapper fame ran into just this problem with AutoMapper.
-
A Modern Microservices Architecture
After living with microservices for three years at Gilt we can see advantages in team ownership, boundaries defined by APIs and complex problems broken down. Challenges still exists in tooling, integration environments and monitoring, Yoni Goldberg explained in a presentation at the QCon London conference describing the challenges they encountered moving to a microservices architecture.
-
Why BDD Can Save Agile
Matt Wynne, founder at Cucumber Ltd spoke at QCon London 2015 on how BDD can leverage the benefits of Agile on teams struggling with common patterns like lack of predictability, communication and quality.