- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 204字
- 2021-07-02 13:41:43
Package management
The Java programming language, and several other scripting programming languages such as Python, Ruby, and JavaScript, have their own module or package management tool. Java, for example, has Maven (http://maven.apache.org), Python uses pip (https://pip.pypa.io), RubyGems (https://rubygems.org) is used for for Ruby, and npm is used (https://www.npmjs.com) for JavaScript.
Package management tools not only allow you to download the necessary packages, but can also register the module or package that you implement. The following screenshot shows the Maven repository for the AWS SDK:

When you add dependencies to your application, Maven downloads the necessary packages. The following screenshot is the result you get when you add the aws-java-sdk dependency to your application:

Modular programming helps you to accelerate software development speed. However, applications nowadays have become more sophisticated. They require an ever-increasing number of modules, packages, and frameworks, and new features and logic are continuously added. Typical server-side applications usually use authentication methods such as LDAP, connect to a centralized database such as RDBMS, and then return the result to the user. Developers have recently found themselves required to utilize software design patterns in order to accommodate a bunch of modules in an application.
- C++ Primer習題集(第5版)
- Flask Web全棧開發實戰
- Mastering Ext JS(Second Edition)
- Java異步編程實戰
- 造個小程序:與微信一起干件正經事兒
- Web Scraping with Python
- 數據結構簡明教程(第2版)微課版
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Unity 2018 Shaders and Effects Cookbook
- 后臺開發:核心技術與應用實踐
- C++ System Programming Cookbook
- Learning Kotlin by building Android Applications
- C語言編程魔法書:基于C11標準
- Flutter之旅
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書