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
24 May 2016
Remember that strings are immutable in
#JavaScript
. Methods like replace() and toUpperCase() return new strings
Аневризма
@aneurysmjs
24 May 2016
a
#webworker
is a separate execution context for your application, it allows you to run some part of your
#javascript
in a different process
Аневризма
@aneurysmjs
24 May 2016
You have to 'forEach' the
#observable
in order to something happen
#javascript
#RxJs
1
Аневризма
@aneurysmjs
23 May 2016
how would you prohibit the use of 'this', 'new' and 'class' in
#javascript
?
@_ericelliott
@teropa
#napalmjs
1
Аневризма
@aneurysmjs
19 May 2016
A deep course of drag n drop would be cool
@eggheadio
, they all use a library which isn't bad but with raw
#javascript
it'll be cooler
Аневризма
@aneurysmjs
17 May 2016
After almost two years doing
#angularjs
, I finally understand
$q
.when()... Jajajajaja better late than never
Аневризма
@aneurysmjs
16 May 2016
Function.prototype.method = function (name, fn) { this.prototype[name] = fn; return this; }
#douglascrockford
#javascript
'method' method
Аневризма
@aneurysmjs
15 May 2016
a strong resource for 'vanilla' drag n drop with
#javascript
@_ericelliott
i.e how to lock positioning is made, restrict axis etc..
Аневризма
@aneurysmjs
13 May 2016
When using ES2015 classes, u have to use lots of arrow functions to avoid "let self = this"
#javascript
#es2015
Аневризма
@aneurysmjs
13 May 2016
#angular
#testing
module load our modules inject get instances of components from modules dump serializes objects for common debugging
Аневризма retweeted
Angular News
@AngularJS_News
11 May 2016
Learn how to write angularjs 1.5+ components using typescript similar to angular2 style.
news.angularjobs.com/how-to-…
#The
8
5
Аневризма retweeted
Microsoft Developer UK
@msdevUK
10 May 2016
Best
#CSS
practices for beginners to write clean, manageable stylesheets:
msft.it/6014Bo8ms
#WebDev
#UX
35
45
Аневризма
@aneurysmjs
10 May 2016
anyways, I love the way
#typescript
outputs
#javascript
when using 'extends' on a class, lot of heresy to learn keep thinking javascriptlty
1
1
Аневризма
@aneurysmjs
9 May 2016
"with interfaces I can be very specific about what you suppose to pass me" couldn't get it more clear
@DanWahlin
#typescript
#interface
1
1
Аневризма
@aneurysmjs
9 May 2016
any good resource to learn deep drag n drop from scratch??
@DanWahlin
@jhusain
@teropa
1
Аневризма
@aneurysmjs
9 May 2016
var Wasp; (Wasp => { "use strict"; var Parasites = (() => () => {})(); })(Wasp || (Wasp = {}));
#javascript
doesn't need classes
Аневризма
@aneurysmjs
9 May 2016
Firts off, apologies,
#typescript
isn't bad I though it was, thanks to
#angular2
opened my eyes export class Jero implements Istuff {}
2
2
Аневризма
@aneurysmjs
8 May 2016
<div *ng-for="
#user
of users"> <card [user]="user"></card> </div>
#angular2
1
Аневризма
@aneurysmjs
8 May 2016
An expression produces a value A statement performs an action
#angular2
1
Аневризма
@aneurysmjs
26 Apr 2016
#HTML
was think as a document retrieval system not for making apps...adding more new features increases the complexity
Load more