InfoQ Homepage Development Content on InfoQ
-
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.
-
Dartium Comes To Android
Dart 1.5 released last week with a focus on mobile development. This includes a version of Dartium that works on Android along with editor improvements to support debugging of mobile web apps built using Dart.
-
HazelcastMQ v1.0.0 with a STOMP and Apache Camel Implementation
The recently released version v1.0.0 of HazelcastMQ adds a Java STOMP client and server implementation as well as an Apache Camel component. HazelcastMQ is a provider of a messaging layer on top of the basic Queue and Topic data structures in Hazelcast, an in-memory data grid. STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol, an interoperable wire format.
-
Microsoft Azure WebJobs SDK 3.0 Beta Boosts Application Development on the Cloud
The recently released 0.3.0 beta preview of Microsoft Azure WebJobs SDK has added support for Azure Service Bus, Cancellation Tokens, WebJobs Shutdown Notifications besides improved function discovery and host of other features.
-
Interview with Mitchell Hashimoto on Vagrant Cloud End of Beta
HashiCorp has released Vagrant Cloud to the public. Vagrant Cloud enables developers to share their locally running Vagrant instances remotely. Additionally Vagrant Cloud is a central place for storing and discovering Vagrant Boxes. With the new Organizations feature, Vagrant Cloud users can limit access to their boxes or shared Vagrant instances with Access Control Lists (ACL).
-
Moving from a Monolith to Microservices at SoundCloud
Moving SoundCloud into a microservices architecture has been essential in enabling our teams to develop production-ready features with much shorter feedback cycles, Phil Calçado writes in a three-part series sharing their experiences moving away from a monolithic system.
-
Building a Reactive DDD and CQRS Based Application Using Akka
DDD and CQRS are great for building scalable software considering concepts like bounded contexts, transaction boundaries and event based communication and is together with Akka a complete platform for building enterprise applications, Pawel Kaczor starts a three-part series building an reactive application based on these concepts.
-
Google Announces Cloud Dataflow Beta at Google I/O
At its annual developer conference, Google announced a set of new initiatives for cloud computing. At the top of the list is Cloud Dataflow -- a way of managing complex data pipelines.
-
The State of Go Language for Android Native Development
A couple of different proposals from Google engineers and independent developers are aiming at making it possible to write native Android apps in Go. This will not go so far as allowing Go apps to access the full Android NDK, but it could allow access to a subset of it.
-
Chrome Dev Editor: A New JavaScript and Dart IDE
A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.