InfoQ Homepage Development Content on InfoQ
-
QCon SF 2015 Update: Workshops at a glance (Nov 19-20)
At QCon San Francisco, we offer two days of workshops (Nov 19-20). Workshops focus on developing the technical skills that leverage technologies you heard about from our expert practitioners during the conference sessions. Here is a glimpse at some of the experts you can learn from QCon SF ‘15 workshops.
-
All-New Devtools for React Bring Tools to Firefox
The React team has released entirely new devtools for the JavaScript library -- including a new version for Firefox. Jared Forsyth said "The current version of the devtools is a fork of Blink's "Elements" pane, and is imperative, mutation-driven, and tightly integrated with Chrome-specific APIs. The new devtools are much less coupled to Chrome, and easier to reason about thanks to React."
-
Frege: a Haskell-like Language for the JVM
Frege, named after the German mathematician Gottlob Frege, is a purely functional, strongly typed language for the JVM that is so similar to Haskell that “most idiomatic Haskell code will run unmodified or with only minimal, obvious adaptions”. InfoQ has spoken with Ingo Wechsung, Frege’s creator.
-
Performance Guru Kirk Pepperdine Reflects on Results of RebelLabs' Performance Survey
RebelLabs published their Developer Productivity Report, the result of a survey started in March 2015, where they polled the Java development community on Java performance and performance testing methods. To see how these numbers line up with a real world experience, InfoQ spoke with Kirk Pepperdine, CTO at JClarity and well-known performance expert.
-
Netflix.com Adopts Universal JavaScript, Drops Java from Rendering Pipeline
The team behind Netflix.com have dropped their Java-based HTML renderer in favor of a Universal JavaScript renderer that they can run in the browser or on the server.
-
iOS App Development Comes to Windows With Some Controversy
Microsoft has released tools to enable Objective-C development on Windows which are intended to facilitate the porting of iOS apps to Windows. This move is not without some controversy, as some developers are upset at how their code was included in this project.
-
CodeRush on Roslyn
CodeRush for Roslyn (CRR) is a new product from DevExpress, distinct from its predecessor CodeRush Classic. Its main difference is the use of Microsoft’s compiler platform, Roslyn. CCR isn’t offering all the features of its predecessor yet; they are being added as new versions are released.
-
Oracle Carving Strategy for Unsafe Library
Oracle carved out some direction for the library class sun.misc.Unsafe, from the unsupported sun.misc package in a blog last week. At issue has been the concern that this heavily used class will have its access severely limited via Project Jigsaw's JDK modularization.
-
Rust 1.2 Brings Faster Compilation, Parallel Code Generation, and More
The Rust Core Team has announced the availability of the Rust 1.2 stable and 1.3 beta releases. Rust 1.2 focuses mainly on tooling, improving compiler performance and introducing parallel code generation. Furthermore, it introduces support for the MSVC toolchain.
-
Managing Health and Quality of Applications with qMap
QASymphony has released qMap, a visual mapping solution for agile testers of cloud, mobile, big data and IoT apps. InfoQ did an interview with Kyle Cochran about why qMap was developed, how testers can use qMap to get insight into their testing results and manage testing and can use information from qMap improve the quality of their product, and how QMap can be deployed within agile and DevOps.
-
Q&A with the Kismatic Team: The Past, Present and Future of Kubernetes
InfoQ recently sat down with Joseph Jacks and Patrick Reilly from Kismatic Inc, a company offering enterprise Kubernetes support, and asked about their thoughts on the recent Kubernetes v1.0 launch, the history of the project, and how this container orchestration platform may impact the future of microservice deployment.
-
TFS2015 Released with New Build System and Greater Git Support
TFS2015 was originally intended to launch alongside VS2015 in July, but was held back for final polishing and bug fixes. The wait is over and TFS2015 RTM is now available. Among the many changes included are the new build system and greater Git support.
-
Q&A with Jørn Larsen on Teamwork and Aligning with Customers
Jørn Larsen, co-founder and CEO of Trifork, presented waste is a crime: don't waste your team at the GOTO Amsterdam 2015 conference. InfoQ interviewed Larsen about the "perfect world" to develop software products, aligning with many customers, why waste is a crime, why flow is important for software teams and what they can do to establish flow.
-
GameAnalytics Open-Source Erlang Scheduler for Distributed Tasks
GameAnalytics, maker of a free analytics platform, has recently open sourced gascheduler an Erlang library that provides a generic scheduler for parallel execution of distributed tasks. InfoQ has spoken to Chris de Vries, one of gascheduler’s creators.
-
Q&A with Bryan Cantrill: Running Containers on Bare Metal with Triton
InfoQ recently sat down with Bryan Cantrill, CTO of Joyent, and asked about his thoughts on container technology, running Docker on bare metal, and how Joyent is driving technical innovation within this space through the development of their Triton platform.