InfoQ Homepage News
-
Final Android 8.1 Oreo Brings Oreo Go for Low-Memory Devices
A month after becoming available as a developer preview, Android 8.1 Oreo 8.1 has reached its final release. In addition to what InfoQ already reported, with Oreo 8.1 comes the new Android Oreo (Go edition) configuration that is specifically targeting low-memory devices.
-
Microsoft Announces Public Preview of IoT Edge
During the recent Connect(); conference, Microsoft announced a new version of the IoT Gateway Software Development Kit (SDK) called IoT Edge to provide edge computing in IoT scenarios.
-
5th Update to Visual Studio 2017 Expands Debugging Tools
The fifth update to Visual Studio 2017 has reached general availability and brings another batch of improvements to Microsoft's popular developer tool. Version 15.5 focuses on improvements to the debugger tools, faster C#/VB solution loading times, and expanded C++17 support.
-
How Do We Automate Testing?
Test automation will demand time and attention, but when done the right way, is worth the investment. Don’t overdo automation; instead, focus on the needs and requirements. Having clean and easy-to-read code is very important to keep your test suite maintainable.
-
Amazon Launches a New Message Broker Service in AWS
At the recent re:Invent 2017, Amazon launched a new service called Amazon MQ, a managed message broker service for Apache ActiveMQ; an open-sourced, enterprise-grade message broker compatible with most industry standard protocols.
-
SpringOne 2017 Key Announcements
The second annual SpringOne Platform conference had dozens of major announcements in the areas of Spring and Pivotal CloudFoundry. In this article we cover the major announcements from the keynote address by Pivotal head of cloud research, Onsi Fakhouri.
-
SpringOne 2017 Platform Conference - Day 1
The second annual SpringOne Platform Conference has kicked off in San Francisco. This is a no-nonsense event with roughly 10 parallel tracks, celebrity speakers, food, drink, and lots of technology.
-
Chef Extends OpsWorks Capabilities in AWS
Chef has announced new capabilities to address application lifecycle control concerns in containers in AWS. New functionality includes Chef Automate with integrated compliance and builds on AWS OpsWorks for Chef Automate announced in 2016. OpsWorks for Chef Automate provides a managed Chef server and suite of automation tools.
-
.NET WebAssembly Support an Ongoing Experiment
WebAssembly now ships on by default in the four major browsers and the .NET community continues to push forward to provide .NET developers the ability to compile their to WebAssembly and run it in the browser.
-
NIST Publishes Guidelines on Application Container Security
The National Institute of Standards and Technology (NIST) published a bulletin on application container technology and its most notable security challenges. The report is a summary of two previous bulletins outlining vulnerability areas including image, registry, orchestrator, container, host OS, and hardware, and their countermeasures.
-
Amazon Adds New Features to Its Rekognition Service
In a recent blog post, Amazon announced the addition of three new features to its Rekognition Service. These new features enable detection and recognition of text in images, face detection up to a hundred in a full picture, and real-time face recognition across ten million faces.
-
ORMs for .NET Core
With EF Core struggling to accommodate basic database features such as views and stored procedures, developers are looking elsewhere for their data access needs. Here are some of the more popular options.
-
Amazon GuardDuty: A Zero-Footprint Managed Threat Detection Service for AWS Accounts and Resources
At the AWS re:invent conference, the release of Amazon GuardDuty was announced - a managed threat detection service that continuously monitors for malicious or unauthorised behaviour. The service can be centrally managed, is “zero footprint”, and remediation scripts or AWS Lambda functions can be configured to trigger automatically based on GuardDuty findings.
-
Werner Vogels on “21st Century [Cloud] Architectures”: Availability, Reliability and Resilience
At the AWS re:invent 2017 conference, Werner Vogels, CTO of Amazon, presented a keynote that discussed core concepts required for building “21st Century Architectures” on the cloud. Highlights of the talk included discussion of the emerging practices of evolutionary and “cloud native” architectures, the role of security becoming everyone’s responsibility, and the benefits of chaos engineering.
-
Servlet vs. Reactive: Choosing the Right Stack - Rossen Stoyanchev Presents at QCon SF 2017
Spring Framework 5 introduced a brand new reactive web framework spring-webflux, which resides alongside the traditional servlet based web framework spring-mvc.In his presentation, Rossen Stoyanchev talked about the differences in these two frameworks’ execution models, and how to decide when to select spring-webflux over spring-mvc.