The goal of this methodology is to complete each phase of SDLC down to the last detail before proceeding to the next.
What is Waterfall?
Allows access to products in a development lab to explore, learn, and build applications that use Cisco APLs.
What is DevNet Sandbox
This is usually performed before the merge of code when version control is used.
What is a code review?
This data format contains tags, elements, and attributes.
What is XML?
This command allows you to update the local repository with the changes in the staging area.
What is git commit?
In the most fundamental principle of the Lean method, what stakeholder determines the useful value of software product features.
What is the customer?
Provided by DevNet for community members to share solutions, tool kits, and other resources with each other
What are Exchanges?
A service provided by Microsoft that implements a repository hosting service with Git
What is GitHub?
This data format uses three dashes "---" to identify the beginning of a file.
What is YAML?
This command allows you to update the remote repository.
What is git push?
This methodology encourages making decisions as late as possible in the process so that more facts and details are available
What is Lean?
A developer would use this DevNet resource to look for a Python library that supports APIs for a specific Cisco product.
What is Code Exchange?
This contains the file copies that can be modified and are only visible to the user of the client.
What is the working directory?
YANG interfaces support these two encoding formats?
What are JSON and XML?
What will the following command do? git branch -d <branch_name>
What is delete a branch?
The process of gathering requirements, creating a proof of concept, testing, and fixing bugs
What is the software development life cycle or SDLC?
Three ways within DevNet for developers to get help with specific developer scenario questions concerning Cisco products
What are logging a ticket, posting to a community forum, and posting to a Webex Teams space?
An open-source version of a distributed version control system
What is Git?
In this data format, the syntax of objects is key-value pairs, each surrounded by curly braces.
What is JSON?
This command allows you to compare changes between files.
What is git diff?
This software development methodology values responding to change over following a plan.
What is Agile?
Provides solutions across different technologies, industries, and geographies to jump start solution design and development
What is Ecosystem Exchange?
This area stores the information about what the user wants added/updated/deleted in the repository.
What is the staging area?
Daily Double!
Your score has just doubled!!!
This command allows you to view the modified files in the working directory.
What is git status?