DevOps is a field which takes skills from Software Development and Operations Engineering to create and run applications more effectively.
Development + Operations == Better Services
DevOps defines 5 key pillars of success:
Reduce organizational silos
Accept failure as normal
Implement gradual changes
Leverage tooling and automation
Measure everything
System Administator will
Responsible for systems (typically servers) running code, applications, and services
Keeping applications running (they crash, sometimes a lot)
Updates, Security
Monitoring, Logging
Automates significant amounts of work with infrastructure
This enables a small team to administer hundreds or thousands of servers
Involved in infrastructure architecture and decisions
Can be involved in QA/Development work as well.
Day wise hands on exercises/ assignments Day 1: HTML Hands on Exercises Date:04-10-2021 1.Create a web page to display your name, designation, location. 2. Create a web page to show about yourself in 3, 4 paragraphs. 3. Create a web page to display some nature images and Describe those images. 4.create a web page about college anniversary celebrations Divide your page in 4, 5 div elements . In the 1st div, put the heading of college , and display other details about the college. In the second div put images of the college. In third div put details of celebrations in paragraphs In the fourth div display the guest list. Use style attribute for doing color, background color, font etc, To emphasise some special content use elements like , 5. Create a web app on Indian cultural festivals. Use semantic elements for lay out of the page. Define an external style sheet and link with the page. Your app should have indexpage, cultural page, about us page. You should navigate amon...
Comments
Post a Comment