Computing Models
Client Server Architecture
Distributed Systems
Clusters
- It is group of connected systems and they can be viewed as single large system.
Code Build/Package
- How to build the code or convert code to package
- Developers write code but when the application is deployed on environments they might not be using code directly, To deploy applications we generally use packages
- Google Chrome installer is used to install google chrome not directly the code written
- How about deploying the applications on the servers.
- The discussion from now on is how code gets converted into package (easily deployable format)
Thanks for the post Khaja. it is very useful