Technical Test
Revision as of 23:43, 17 April 2022 by 172.17.0.1 (talk) (Created page with "==Technical Test== ====What is CI/CD?==== CICD is the combined practices of continuous integration and continuous delivery or continuous deployment. CI/CD bridges the gaps b...")
Technical Test
What is CI/CD?
CICD is the combined practices of continuous integration and continuous delivery or continuous deployment. CI/CD bridges the gaps between development and operation activities and teams by enforcing automation in building, testing and deployment of applications.
MEAN Stack
MEAN (MongoDB, Express.js, AngularJS (or Angular), and Node.js)
Box Model
The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.