Used for interfaces, reusable components.
Created at Facebook and Instagram, also ReactNative for mobile
Dom Diffing uses JS objects to compare DOM changes
Never reads from DOM and only writes to it when there are changes
The Cloud:
Let protractor conf call selenium server directly:
'use strict';
exports.config = {
framework: 'jasmine',
// seleniumAddress: 'http://localhost:4444/wd/hub',
seleniumServerJar: '../node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.12.0.jar',
Set any fetched branch to track the remote, fetch and pull:
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all
(Here...)
Build Agent: Item in charge of building, testing, and deploying your code in the cloud.
Build Definition: A set of steps and tasks that the uild process must go through for the code to be built successfully.
Build Set: Action that is carried out to complete the build process.
Primary keys can be set as Id
or <MODEL NAME>Id
.
Foreign keys are set as <MODEL NAME>Id
.
public class Enrollment