- Building Serverless Web Applications
- Diego Zanon
- 172字
- 2021-07-15 17:31:20
Introducing serverless
Serverless can be a model, a type of architecture, a pattern, or anything else you prefer to call it. For me, serverless is an adjective, a word that qualifies a way of thinking. It's a way to abstract how the code that you write will be executed. Thinking serverless is to not think in servers. You code, you test, you deploy, and that's (almost) enough.
Serverless is a buzzword. You still need servers to run your applications, but you should not worry about them that much. Maintaining a server is none of your business. The focus is on development and writing code, and not in the operation.
DevOps is still necessary, although with a smaller role. You need to automate the deployment and have at least a minimal monitoring of how your application is operating and how much it costs, but you don't need to start or stop machines to match the usage and neither do you need to replace failed instances or apply security patches to the operating system.
- Spring Boot開發與測試實戰
- CMDB分步構建指南
- Arduino by Example
- 深入理解Django:框架內幕與實現原理
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 區塊鏈:以太坊DApp開發實戰
- PostgreSQL 11從入門到精通(視頻教學版)
- Learning OpenStack Networking(Neutron)
- 人工智能算法(卷1):基礎算法
- 深入解析Java編譯器:源碼剖析與實例詳解
- Hacking Android
- 邊玩邊學Scratch3.0少兒趣味編程
- Kotlin進階實戰
- 百萬在線:大型游戲服務端開發
- Spring Data JPA從入門到精通