InfoQ Homepage Architecture & Design Content on InfoQ
-
Q&A with Jeff Sutherland on Agile Leadership
InfoQ interviewed Jeff Sutherland about the problems that larger organizations have when adopting Scrum, how they can increase their capability for handling impediments, improving agile leadership, what Scrum masters can do to help teams to become agile, and his advice to managers when their organization is implementing Scrum.
-
Kubernetes v1 Released, and Cloud Native Computing Foundation Formed
Google have released Kubernetes v1, a production-ready version of the open source container orchestration system. The Linux Foundation, in combination with multiple industry partners, have also announced the formation of the Cloud Native Computing Foundation (CNCF), which aims to advance the state-of-the-art for building cloud and container native applications.
-
Clojure 1.7 Introduces Transducers, Improves Cross-platform Support
Transducers and reader conditionals are the two most important new features in Clojure 1.7, says Cognitect’s Alex Miller. Transducers aim to enable composable algorithmic transformations on different kinds of collections, while reader conditionals can be used to improve Clojure portability across the JVM and JavaScript platforms.
-
A Critical Look at CQRS
Looking at Command Query Responsibility Segregation (CQRS) in a larger architectural context there are other architectural styles available. There are database technologies solving the same problems but in a simpler way, Udi Dahan states looking into ways of approaching CQRS. There is also a way that fulfils a lot of the CQRS goals but with fewer moving parts when CQRS is really needed.
-
ELIoT: Distributed Programming for the Internet of Things
ELIoT (Extensible Language for the Internet of Things) is a simple and small programming language aiming to make distributed programming easier. A program in ELIoT may appear as a sigle program, but it actually runs on different computers, so, e.g., a variable or function declared on one computer is transparently used on another.
-
Mesosphere Releases SDK for Mesos-Powered 'Datacenter Operating System'
Mesosphere Inc, have released the Mesosphere software development kit (SDK) for creating datacenter services that will run on their Mesos-powered Datacenter Operating System (DCOS). The Mesosphere blog states that the SDK currently supports Java, Go and Python.
-
10 Common DDD Mistakes to Avoid
Not interacting with domain experts is one of a common set of mistakes done when using Domain-Driven Design (DDD), finding and correcting them early on may save a team time, Daniel Whittaker claims describing ten mistakes he regularly see developers do.
-
Design of a Hypermedia REST API Server and Consuming Client
REST and hypermedia has a lot of benefits but they significantly complicates building both the client and the server API, thus useful only in some scenarios Jimmy Bogard states in a series of blog posts highlighting what’s needed to get a full hypermedia solution from server to client including choosing a hypermedia-rich media type.
-
Microsoft Wants to Run AllJoyn over Thread
Microsoft intends to bring together two communication technologies targeting the IoT landscape: AllJoyn and Thread.
-
QCon San Francisco 2015 (Nov 16-20): Track Topics Announced
Track topics for QCon San Francisco 2015 have been finalized and published to the conference website. Registrations for the event - which has been completely sold out for the past four years - are up 200% compared to the same time last year.
-
Douglas Crockford Previews His Idea For a New Web
At the Angular U conference in San Francisco, Douglas Crockford presented a radical new idea for upgrading the web. His proposal would replace parts of the web that don't work with newer, more secure alternatives, leaving behind existing web techologies such as SSL, HTML, CSS, and JavaScript.
-
Basho Data Platform Supports In-Memory Analytics, Caching, Search and Integration with NoSQL
Basho Data Platform supports integration with NoSQL databases like Redis, in-memory analytics, caching, and search. Basho Technologies, the company behind Riak NoSQL database, announced in May, the availability of the data platform that can be used to deploy and manage Big Data, IoT and hybrid cloud applications.
-
Udi Dahan on Reuse in Business Logic and Microservices
Reuse has been a watch word for almost everything that has happened in system development during the last thirty years, but reuse is like cyanide; in really small portions it can be healthy, using it too much it starts doing a lot of damage, Udi Dahan claimed in his presentation giving a different perspective on business logic at this year’s DDD Exchange conference in London.
-
Challenges When Implementing Microservices and Why Programming Style Matters
Fred George talked about the Challenges in Implementing MicroServices and The Secret Assumption of Agile at the GOTO Amsterdam 2015 conference. InfoQ interviewed him about how make microservices as small as possible, challenges when implementing microservices and how to deal with them, why programming style matters, and what developers can do to develop their code writing skills.
-
AWS s2n: Open-source TLS Implementation in Less than 6,000 Lines
Amazon Web Services has recently introduced s2n, short for “signal to noise”, an open-source implementation of the TLS/SSL protocols that aims to be “simple, small, fast, and with security as a priority”.