InfoQ Homepage Development Content on InfoQ
-
Amazon Boosts JSON Support in DynamoDB NoSQL Database
Last week, the Amazon Web Services team made changes to their DynamoDB NoSQL database service that improve JSON support, improve scalability, and expand the free usage tier. Developers can now use AWS SDKs to store, index, query, and update large JSON documents while consuming up to 25GB of free storage.
-
Microsoft's JavaScript Engine Learns New Tricks For Windows 10
The Internet Explorer team at Microsoft recently detailed changes to the JavaScript engine coming in Windows 10. A significant change is the addition of a second tier in the Just-in-Time (JIT) compiler to reduce startup time.
-
Google to remove support for SSL 3.0
Google have announced that they will remove support for the obsolete SSL 3.0 after discovering vulnerabilities that may be exploitable by forcing clients or servers to downgrade. Removing SSL 3.0 may also unlock stalled negotiations with HTTP2. Read on for more details.
-
Microsoft Announces TypeScript 1.1 CTP Bringing Improved Performance
Microsoft has announced the immediate availability of TypeScript 1.1 Community Technical Preview (CTP). The new release is available for Visual Studio “14” CTP4, Visual Studio 2013, and npm, as well as a source release.
-
FathomDB Brings Real Time Data to Meteor
Matt DeBergalis has announced Meteor's acquisition of FathomDB, the database-as-a-service platform. FathomDB's creator, Justin Santa Barbara, joins the Meteor core team, and DeBergalis says FathomDB tackles many of the same challenges that the team are solving in Meteor around the notion of a realtime database as a service.
-
QCon London 2015 Registration Open & Tracks Announced; March 2-6
The 9th annual QCon London (March 2-6) has been announced and registration is open! QCon London has become a mainstay conference for the UK and European software development community. This year continues in our tradition of practitioner-driven high quality content with 19 tracks and over 100 speakers. Register before Oct 22 & save £540.
-
Forrester Wave: Evaluating NoSQL Key-Value Databases
In their first Forrester Wave: NoSQL Key-Value Databases, released in Q3 2014, Forrester has evaluated the most popular NoSQL database offerings.
-
Alan Cooper Talks About Face 4 and Issues in UX Design
Alan Cooper shares his views on the state of UX Design and how the fourth edition of his book, About Face, helps designers address challenges such as flat design, wearable devices, and implementing goal-directed design.
-
Martin Thompson Discusses the Reactive Manifesto 2.0
The second version of the Reactive Manifesto was announced at September's GOTO conference in Aarhus. Martin Thompson discusses the need for a revised version of the Manifesto and what its changes mean for the burgeoning reactive community.
-
Lessons Learnt Using Microservices
Several companies have reported their move to adopting Microservices. Recently Tom Livesey from startup Droplet has joined the discussions by posting several lessons they learnt when moving to that architectural approach.
-
Reactive Extensions, Async, and Splunk
The 2.0 version of the Splunk C# SDK is heavily invested in modern C# features. Every major operation from login-onwards is available via asynchronous methods. And for most advanced uses such as sampling, Reactive Extensions come into play.
-
Ceylon 1.1: OSGi, Vert.x, Dynamic Interfaces, Use-site Variance, Promises
Ceylon 1.1 comes with dynamic interfaces, use-site variance, OSGi and Vert.x deployment, ceylon.promise module, IDE enhancements, compiler performance improvements and others.
-
Syntax Highlighting and IntelliSense support for CMake
Visual Studio’s support for new languages is quite powerful, but few people have the skill and determination to take advantage of it. David Golub, who brought CMake support to Visual Studio, is one such person.
-
News from Xamarin Evolve 2014: Android Player, Sketches and C# Profiler
The Xamarin Evolve 2014 event taking place these days in Atlanta, US, has produced a number of news related to the cross-platform tools Xamarin makes: Android Player – a hardware accelerated Android simulator-, Sketches –a REPL-like environment-, and Profiler –a C# code profiler-.
-
SweetAlert Provides Alternate Way to Alert Users
SweetAlert is a new modal dialog box library for JavaScript with a focus on style but without any external dependencies. The developer behind it, Tristan Edwards, created it as a way to ease the pain web designers experience when dealing with error messages.