- 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.
- The Modern C++ Challenge
- C++ Builder 6.0下OpenGL編程技術
- Visual Basic程序設計教程
- C語言程序設計基礎與實驗指導
- Practical Windows Forensics
- Practical Game Design
- Python程序設計案例教程
- SQL基礎教程(視頻教學版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 邊玩邊學Scratch3.0少兒趣味編程
- Mastering Data Analysis with R
- PHP程序設計經典300例
- jBPM6 Developer Guide
- 精通Oracle 12c 數據庫管理
- 區塊鏈原理、設計與應用