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
21 Mar 2016
it's ok providers outside config? config(($provide,$compileProvider) => {
$provide
.value('$compileProvider',$compileProvider) });
@teropa
1
Аневризма retweeted
Kent C. Dodds 🏹
@kentcdodds
21 Mar 2016
A guide to changing git commits:
github.com/RichardLitt/docs/…
3
7
Аневризма
@aneurysmjs
20 Mar 2016
#generator
#functions
are the most misunderstood feature in
#ES6
but it is the most powerful in this version
#javascript
Аневризма
@aneurysmjs
20 Mar 2016
'for of' wasn't meant to iterate over 'values' instead of 'keys' like 'for in' 'for of' is intended for looping
#iterators
#javascript
#ES6
Аневризма
@aneurysmjs
19 Mar 2016
#instagram
and
#brave
#browser
are built with
#webpack
...
#javascript
#module
#bundler
Аневризма
@aneurysmjs
18 Mar 2016
"It'll take 5 years to people understand that virtual DOM and JSON is the way"
#reactjs
#falcorjs
#virtualDOM
#virtualJSON
Аневризма
@aneurysmjs
18 Mar 2016
"It took 30 years to people realize that functional programming works" - douglas crockford
#javascript
#functionalprogramming
#wasm
#nasm
Аневризма retweeted
Kav
@c0deNinja
17 Mar 2016
What’s new in Chromium 49 and Opera 36
opr.as/1WtlUaz
#WebDev
#Tools
1
1
Аневризма
@aneurysmjs
17 Mar 2016
nodeassembly sounds cool ah?
@_ericelliott
#nasm
1
Аневризма retweeted
Kav
@c0deNinja
16 Mar 2016
Functional Programming for JavaScript People
bit.ly/1Xv7UNy
#JavaScript
#Programming
1
2
Аневризма
@aneurysmjs
16 Mar 2016
#javascript
loop and
#iterator
let iter = obj.iterator(); while(true) { iter.next(); if (iter.done) break; func(iter.value); }
Аневризма
@aneurysmjs
16 Mar 2016
#javascript
#es6
#iterator
let obj.iterator = () => ({next: () => ({value, done})});
Аневризма
@aneurysmjs
15 Mar 2016
#javascript
is a little schemer - douglas crockford
Аневризма retweeted
Angular News
@AngularJS_News
14 Mar 2016
RT @PascalPrecht My talk on Angular 2’s change detection is up online!
lnkplg.co/WEmPQ
2
Аневризма
@aneurysmjs
14 Mar 2016
#scheme
is probably the best implementation of
#functions
in any language, is a dialect of
#lisp
which is the syntax-like for
#webassembly
Аневризма
@aneurysmjs
14 Mar 2016
if you want to fully understand
#webassembly
maybe a small checkout to
#lisp
will be a solid foundation, just the surface...
#javascript
Аневризма
@aneurysmjs
14 Mar 2016
what would be the straight forward definition for "macros" in programming
@_ericelliott
1
Аневризма
@aneurysmjs
13 Mar 2016
(module (export
$add
'add'
$add
) (func
$add
(param
$x
i32) (param
$y
i32) (result i32) i32.add((get_local
$x
) (get_local
$y
)) ) )
Аневризма
@aneurysmjs
12 Mar 2016
#webassembly
becomes the safe native format for the
#web
Аневризма retweeted
Angular News
@AngularJS_News
12 Mar 2016
How to create simple Basic64 authorization
lnkplg.co/dA1XK
3
9
Load more