Be a _World Class_ Junior Dev - tdkehoe/blog GitHub Wiki
Other junior devs use three equals signs. World-class junior devs use four equals signs.
Other junior devs use six data types. World-class junior devs also have the ¡Awesome! data type. This is just like a string, except it's awesome.
Other junior devs listen to podcasts on 2x speed, twice. World-class junior devs listen to podcasts backwards, to catch hidden messages. For example, the phrase "the prototype chain" backwards is "Smoking marijuana is fun!"
My ex-girlfriend broke up with me when I defined her as an object.
Ecmascript cream.
When we don't know the answer we respond "Undefined."
We count everything in zero-base.
User authentication joke: catholicism.org's register page starts with an authentication error.
100% solid gold
Mr. and Mrs. Git
git vommit -m "This code makes me sick!"
In Angular, what do get when you combine a directive with an expression? An expletive.
I'm going to make an Angular dependency called ng-coDependent. It only works if it’s the second dependency in the array, and then all it does is if the first dependency throws an error then ng-coDependent adds an error message saying "It's my fault.”
The next three months will be exciting. Angular 2, and finishing the second floor bathroom.
Factories and services in Angular Service service is like a parent naming a child boy. A service is new'd behind the scenes, not by the user A factory is new'd explicitly by the user. Both are singleton, not simpletons. Service is a singleton, it's always the same object, like $rootScope Factory is a singleton but doesn't look like a singleton. It creates different objects, like $scope.