InfoQ Homepage Architecture & Design Content on InfoQ
-
Stop Failing Fast in Innovation
In innovation the mantra "fail fast" is often used to explain that people should quickly try out ideas and then learn from the things that fail to develop new products and services. Some people challenged the need for failure and have come up with alternative approaches for effective innovation.
-
Atomic: A UI Designer for Android, iOS and the Web
Atomic is a user interface designer that runs in the browser. Without writing any code, application designers can use it to show how the interface of an application should look like and behave when certain commands are executed.
-
Basho Technologies Releases Riak TS NoSQL Database to Store and Analyze Time Series Data
Basho Technologies releases Riak TS distributed NoSQL database to store and analyze time series data. Basho team recently announced at AWS re:invent event, the availability of Riak TS which is optimized for reads and writes of time series data.
-
LinkedIn Open Sources PalDB, a Read-only Key-value Store
LinkedIn has open sourced PalDB, an embeddable read-only key value store, 8 times faster than LevelDB and taking several times less memory than a hashset.
-
QConSF Nov 16-18: So much new… Where to Start
QCon San Francisco, a practitioner-driven conference designed for people influencing innovation in their software development teams, is fast approaching, and, with are so many new things, it’s hard to know what to report. With just 18 days until the start of the conference, QCON organisers are busy making final preparations to deliver yet more new innovations to 2015.
-
Couchbase 4.0 Supports Multi-dimensional Scaling, Geospatial Indexes and New Query Language N1QL
Latest version of Document NoSQL database Couchbase supports multi-dimensional scaling, geospatial indexes and new query language called N1QL. Couchbase team announced earlier this month the general availability of Couchbase Server 4.0 version which also supports new filtering capabilities on Cross Datacenter Replication (XDCR) and enhanced security.
-
QCon London 2016 Tracks Announced and Registrations off to a fast start!
New this year to QCon London is an extra concurrent track (each day) for 2016. That means three new tracks to bring the total track (or conference themes) number up to 18. More tracks means more content to pick from. Here are QCon London’s 2016 tracks.
-
What is API Developer Experience and Why It Matters
API developer experience is a relatively novel focus aimed to improve API design so it provides a seamless experience to developers when writing software. It can help increase programmers’ efficience and make it easier for developers to achieve goals on behalf of end users.
-
JavaOne 2015 Preview
In preparation for JavaOne 2015, InfoQ held a Q&A session with a number of speakers at this year's conference that caught our eye.
-
Internet Security, TLS, and HTTP/2: A Q&A with ThoughtWorks’ Vuksanovic and Gibson
InfoQ recently sat down with Marko Vuksanovic and Sam Gibson from ThoughtWorks, and asked about their recent study of TLS/HTTPS and HTTP/2 that was published in the ThoughtWorks P2 magazine. Both Vuksanovic and Gibson shared their expertise on a range of security-focused topics, including ubiquitous computing, the workings of TLS/HTTPS, certificate trust, and the security implications of HTTP/2.
-
Amazon EC2 Container Service Updates Released, Focusing on Automation, Configuration & Availability
Amazon Web Services have released a series of updates for the Amazon EC2 Container Service (ECS) that include an ECS command line interface, Docker Compose support, task definitions that allow additional Docker configuration options, and an ECS scheduler update that adds support for availability zone awareness.
-
Interview with Runscope on API Testing and Monitoring
Runscope, an API monitoring and testing vendor, announced the general availability of Live Traffic Alerts, a real time API performance monitoring solution for live production traffic for key API transactions. InfoQ used this opportunity to speak to Runscope about their vision and the value their platform brings to its consumers.
-
F# Past and Future Discussed at F# Gotham
On October 17th, F# Gotham gathered experts who presented different aspects of the language and tooling such as asynchronous programming, computation expressions, optimization, FParsec and Xamarin.Forms. The presentation of David Stephens and Jay Schmelzer, both from Microsoft, focused less on the technical aspect and more on the bigger picture. They presented the past, present and future of F#.
-
Microsoft AzureCon Keynote Announcements
On Thursday, October 1st Microsoft made several announcements regarding their Azure Platform. These announcement include 3 new Azure regions in India, GPU support, Security Center, IoT Suite and Container Service.
-
CQRS, Read Models and Persistence
Storing events in a relational database and creating the event identity as a globally unique and sequentially increasing number is an important and maybe uncommon decision when working with an event-sourced Command Query Responsibility Segregation (CQRS) system Konrad Garus writes in three blog posts describing his experiences from a recent project building a system of relatively low scale.