Echo JS 0.11.0

<~>

kirilloid comments

kirilloid 2139 days ago. link 1 point
It’s funny, how it goes back to node style (which they copied from Go, probably) of (error, result).
Also don’t understand how did you get try/catch hell — exceptions propagate through as much nesting as needed—one just need to compose Promises properly.
kirilloid 2147 days ago. link 1 point
I wouldn’t say the title is clickbaity but the summary could have been “use module=esnext with TypeScript and Webpack”
kirilloid 2165 days ago. link 2 points
Posts are always created with +1, so I suppose it’s only one upvote.
kirilloid 2165 days ago. link 1 point
With Enterprise software owners started realizing their legacy Flex apps will turn into a pumpkin soon, the library prove to be useful.
kirilloid 2202 days ago. link 1 point
We have interviewed some people and we think *they* are doing it wrong. Let’s try explaining to them that we are going to ask them to guess that arrays-only solution is actually “guess that you need to implement your own hashmap”. And ask a lot of computer science stuff because we heard that google uses it.

Apart from that a decent article for some aspects of interview preparations.
kirilloid 2207 days ago. link 2 points
That’s a useful observation, but it doesn’t worth writing a whole article.
kirilloid 2209 days ago. link 1 point
I’ve heard about the following cheap and dirty solution against spammers not targetting a specific site:
Add visible checkbox: “I’m not a robot” and a hidden one.
Bots will either check both or none.
kirilloid 2209 days ago. link 2 points
I don’t understand what’s the problem with creating an instance of a component manually (just with `new`) and calling methods in a regular way. If calling `componentDidMount` in a “detached” way (BTW you can call it with `.call`) is OK.
[more]