BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Becoming Software Craftsmen

    The software craftsmanship movement talks about practicing as a way to to develop programming skills to become software craftsmen. Technical practices are considered to be important, it takes time to learn them and become better programmers.

  • Blend Moves Closer to Visual Studio

    New details about Blend for Visual Studio 2015 provide a glimpse of what users can expect in the new release. However, a couple of key features have been removed in an effort tighten the product's focus.

  • JetBrains Releases AppCode 3.1 Preview with Improved Swift Support

    JetBrains has released AppCode 3.1 under its EAP, offering developers a preview of the IDE's improved Swift support. This release builds upon the basic support for the Swift language introduced in June's 3.0.1 release, which included basic editing support and syntax highlighting for Swift. With the release of 3.1 developers can avail of most of the IDE's advanced capabilities when using Swift.

  • Facebook Flow Provides More Static Typing for JavaScript

    Announced during @Scale 2014, Facebook has open sourced Flow, a static type checker for JavaScript. Flow joins Microsoft TypeScript and Google AtScript to provide web developers with a tool meant to catch some bugs in the code before they manifest at runtime.

  • TypeScript 1.3 and the March Toward ECMAScript 6

    Microsoft recently released TypeScript 1.3 and gave a preview of what's to come in version 1.4. TypeScript is one of a few industry efforts to add type checking to JavaScript and Microsoft aims to make TypeScript a full superset of ECMAScript 6.

  • A Preview of C# 6

    Mads Torgersen, C# program manager at Microsoft, published a short video presentation describing what is coming in the next major C# version, C# 6. Among C# 6 new features, Mads highlighted getter-only properties, the lambda-arrow operator, string interpolation, and more.

  • How Etsy Does Continuous Integration for Mobile Apps

    Nassim Kammah, engineer at Etsy, explained to Velocity Conference attendants how Etsy does continuous integration for mobile apps. Etsy uses a mix of automated and manual processes, still adhering to the same principles that it applies on web development and reusing many of the same tools. Nassim also talked about how Etsy handles the unique set of challenges presented by mobile apps development.

  • Lean Thinking Applied for Organizational Change

    In lean, we co-design and continuously improve processes and tools to better serve individuals and interactions said Claudio Perrone. Lean views problems as a gap between the current situation and the standard and expectation. Am interview with Claudio about problem solving and learning, and on tools that can be used to apply lean thinking for change in organizations.

  • More Java 9 Features Announced

    Oracle have announced more features to be delivered as part of JDK 9, including Unified JVM Logging and fine-grained control over the JIT compiler. Primitive specialization of generics is pushed out to JDK 10, however.

  • Docker Client Comes to Microsoft Windows

    After announcing the partnership with Docker, Microsoft has built a native Docker client. The command line interface (CLI) is fully compatible with Docker client running on Linux.

  • Go Language Moves to Git and GitHub

    Rob Pike, lead designer of Go at Google, announced on Go's Google Group that Go language is moving to Git and GitHub. "All data will be preserved," said Rob, but GitHub will not be used to handle pull requests and code reviews. Google's own Gerrit will be used instead because it fits better the requirements of a large project such as Go, explained Google engineers.

  • Microsoft, Adobe Release Critical Security Updates

    Microsoft has released secruity improvements to Internet Explorer, fixing a vulnerablity that could allow an attacker to take control of a user's system. But according to Robert Freeman, manager of IBM X-Force Research, the issue was reported to Microsoft with a working proof-of-concept back in May 2014 -- and the issue is far older.

  • Wrapup of Agile Singapore 2014 Conference

    The second annual Agile Singapore conference was held last week with over 400 attendees and 25 speakers who spoke on a wide range of topics from the agile mindset to technical practices and creating a culture of joy in work.

  • Embedding Security Testing in Development Workflow

    Stephen de Vries, ContinuumSecurity founder, promoted the idea of continuous and visible security at Velocity Europe 2014. Stephen argued that the same kind of processes and tools that embedded QA in the whole workflow of an agile development process can be applied to security. BDD-Security is a security testing framework that follows the Given-When-Then approach and is built on top of JBehave.

  • Android Joins Visual Studio

    Visual Studio 2015 Preview includes a newly designed emulator for Android, enabling developers to build and test their apps on Google's mobile platform. It is the latest action from Microsoft that seems to indicate that a change is underway to position Visual Studio as a tool for all developers, not just Windows-centric ones.

BT