InfoQ Homepage Development Content on InfoQ
-
Selecting an Event Architecture
When designing a distributed system, maybe based on microservices, and you are considering an event architecture, there are several models and technologies available. When choosing how to implement the architecture the non-functional requirements are a main factor, David Dawson claims when describing different styles of event architectures in a recent blog post.
-
Facebook Refuses to Alter React's Open Source License
The Apache Foundation recently announced that Facebook's BSD+Patents open source license was disallowed for inclusion with Apache products. The resulting fallout has caused gnashed teeth and much soul searching for React developers as Facebook refused to reconsider.
-
Tackling Technical Debt at Meetup
Continuous product health can be realized by regularly prioritizing the highest impact technical debt items and knocking those off systemically. You need to continuously iterate how you're tackling technical debt to drive more and more impactful results. Going for maximum impact items first and communicating the impact of paying down technical debt is what Yvette Pasqua, CTO of Meetup, recommends.
-
QCon New York 2017: Scaling Event Sourcing for Netflix Downloads
Phillipa Avery, senior software engineer at Netflix, and Robert Reta, senior software engineer at Netflix, presented their Cassandra-backed event sourcing architecture at QCon New York 2017. Currently, it powers the download feature in Netflix, and was summarised as something which improved the flexibility, reliability, scalability and debuggability of their services.
-
.NET Core 2 Brings Visual Basic to Linux and macOS
Microsoft has moved closer towards bringing Visual Basic into place as a first-class citizen on the .NET Core platform. As part of the .NET Core 2 release, VB developers can now write code that targets .NET Standard 2.0, increasing the deployment platforms available. Importantly, this means the same executable or library that runs on Windows can work on macOS and Linux.
-
Breaking Changes in EF Core 2.0
EF Core brings with it many breaking changes, including rendering all of the database providers for EF Core 1.0/1.1 unusable in EF Core 2.0.
-
C# 8.0 Previewed
In a Channel 9 video, Mads Torgersen has demonstrated the first four features for C# 8. The features include nullable reference types, async streams, and more.
-
Choose Your Own Adventure: Chaos Engineering at QCon New York 2017
Nora Jones, senior chaos engineer at Netflix, talked about chaos engineering at QCon New York 2017. She presents different stages of chaos engineering adoption and gives stories from her previous experiences at Jet and Netflix.
-
Oracle Looking to Move Java EE to Open Source Foundation
Oracle is planning to move leadership and ongoing development of the Java EE platform to an open source foundation. The move will follow the next release, JEE 8, which is due out this summer.
-
New Features in Entity Framework Core 2.0
While the EF Core 2.0 release deserves a lot of criticism, there are also a lot of things to like about it. In this article we touch on some of the highlights from this release including a safe way to use string interpolation with raw SQL.
-
Android 8.0 Oreo Is Here. Developers Are Recommended to Test Their Apps
Google has released the final version of Android 8.0 Oreo. The source code was published to AOSP and system images were made available for supported Nexus and Pixel devices. Android 8.0 comes with several changes that can affect how existing applications function.
-
Q&A with Movidius, a Division of Intel Who Just Launched the Neural Compute Stick
Recently Movidius (a division of Intel's New Technology Group) released the neural compute stick: a usb-based development kit that runs embedded neural networks. With this stick users can run neural network and computer vision models on devices with low computational power. InfoQ reached out to Gary Brown, marketing director for Movidius, Intel New Technology Group, and asked him a few questions.
-
Entity Framework Core 2.0 Released to Heavy Criticism
Entity Framework has always had a mixed reputation, with some developers loving it while other compared it unfavorably to NHiberante, LINQ-to-SQL, and the various micro-ORMs. But the early impressions of EF Core have been particularly bad and continue to frustrate even those who appreciated the original Entity Framework.
-
Crucial Patch for Visual Studio 2017 Released
A newly released update for Visual Studio 2017 contains an important patch for all developers who use Git as well a key fix for F# developers. The Git issue solves a security issue that allows arbitrary code execution, while the F# fix corrects major editing issues.
-
LLVM Has Documented the PDB Format, Complete with PDB to YAML Conversion
LLVM can now generate PDB files, allowing the use of Windows debugging tools. In addition, they have documented the format and created tooling for analyzing with and generating PDB files from YAML.