- 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.
- Vue 3移動Web開發與性能調優實戰
- Extending Jenkins
- Implementing Modern DevOps
- FuelPHP Application Development Blueprints
- Python快樂編程:人工智能深度學習基礎
- PHP基礎案例教程
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Visual C++串口通信技術詳解(第2版)
- Java Web基礎與實例教程
- MATLAB實用教程
- Building Minecraft Server Modifications
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Python算法從菜鳥到達人
- Building Android UIs with Custom Views