Going FaaSter: Function as a Service at Netflix
The FaaS revolution is taking the world by storm. It just so happens that JavaScript has become the lingua franca of the FaaS revolution. Customers love the no-ops and ergonomics of this new paradigm. They enable a revolution in developer velocity, allowing engineers to deploy code to production much faster than before.
At Netflix, these features are a perfect fit for the Netflix API Platform, which provides engineers the ability to write and deploy tier-1 services using JS without having to manage infrastructure or operations.
However, there are trade-offs to consider. Most FaaS offerings today are great for latency insensitive tasks, but not for fully fledged services that need to be isolated, low latency, reliable, and elastically scalable.
Learn about the architecture and internals of Netflix’s JS FaaS platform, which lets engineers deploy JS functions as isolated, reliable, and low latency production services.
EVENT:
NodeConf EU 2018
SPEAKER:
Yunong Xiao
PERMISSIONS:
NearForm provided Coding Tech with the permission to republish NodeConf EU videos.
Other Videos By Coding Tech
2018-12-15 | Asynchronous Hamburgers |
2018-12-14 | Building ASP.NET Core Web APIs |
2018-12-14 | Artificial Intelligence: The Future of Software |
2018-12-12 | What’s New in Visual Studio 2019 |
2018-12-10 | Jedi Principles of UI Animation |
2018-12-08 | TypeScript: Static Types for JavaScript |
2018-12-08 | Mathematics of Animation |
2018-12-06 | Old vs New JavaScript |
2018-12-05 | Choosing Your JavaScript Framework |
2018-12-05 | Whats New in C# 8.0 |
2018-12-05 | Going FaaSter: Function as a Service at Netflix |
2018-12-04 | Building Modern Web Apps in Java (with Live Coding) |
2018-12-03 | Architecting Web Apps |
2018-12-01 | What's New in CSS |
2018-11-30 | Help! I Just Inherited 50,000 Lines of Code! What Do I Do — A Practical Guide || James Powell |
2018-11-30 | Serverless Functions and VueJS |
2018-11-28 | JavaScript on the Desktop, Fast and Slow |
2018-11-17 | WebAssembly and Blazor: Re-assembling the Web |
2018-11-10 | Realistic AI Options For NodeJS Developers |
2018-11-09 | React360: 2D to 3D |
2018-11-04 | Moving Faster: Everyday Efficiency in Modern C++ |