- Effective DevOps with AWS
- Nathaniel Felsen
- 169字
- 2021-07-15 17:11:46
Differences in the production environment
It is often the case that the code produced by developers works fine in a development environment but not in production. A lot of the time, that is because the production environment might be very different from other environments and some unforeseen errors may occur. The common mistakes are that in a development environment, services are collocated on the same servers or there isn't the same level of security, so services can communicate with one another in development but not in production. Another issue is that the development environment might not run the same versions of a certain library, and therefore the interface to communicate with them might differ. The development environment may be running a newer version of a service that has new features that production doesn't have yet, or it's simply a question of scale. The dataset used in development isn't as big as that used in production, and scaling issues might crop up once the new code is out in production.
- Extending Jenkins
- ServiceNow Application Development
- 數據庫原理及應用(Access版)第3版
- 騰訊iOS測試實踐
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Python深度學習
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 樂學Web編程:網站制作不神秘
- Animate CC二維動畫設計與制作(微課版)
- JavaScript前端開發與實例教程(微課視頻版)
- iOS應用逆向工程(第2版)
- QGIS:Becoming a GIS Power User
- Getting Started with Hazelcast(Second Edition)
- Mastering Data Mining with Python:Find patterns hidden in your data
- 區塊鏈國產化實踐指南:基于Fabric 2.0