InfoQ Homepage Design Content on InfoQ
-
Improving the Design of Existing Software
Steve Smith looks at some common places for signs of app design degradation, showing steps to take to improve the code. Examples use C#/.NET but are generally applicable regardless of platform.
-
Reactive DDD—When Concurrent Waxes Fluent
Vaughn Vernon gives practical guidance on using DDD to model business-driven solutions that result in software that is fluent, type-safe, and with core Reactive properties.
-
Rethinking HCI with Neural Interfaces @CTRLlabsCo
Adam Berenzweig talks about brain-computer interfaces, neuromuscular interfaces, and other biosensing techniques that can eliminate the need for physical controllers.
-
Using Data Effectively: beyond Art and Science
Hilary Parker talks about approaches and techniques to collect the most useful data, analyze it in a scientific way, and use it most effectively to drive actions and decisions.
-
Succession: A Refactoring Story
Katrina Owen presents an end-to-end refactoring that demonstrates simple strategies to avoid misadventures.
-
Ethical Design
Harry Trimble discusses creating data services that are simple and effective, explaining how user’s data is used, how automated decisions are made, respecting human’s rights.
-
Behavioral Economics and ChatBots
Jim Clark looks at a few strategies, including the ability to present information when it’s needed, actionable messages and the alignment of values with actual outcomes, and more.
-
Smart Speakers: Designing for the Human
Charles Berg explains how product developers can create experiences that will be meaningful to the user - designers should focus more on the context of the user and less on the piece of hardware.
-
Rethinking HCI with Neural Interfaces @CTRLlabsco
Adam Berenzweig discusses what happens when we decouple the user interface from hand-held hardware, as well as the emerging field of neural interaction design.
-
UI Evolving, Platform Evolving, Architecture Evolving
Xianning Liu explains the user interaction paradigm shift in the industry, and how to evolve the enterprise architecture to support these changes.
-
Cryptoeconomics - The Application of Economic Systems, Incentives and Mechanisms
Jomari Peterson discusses crypto-economics and some of the significant considerations when designing a cryptocurrency.
-
Break Up with Your Front-end Monolith
Elisabeth Engel discusses refactoring a front-end monolith, offering advice including building a parent app shell to deal with loading and routing child components, and avoiding certain obstacles.