Serverless
Everything on SkillVeris tagged Serverless — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 2 libraries
Study Notes(2)
Azure Functions Basics
Azure Functions is a serverless compute service that runs small, event-triggered pieces of code without you provisioning or managing any servers.
Serverless Computing
Understand Function-as-a-Service (FaaS), event-driven execution, per-invocation billing, and the cold-start tradeoff behind serverless computing.
Interview Questions(3)
What is a Unikernel and How Does it Differ from a Traditional OS?
A unikernel is a single-address-space machine image that compiles an application together with only the specific library-level OS components it needs — network…
What is Serverless Computing?
Serverless computing is a cloud execution model where the provider fully manages the underlying servers, provisioning, and scaling, so developers deploy code a…
What is FaaS (Function-as-a-Service)?
FaaS (Function-as-a-Service) is a serverless execution model where individual, single-purpose functions are deployed independently and invoked automatically in…