This city inspired the name of Nokia.
What is Nokia, Finland?
The initialism BLI stands for this.
What is a Backlog Item?
The Nokia office located at 600 March Rd. was succeeded by this office in the calendar year 2020.
What is the Home Office?
Front end teams write front ends with this library
What is React?
Nokia completed its acquisition of this French company in 2016
What is Alcatel-Lucent?
PTS stands for this.
What is Problem Tracking System?
Code used to be stored in CVS but it has since been succeeded by this.
What is Git?
The ButtonIcon is made of this many components (3, 5, or 8)
Front end teams transpile JavaScript with this tool.
What is Bable (or Webpack)?
Nokia is headquartered in this European city.
What is Espoo?
In conventional Agile naming, a Story refers to a collection of work that will take days to complete. Nokia/NSP's uses this name in place of "Story"
What is a BLI (Backlog Item)?
To ensure a common development environment for all, this technology was used prior to docker/podman containers.
What is Vagrant?
The Menu component is made of this many components, including its menu items (Hierarchy depth ) (15, 23, 38)
What is 23?
Front end teams often implement styling with this 3rd party dependency
What is styled-components?
Nokia produced this product at the time it was founded
What are Paper Products?
In conventional Agile naming, an Epic refers to a collection of work that will take months to complete. Nokia/NSP's uses this name for an Epic.
What is a Feature?
NSP code can now be assembled with webpack but, it used to be done solely with this.
What is Gradle?
Freeform is this type of language.
What is a design language?
Nokia was founded in this year (1992, 1963, 1895, 1865)
When was 1865?
In conventional Agile naming, a Theme refers to a collection of work that will take years to complete. This is a higher level than an Epic. Nokia/NSP's uses this name for a Theme
What are Feature Groups?
UX favoured Marvel for doing mockups but has since adopted this successor.
What is Figma
A link or anchor tag has this many pseudo class states. Double points if you can name more than two of them.
What is six. (:active, :hover, :focus, :visited, :focus-within, :focus-visible, :target).