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
Аневризма retweeted
Angular News
@AngularJS_News
15 Feb 2016
GitHub - blacksonic/angular2-es6-starter: Easy Angular 2 development in pure ES6/ES7 syntax with Babel. -...
angularjs.posthaven.com/gith…
8
10
Аневризма retweeted
Lea Verou, PhD
@LeaVerou
13 Feb 2016
Fantastic deep article on the uses of background-clip by
@anatudor
css-tricks.com/the-backgound…
22
62
Аневризма
@aneurysmjs
13 Feb 2016
#this
isn't
#javascript
https://nitter.catsarch.com/t.co/kDUIkTBsJu
1
Аневризма
@aneurysmjs
10 Feb 2016
Array.prototype.concatAll = () => { let r = []; this.forEach(s => s.forEach(i => r = [...i, i])); return r; };
#es6
concatAll?
@jhusain
1
Аневризма
@aneurysmjs
10 Feb 2016
a predicate function just takes a value and return true or false.
#async
javascript
Аневризма
@aneurysmjs
10 Feb 2016
Array.prototype.map = projection => { let r = []; this.forEach(item => { r.push(projection(item)); }); return r; };
#javascript
#map
Аневризма retweeted
Angular News
@AngularJS_News
10 Feb 2016
A Deep Dive Into Data: How Forms Are Different in Angular 2.0
angularjs.posthaven.com/a-de…
10
8
Аневризма retweeted
Wes Bos
@wesbos
9 Feb 2016
🔥 CSS variables can be updated with JavaScript. Something you can't do with Sass! Demo:
codepen.io/wesbos/pen/adQjoY…
https://nitter.catsarch.com/t.co/vmd88AKvky
20
537
660
Аневризма
@aneurysmjs
7 Feb 2016
#javascript
unary operators can convert strings to numbers +'6' = 6 also Number('6') = 6 parseInt('6') = 6 // since ES5 no need for radix
Аневризма
@aneurysmjs
7 Feb 2016
#lambdas
is when use functions as first-class objects
#javascript
#functionalprogramming
1
Аневризма
@aneurysmjs
6 Feb 2016
const i = this.notes.indexOf(note); this.notes = [ ...this.notes.slice(0,i), note, ...this.notes.slice(i+1) ];
#javascript
#immutability
Аневризма retweeted
CSS-Tricks
@css
5 Feb 2016
GitHub Pages 👬 Jekyll 3.0
github.com/blog/2100-github-…
20
35
Аневризма retweeted
Angular Germany
@angular_de
4 Feb 2016
#Angular
2 Style Guide Community-driven set of best practices for
#Angular
2
github.com/mgechev/angular2-…
https://nitter.catsarch.com/t.co/5VIVC0rZ47
38
45
Аневризма retweeted
Eric Elliott
@ericelliott_
5 Feb 2016
You're already using functional tools like `.map()` and `.reduce()`. Now learn the core concepts.
medium.com/javascript-scene/…
#JavaScript
The Dao of Immutability
The Way of the Functional Programmer
medium.com
2
19
32
Аневризма
@aneurysmjs
5 Feb 2016
#javascript
lexical closure, first introduced in
#scheme
, it means that any function has access to the variables of the outer function.
Аневризма
@aneurysmjs
5 Feb 2016
#angularjs
1.5.0 stable, what you waiting for?
1
2
Аневризма retweeted
TNW
@thenextweb
1 Feb 2016
Zapier can now handle your most complex tasks with multi-step Zaps
thenextweb.com/apps/2016/02/…
https://nitter.catsarch.com/t.co/eCSLWZTQUv
22
31
Аневризма
@aneurysmjs
2 Feb 2016
this.pizzas = [...this.pizzas, pizza];
#ES6
... spread operator aka ellipsis
Load more