InfoQ Homepage Development Content on InfoQ
-
rest: Open Source REST Framework For Haskell
Silk has recently open-sourced a REST framework for Haskell, called "rest". It provides a DSL for defining REST services which can then be run in popular web frameworks such as happstack. This comes with features such as type-safe URLs, abstraction of format-type support, and a clean separation of API specification and business logic.
-
InfoQ Mobile Site Launched
InfoQ has launched a mobile-specific version of the site that is optimized for smartphones and offers a faster user interface, with a smaller download footprint, whilst making the most of the limited screen real-estate.
-
Fail Fast Means Learn Fast
Failing fast and often is one of the encouraged practices for agile teams. Sander Hoogendoorn, author of the This is Agile book discusses on his blog the importance of having a strategy that helps you on the decision of aborting a project by assuming its failure on an early stage.
-
Google Releases Google Play Services 5.0
Recently released Google Play Services 5.0 includes a number of new features, such as Android wearable services APIs, Dynamic Security Provider and App Indexing, along with updates to existing APIs. The new release should already be rolling out worldwide to Android devices running Android 2.2 or better.
-
ART: The New Android Runtime
At Google I/O 2014, presenters Brian Carlstrom, Anwar Ghuloum, and Ian Rogers (all from Google) discussed ART (the Android RunTime). ART replaces Dalvik as the default platform for the next Android release. (A preview of the next Android release, termed Android L, is available as a download for developers. Android L will go public sometime in the fall.)
-
The Release Process Used by Mozilla for Firefox
This article presents the release process used by Mozilla for their browser.
-
The Term µServices Already Defined Four Years Ago
“I coined the term µServices four years ago defining them as services that always communicate within the same process, without any overhead, as a way to separate these lightweight services from the heavy, costly, and complex services people tended to think about because of the advent of Service Oriented Architectures (SOA)” Peter Kriens recently claimed.
-
-
The Spring IO Platform Released to Simplify Dependency Management
Pivotal last week released the first version of their new Spring IO Platform 1.0. At its core, the Spring IO Platform is a list of dependencies (and their versions) that work well together. Its implementation is a Maven POM file that you can import into your projects to set the versions for dependencies. These dependencies are curated and harmonized across Spring projects.
-
Raddish: Node.js Framework with Support for Threads and Sockets
Jasper van Rijbroek has released Raddish, a new Node.js framework with "ridiculous speeds" that also comes with out of the box support for threads and sockets. According to its own notes, Raddish aims to be "amazingly fast". Van Rijbroek told InfoQ that by using a fallback system Raddish allows developers to write less code to reach their goals.
-
Google Launches Gmail API Beta
At the last Google I/O Google has introduced a new Gmail API aiming at "giving developers flexible, RESTful access to the user's inbox, with a natural interface to Threads, Messages, Labels, Drafts, and History", and bringing developers multiple benefits over IMAP, says Google.
-
QCon San Francisco Update (Nov 3-7, 2014): Tracks Announced, Registrations Up 875%
Track topics have been finalized for the 8th annual QCon San Francisco (Nov 3-5, 2014). Registrations for the event - which has been completely sold out for the past three years - are up 875% compared to the same time last year. Register before Jul 26th and save $700.
-
Bootstrap 3.2 Adds Responsive Embeds Among Others
Bootstrap 3.2 adds responsive embeds, objects and iframes, several new responsive utility classes, a considerable number of small improvements and bug fixes.
-
Drupal Integration with Native iOS and Android Apps
At latest Drupal Conference in Austin, TX, mobile and web development company Lemberg has introduced a native Drupal 8 software development kit. Lemberg's SDK aims at making it easier for developers to handle the communication between a native mobile app and a Drupal website. The SDK is currently available only for iOS and Android, while the Windows Phone version should be coming soon.
-
Noda Time Gets Faster, Adds Persian and Hebrew Calendar Support
Noda Time v 1.3 has been released with several new features such as support for Persian and Hebrew Calendars, performance improvements for parsing and formatting and several API additions.