Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mguterl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mguterl
4y ago
OP1
2.
▲
by
mguterl
11y ago
I really have enjoyed reading through Shay Howe's guides: http://learn.shayhowe.com/html-css/ http://learn.shayhowe.com/advanced-html-css/
3.
▲
by
mguterl
12y ago
You might want to check out The Little Manual of API Design: http://www4.in.tum.de/~blanchet/api-design.pdf
4.
▲
by
mguterl
13y ago
Unfortunately, paying someone well does not necessarily mean you're going to end up quality either.
5.
▲
by
mguterl
13y ago
It's worth stating that this is the MailingListsController and there is no mention of a MailingList. It seems to me like some functionality in the "before" example could live in the MailingList class.
6.
▲
by
mguterl
14y ago
Your site never seems to load for me.
7.
▲
by
mguterl
14y ago
Underscore.js has a function called once for this exact purpose.
8.
▲
by
mguterl
14y ago
I've been using analytical with our Rails backend which seems to achieve something similar: https://github.com/jkrall/analytical
9.
▲
by
mguterl
14y ago
Inheritance is not always the right solution.
10.
▲
by
mguterl
14y ago
The idea of instant scalability is somewhat flawed. James Golick does a pretty good job of explaining why here: http://jamesgolick.com/2010/10/27/we-are-experiencing-too-mu...
11.
▲
by
mguterl
15y ago
Here are some Chef cookbooks that will help get Jenkins running on Ubuntu including support for headless browsing via XVFB and Firefox: https://github.com/bmabey/continuous-cooking
12.
▲
by
mguterl
16y ago
We just started using steak and it is slowly replacing cucumber in our application. We found the translation between English -> Step Definitions -> Ruby to be too onerous, especially after our stakeholders showed no interest in help
13.
▲
by
mguterl
16y ago
It also gives you the nice syntax "keywords", feature, background, and scenario.