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