BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Kulla Project: A REPL for Java

    A Java REPL will soon be coming to a JDK near you. Robert Field, engineer on the Langtools team at Oracle, recently proposed the creation of a Java REPL ("Read-Evaluate-Print-Loop") project. After a vote, the project, known as Project Kulla was approved. A REPL is essentially a scripting shell or console, such as a UNIX shell or Groovy console, that can be used for algorithm exploration.

  • Cooperative Development Using Pair Programming and Non-Solo Development

    Valentin Tudor Mocanu described upgraded form of pair programming using pairing and non-solo development.

  • An Interview with Jason DiBianco of Linq 4 Javascript

    There are a few attempts at building a LINQ implementations for JavaScript. Today we choose to present Linq 4 Javascript by Jason DiBianco because it is based on lazy evaluation, an important design concept for LINQ. The fact that it includes TypeScript bindings is also a nice touch.

  • Nvidia Introduces cuDNN, a CUDA-based library for Deep Neural Networks

    Nvidia earlier this month released cuDNN, a set of optimized low-level primitives to boost the processing speed of deep neural networks (DNN) on CUDA compatible GPUs. The company intends to help developers harness the power of graphics processing units for deep learning applications.

  • Netflix's Chaos Engineering to Advance Failure Injection

    "Chaos Engineering", a term recently coined by Netflix, is an umbrella that embraces all Netflix's activities on controlled failure injection. Bruce Wong, Engineering Manager of Chaos Engineering at Netflix, wrote about what Chaos Engineering is, its aims, and the roadmap to achieve them. InfoQ reached Bruce to learn more.

  • Remote Code Exploitation through Bash

    A remote exploit (CVE-2014-6271) has been in bash discovered that potentially affects any application that uses environment variables to pass data from unsanitised content, such as CGI scripts. After the release went public, other exploits were discovered (CVE-2014-7169). Official patches have been released to fix them. (Originally posted 24 September, updated 25, 26 and 29 September)

  • ShellShocked - Behind the Bug

    The recent vulnerabilities in the Bash shell initially stemmed from a remote execution exploit, which was patched and made available through responsible disclosure before being announced. However, since the initial release there have been other flaws detected which became zero day threats. What exactly was the problem with Shellshock, and is it truly fixed? InfoQ explains what happened.

  • Collaborative Adoption of Scrum Guide

    Three of the organisations in the fractured Scrum community have jointly announced their collaboration and endorsement of the new ScrumGuides.org website as the official source of “The Scrum Guide, The Definitive Guide to Scrum: The Rules of the Game.”

  • CloudBees Exit PaaS Business, Resign JCP Executive Committee Seat

    CloudBees have announced they are exiting the PAAS business to focus on Enterprise Jenkins. With this new focus, they have resigned from the Java Community Process Executive Committee.

  • Microservices vs Shared Libraries

    Robert C. Martin's advice is to start with shared libraries and a plugin architecture and only when that becomes insufficient consider microservices. Giorgio Sironi argues against this, emphasising how different interactions between microservices are compared to interactions between objects and warns for the cost of retrofitting microservices over an existing code base.

  • Scrum Turkey Community Launch Agile Sparrow Program to Teach University Graduates

    The Scrum Turkey community have launched a program aimed at giving university graduates a deep experiential understanding of the Scrum framework. Going beyond just the two-day Scrum training this program requires participants to apply their knowledge and meet regularly with coaches to reinforce and expand their skills. The program is offered free to students and is supported by sponsorship.

  • Spring Data Release Train - Spring 4.0, Limiting Queries, SpEL, ALPS

    Spring Data release train Evans is now generally available. The release train includes 11 Spring Data modules that help developers build data access layers on top of both relational and non-relational data stores.

  • .NET Micro Framework Adds VS2013 Support

    The .NET Micro Framework has a new release which adds support for Visual Studio 2013 and Visual Studio "14". This Framework powers devices that Microsoft intends to build the "Internet of Things" and similar hardware-centric devices like the Raspberry Pi.

  • Building iOS 8 Share Extensions: A GitHub Repo with Issues, Sample Code, and Workarounds

    Share extensions, introduced by Apple in iOS 8, "provide an exciting opportunity for developers of all types of apps to integrate with their customers’ devices like never before," says Bryan Irace, iOS developer at Tumblr. Though, as it is often the case with new technologies, the road to building iOS share extensions is paved not only with fun but also with frustration.

  • Puppet Labs Announces Approved Modules and Partner Network

    Puppet Labs has announced at its PuppetConf conference the launch of the Puppet Approved program, to recognize those Puppet modules with more quality and active development, more Puppet Enterprise supported modules, as well as a new partner network.

BT