InfoQ Homepage KCDC 2016 Content on InfoQ
-
Azure Service Fabric: Microservices Architecture Made Ridiculously Simple
Chase Aucoin explains using Microsoft Service Fabric to create microservices, demoing how to migrate existing services to Service Fabric.
-
Introduction to DocumentDB
Brian Korzynski introduces DocumentDB, a document database offering on the Azure platform: what it is, how to use it, how much it costs, and how it compares to other cloud document database offerings.
-
Elegant AWS Lambda
Mario Aquino demonstrates deploying services to the AWS Lambda platform, configuring these services, and interacting with them through logging and monitoring.
-
But I Need a Database that _Scales_
Aaron Spiegel reviews common scaling techniques for both relational and NoSQL databases, discussing trade-offs of these techniques and their effect on query flexibility, transactions and consistency.
-
Elasticsearch for SQL Users
Shaunak Kashyap looks at several well-understood concepts and SQL queries from the relational paradigm and maps these to their Elasticsearch equivalents.
-
MongoDB Aggregation - Going Way beyond the Query
Nuri Halperin discusses the aggregation framework in MongoDB, explaining the pipeline architecture, major operators, and how to put it all together in interesting and effective ways.
-
Tour d'Azure 2016 - What are the New Killer Features That'll Blow You Away?
Mike Benkovich presents the latest features of Azure, such as App Services, Kudu, and more.
-
Architectural Considerations: The Client Up
Paul Sears discusses the decisions to be made and questions asked when establishing the architecture and technologies to be used for a web application that scales and can adapt to change.
-
Data Visualization with R
Matthew Renze introduces the R programming language as well as demonstrates how R can be used to create data visualizations to complete day-to-day developer tasks.
-
Actor Models and Self-Healing Distributed Systems for Microservices with Azure Service Fabric
Stephen Bohlen explores Azure Service Fabric, microservices and actors, discussing how they can simplify the development of massively parallel systems and the ability to reason about them.
-
Deep Dive into Asynchronous Patterns in JavaScript
Joseph Andaverde provides insight on how asynchronous patterns - callbacks, promises, generators, and async/await - can be applied through simple yet pragmatic examples.
-
Beyond Basic Angular Architecture
Jon Harding discusses design patterns and best practices to create scalable applications, build processes to prepare for production and tips to prepare for transitioning to Angular 2.