BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Introducing DevOps to Traditional Enterprises

    Niek Bartholomeus recently finishing composing a four post DevOps focused blog series about leading the implementation of configuration management and release management in a traditional enterprise. Niek covers the theory of DevOps, then an analysis of the problems with software delivery within a traditional enterprise, and finally the application of specific DevOps practices.

  • .NET Memory Profiling in Visual Studio 2013

    Visual Studio 2013 comes with a better memory profiler for .NET applications, but it is still far behind the other commercial offerings.

  • RESTful Web Services Framework Jersey 2.0 Released, Implementing JAX-RS 2.0 Specification

    Final version of the RESTful Web Services Framework Jersey 2.0 was recently released. New features includes a Client API, Hypermedia support, Filters and interceptors, and support for asynchronous Clients and Services. Jersey 2.0 is a reference implementation of the JAX-RS 2.0 API Specification, (JSR 339), released late May.

  • Meet Nanoko: a Javascript SOA Platform and Build Process

    Built by Ubidreams and Dynamis Technologies, Nanoko is a Javascript build process designed to provide modularity and reusability, complementing existing tools instead of reinventing them.

  • S is for Security

    Frank Breedijk, security officer at Schuberg Philis, talks about the friction points between security and DevOps and how to collaborate to avoid them. Examples include automating security tests and environments, reducing scope of security audits to relevant system components only or allowing security fixes to jump the queue of changes to production.

  • Windows Phone 8 Beta Apps - Few Important Points

    Windows Phone 8 apps need to be tested during the beta phase before being published on the store. Michael Crump answers few questions which developers should know during the development of beta apps.

  • Why the Lean Start-up Changes Everything

    Steve Blank makes the argument that mainstream adoption of the lean start-up is not only attainable, but would provide the basis for a newer innovation based economy.

  • FunScript: Using the Power of F# for Writing Web Apps

    FunScript is an F# compiler library enabling developers to write single-page web applications in F# and running them in the browser or on the server via Node.js.

  • Multi-Factor Authentication For Windows Azure Hosted Apps

    Microsoft recently announced preview of Multi-Factor Authentication in Windows Azure. This can be enabled for Windows Azure Management portal, Microsoft Online Services such as Office 365, as well as custom applications.

  • Multi-Touch Behaviors Package for Windows Phone and Silverlight Now Available on NuGet

    Davide Zordan has recently released a new package on NuGet which enables developers to build Windows Phone 8 and Silverlight applications enabled with gesture behaviors.

  • Portable Compression Libraries for .NET 4.5, Windows Store and Windows Phone

    Microsoft has released a beta of a new portable library called Bcl.Compression that adds support for zip archives and compress streams (i.e. deflate and gzip) for the Portable Http Client. Unfortunately it requires a native library so Silverlight and Windows Phone 7.x developers are out of luck.

  • Eclipse goes to GitHub

    With the migration of Eclipse repositories to Git, the Eclipse Foundation is looking to make it easier for people to contribute code via enabling a Contributor License Agreement and facilitating projects to be hosted on GitHub to take advantage of social features.

  • Perceptual Testing for Safer Continuous Deployment

    Brett Slatkin from Google presented a method for visual regression testing at Velocity 2013 in Santa Clara. Perceptual diff compares screenshots of a release's webpages with its previous versions and detects changes at pixel level, filling an important gap in automated testing for Continuous Deployment. An open source version of the software has been setup on github.

  • API Diff Lists for .NET, Silverlight, and Windows Phone

    First Floor Software has just released an updated version of their Diff Lists for .NET, Silverlight, and Windows Phone. These updated lists make it easy to see what classes and method are available when moving code from one platform to another.

  • Compile Scala to JavaScript With Scala.js

    At the Scala Day last week, Sébastien Doeraene presented Scala.js, a Scala to JavaScript compiler. The compiler supports the full Scala language allowing its users to build web applications front to back in Scala and potentially reuse code between the server and the client.

BT