#angularjs $http doesn't reject #promises correctly, $q as constructor does it so cool, saved me tons of wasted hours #debugging
Аневризма retweeted
Adding the first Angular 2 service to your Angular 1 app lnkplg.co/78jzr
3
5
What can I say??? Love #unittesting so much!! Y'all should be #testing right now!! #javascript #tdd
write the the test before the code write the the test before the code write the the test before the code #angularjs #jasmine #unittesting
1
“\x16\x00\x00\x00\x02hello\x00 \x06\x00\x00\x00blackend\x00\x00” #mongodb #bson
#webpack is the fucking future like or not, the CommonsChunk plugin blew my mind, I can't imagine my life without it.
Аневризма retweeted
Get Started with Angular 2 by Building a Simple Website bit.ly/1RWUV8d #JavaScript #AngularJS
2
4
A function that adds functionality to another function is called a function decorator. #javascript #es6 #es2015 #decorators
#JavaScript supports features like polymorphism and multiple inheritance with out using classes #javascript #beprototypal #noclasses #proto
mongo > use nodejscomco switched to db mydb > db.nodejscomco.insert({name: 'jero', email: 'jero@nodejs.com.co'}); #sisas @JulianCantillo
Difference between location and redirect in node.js stackoverflow.com/questions/… #nodejs #javascript #expressjs #res.location() #res.redirect()
2
The only important UNIX program still written in assembler is the assembler itself; virtually all the utility programs are in C #unix #linux
1
My #christmas present have been found @TheNodeOS Going to spend my time to #learn pure and vainilla-ish #nodejs #javascript #os #nodeos
NodeOS node-os.com/ node-os is the first operating system powered by #npm #javascript #nodejs #nodeos #linux #linuxkernel
let asyncForEach = (array, cb) => { array.forEach(() => setTimeout(cb, 0)); }; #javascript #es6 asynchronous forEach loop
var asyncForEach = function(array, cb) { array.forEach(function() { setTimeout(cb, 0); } } #javascript #es5 asynchronous forEach loop
#v8 "call stack" is a data structure which records where in the program we are. #javascript #nodejs #eventloop
1
tell me and I forget teach me and I remember involve me and I learn #javascript #nodejs
#nodejs child_process allows you to execute external processes in your environment.
2