Confluence Assignment & Lab – Pankaj Devrani

What are top 5 use cases of Confluence? Writing product requirement Documenting organisation processes Create Technical and onboarding docs Create Knowledge Base Create sprint retrospective and demo pages What is Space Vs Blogs Vs Pages Space is used to organise content into a meaningful category. For e.g. Marketing, Development,  Products Blogs are used to share announcements, journal entries, status reports any other timely information Pages are used to store information like technical knowledge, processes or meeting notes List out Top

Read more

Jira Assignment – Pankaj Devrani

What are top 10 use cases of Jira and give short explanations of each use cases Test case management – you can integrate jira –  Jira integrates with a variety of add-ons so the QA’s testing slides seamlessly into the software development cycle.  Teams can test effectively and iteratively.  QA teams use Jira issues, customized screens, fields, and workflows to manage manual and automated tests. Jira for agile teams – Jira Software provides scrum and kanban boards out-of-the-box. Boards are task management hubs, where tasks are mapped

Read more

Git Assingment -Pankaj Devrani

Q1. What are differences between the git distributed model and svn server-client model? Git is open source distributed vice control system whereas Apache Subversion is an open source software version and revision control system under Apache license Git has a Distributed Model. But SVN has a Centralized Model. In git every user has their own copy of code on their local like their own branch but In SVN there is central repository has working copy that also make changes and committed

Read more

Docker Assignment – Pankaj Devrani

Components of Docker and its Brief Summary Docker has below components.  dockerd – is a docker daemon which listens for docker API requests using three different types of sockets(unix, tcp and fd)  Containerd – is responsible for managing container lifecycle. It takes care of image push/pull, managing storage, invoking execution of containers, managing network primitives RunC – is command-line client for running applications packed according to OCI format and is a compliant implementation of the OCI What is the differenece

Read more