Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
LePetitDev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
LePetitDev
9y ago
Transportation is a big problem, especially when it comes to commuting from a suburb to a city. I would love to have more options outside of aging and overcrowded mass transit. Are there solutions to this problem? Are there any killer carpo
2.
▲
by
LePetitDev
10y ago
I use Lambda in production as a replacement for a cron server. So far, all it does is keep my cache warm. So far, no complaints. It was actually TJ Holowaychuk's blog posts on his use of Lambda that got me to give it a shot.
3.
▲
by
LePetitDev
11y ago
On a related note, Drupal is dead to me.
4.
▲
by
LePetitDev
11y ago
After getting rid of redux, what did you end up using for your data-model needs?
5.
▲
by
LePetitDev
11y ago
Shill, agreed. Surprised to see that this Google developer advocate leaves Angular out of the test and focuses solely on React.
6.
▲
by
LePetitDev
11y ago
Hammer.js is for use on touch screens, not trackpads. I found the demo on the page to be a bit vague, too, but a much better demo in the following Codepen convinced me to use it. Plus, it has a much lighter footprint than Interact.js. http
7.
▲
by
LePetitDev
11y ago
The naming, alone, was enough for me to chuckle and give the link a click.
8.
▲
by
LePetitDev
11y ago
+1 for generators. As a former PHP developer, I jumped into using generators that return promises in io.js (as well as es6 classes), and the code reads very much like PHP code, except all of the i/o is now asynchronous.