InfoQ Homepage News
-
Developers Ask: Can I Legally Use The "Fluent UI" Or Ribbon Design?
It was recently reported that Corel lost a patent lawsuit regarding the "fluent UI" or ribbon design. This is the UI that you see in MS Office products that replaces the traditional menu + toolbar design popular since the 1990s. This has many developers concerned about their own applications.
-
Where .NET Core 2.1 is Headed
Microsoft's Scott Hunter has presented the company's plan for .NET Core 2.1. The CLI tooling look to receive significant improvements for developer ease of use.
-
An Early Look at Avalonia, a Cross-Platform UI Toolkit for .NET
An often-cited hole in the .NET Core ecosystem is the lack of any true cross-platform UI toolkit. While there have been attempts at a multi-platform in the past such as Silverlight and Xamarin Forms, no one has yet achieved a full XAML-style cross-platform option. Avalonia is making the attempt with plans to support Windows, Linux (GTK), MacOS, Android and iOS. However, they need your help.
-
Pairing for Learning
Pairing can be used to learn new topics that you can take back to the workplace, and to make your accomplishments visible and celebrate success together. Learning partners can encourage each other to make bold statements, commit to do something, and gently push each other to make it happen.
-
Inter-Region Virtual Private Cloud Peering in AWS
In a recent post on the AWS News Blog Jeff Barr, chief evangelist for AWS, explained the new Inter-Region Virtual Private Cloud (VPC) peering. At re:Invent November last year, Amazon launched the support for Inter-Region VPC peering. With this feature, AWS customers can establish communication for their resources running in different regions with each other using private IP addresses.
-
Q&A with Kubernetes Founder Brendan Burns on Containers and Distributed System Patterns
InfoQ caught up with Brendan Burns, author of Designing Distributed Systems, Patterns and Paradigms for Scaleable Microservices. He talks about Distributed Systems patterns and how Containers enable it.
-
Applitools Expands Application Visual Management Capabilities
Application Visual Management (AVM) focuses on the monitoring and testing of visual aspects of the application delivery lifecycle. Applitools Eyes Version 10 provides new UI baseline management, team collaboration, expanded third-party tool integrations and improved analytics dashboards.
-
Basecamp Releases Stimulus 1.0 JavaScript Framework
Basecamp's new Stimulus 1.0 targets a modern take on HTML pages augmented with light amounts of JavaScript, rather than the creation of full-featured JavaScript applications. Basecamp calls it “a modest JavaScript framework for the HTML you already have.”
-
Data Consistency in Microservices Using Sagas
At QCon San Francisco 2017, Chris Richardson, software architect, introduced techniques for data consistency in microservices. The main focus was on the saga pattern, a means of splitting up a distributed transaction into a series of smaller transactions that either all commit or rollback.
-
Finding Bounded Contexts Using Domain Storytelling
When working with Domain-Driven Design (DDD), bounded context is a core concept. Domain storytelling is a way of finding how people and systems work together within a domain which then can be used to identify the bounded contexts and how they are interconnected, Stefan Hofer and Henning Schwentner explained at the recent DDD Europe 2018 conference in Amsterdam.
-
Visual Studio 15.6 Preview 4 Sharpens F# Functionality
Microsoft continues to make evolutionary changes in Visual Studio 15.6. The 4th preview of the IDE has been released, and with it comes a primary focus on improving F# support.
-
Blazor Now an Official Microsoft .NET and WebAssembly Project
Microsoft has taken another step towards .NET running in the browser by adopting Blazor from its creator Steve Sanderson. By doing so, Microsoft adds another piece to their WebAssembly/.NET stack, giving .NET developers a higher order abstraction to build browser-based apps with.
-
Hyperledger Project Releases Hyperledger Sawtooth 1.0
In a recent blog post, the Hyperledger project announced Hyperledger Sawtooth 1.0 has reached general availability (GA). The Hyperledger project addresses requirements for enterprises building, deploying and running distributed ledger applications. The Sawtooth 1.0 release includes updates to on-chain governance, advanced transaction execution, dynamic consensus and support for Ethereum.
-
Subtree Releases "Dotmesh", a Git-Like CLI for Capturing, Organising and Sharing Application States
Subtree has released Dotmesh, a container-friendly application state snapshotting tool that provides a git-like CLI for manipulating and sharing the captured data. The core use case for Dotmesh is the ability to share state captured from microservice-based applications in order to facilitate the debugging and exploration of problematic states seen within QA and production environments.
-
Swift 4.1 Brings Conditional Conformance and More
Swift 4.1, available in Xcode 9.3, brings a number of improvements to the language, including automatic implementation of the Equatable and Hashable protocols, conditional conformance, and more.