Welcome to the New Era of Connectivity: Huawei to Launch Mate 10 Pro in February in the U.S. and World’s First Hybrid Smart Home Network Solution

Today at CES 2018, Huawei Consumer Business Group (CBG) revealed that its breakthrough HUAWEI Mate 10 Pro will be available in the U.S. through major electronics retailers, including Best Buy, Amazon, Microsoft, Newegg and B&H beginning on February 18, with pre-orders beginning February 4. Huawei also unveiled the world’s first hybrid smart home network solution. The HUAWEI WiFi Q2 series is a true plug-and-play Wi-Fi system designed for the entire house. http://bit.ly/2DfiHZO #Huawei #BigData #AI

API Life Cycle Basics: Gateway

API gateways have long played a role in providing access to backend resources via web services and APIs. This is how web services have historically been deployed, but it is also how modern web APIs are being managed. Providing a gateway that you can stand up in front of existing web APIs, and proxy them through a single gateway that authenticates, logs, and manages the traffic that comes in and out. There are many management characteristics of API gateways, but I want to provide a stop along the API lifecycle that allows us to think about the API deployment, as well as the API management aspects of delivering APIs.

I wanted to separate out the API gateway discussion from deploy and manage, focusing specifically on the opportunities to deploy one or many gateways, while also looking at it separately as a pattern in service of microservices. While code generation for API deployment is common, gateways are making a resurgence across the sector when it comes to working with a variety of backend systems, on-premise and in the cloud. There are many API gateway solutions available on the market, but I wanted to focus in on a handful that help span deployment and management, as well as allowing for new types of routing, and transformation patterns to emerge. Here are a couple of the gateway solutions I’m studying more these days: https://goo.gl/1yGVb4 #DataIntegration #ML