week_1
a developer has complained that all the changes he made to the code were overwritten by somebody. what tool could have avoided this situation?
a version control system like git
if python is being used in your application development, where are you likely to see it?
back-end
what would you associate an api with?
back-end
when a user tries to login to a website, he/she gets an authentication failure error. who do you think can fix this error?
back-end developer
who handles authentication and authorization?
back-end developer
who is more likely to work with databases?
back-end developer
which process automatically builds and tests your code?
ci (continuous integration)
what package manager(s) does python use?
conda pip
a user has complained that the website is readable on desktop but not on mobile. who can help solve this problem?
front-end developer
which of the following is not a development framework?
git
which of the following is not a required skill for a front-end developer?
java
what package manager does node.js use?
npm
in addition to sql, which tool can help you access databases?
orm
true or false: javascript can be used for both front-end and back-end development
true
which of the following do version control systems help you to keep track of?
what changes were made to the code when the changes were made who made the changes