Аневризма retweeted
Blogged: "Controlling Frequency and Pitch" (Learn Web Audio from the Ground Up, Part 2) teropa.info/blog/2016/08/10/…
3
3
Аневризма retweeted
Shiny new thing I'm excited about: Idris. The first type system that saves me from having to write any unit tests. idris-lang.org
2
16
63
Аневризма retweeted
Published: "JavaScript Systems Music". Learn Web Audio by following Steve Reich & Brian Eno teropa.info/blog/2016/07/28/…
12
78
186
What is the main reason that defines an engineer from a self-taught developer?? Just the title?? @_ericelliott #javascript #engineering
1
1
3
I don't want to get married cuz I'm already married with #javascript sorry darling too late for ya ;)
1
#angularjs 1.5.8 includes $q.race, Thanks thanks thanks ^_^ #javascript #es2015 #promise.race
1
Аневризма retweeted
Nice introduction to NativeScript article from @wernancheta 🚀 code.tutsplus.com/articles/a…
1
4
4
#React's first approach is object oriented, so stick with it
Nobody wants a #reactjs #developer as a boyfriend, u have to "mount" it first ;) #javascript #react
#render has on purpose and is to describe your view at any point in time. #javascript #reactjs #react #reactjsnews
¿What if you construct the html and then compile it? ;) #javascript #angularjs
1
I think #reactjs should have double interpolation braces {{}} cuz single ones makes think in object literals #javascript #react
2
If #reactjs is #functional why people put #classes in it?? Isn't enough?? Word? Are you serious? #javascript
Why #destructuring doesn't work with #this let o = {a: "prop", b: "name" this[{a}] = o; #javascript #es2015
memory is an array of bytes with address. local variable => naming a memory location #javascript