Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jjrumi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
jjrumi
9y ago
Xing | Multiple positions | Barcelona | onsite | full-time | https://www.xing.com/ Xing's Barcelona office offers a great, multicultural and diverse environment. The sunny office is located in the center of Barcelona,
2.
▲
by
jjrumi
10y ago
Wow, thanks guys! You made my day with these easy tips.
3.
▲
by
jjrumi
10y ago
Thanks for the tips and insights, man! You were lucky to be in a project willing to rewrite the monolith with different technologies. By the way, looks like you're living in Barcelona as well ;)
4.
▲
by
jjrumi
10y ago
"I had to study so much in these last 2 years" --> Could you give a glimpse on what have you studied/read? I'm very interested. Thanks!
5.
▲
by
jjrumi
11y ago
This is going to sound cheesy, but you need to find an internal peace with yourself, and realise that you are enough . Once you get there, what you'll actually feel is that it doesn't really matter (there are more vital/co
6.
▲
by
jjrumi
15y ago
For instance, you can have a test result of 100% line coverage but if you have composed conditionals and you only check the first part of them... you are NOT checking all the paths of your code.
7.
▲
by
jjrumi
15y ago
It's not a "safe" copy, it's a set of known data in memory that fakes the DB connection and reacts as it will with a real DB connection. And yes, I have 500+ UTs.
8.
▲
by
jjrumi
15y ago
I think tests should not go for code coverage, but for "Cyclomatic Complexity" coverage.
9.
▲
by
jjrumi
15y ago
I don't know if ephemeral_response solves this, but the first thing that comes into my mind is caching an error (webservice doesn't respond in time or whatever). This happened to me some times. Caching the error is a big problem when you ha
10.
▲
by
jjrumi
15y ago
In my case, most of the time mocks are used to avoid Database interactions: They are dangerous for writing and slow for reading. The best thing I've run into lately have been "mocking" the DB creating a copy (temporary tables with only the
11.
▲
by
jjrumi
16y ago
Never tried to have a nap before continuing, although now that I read you it sounds like a natural thing to try. Thanks.
12.
▲
by
jjrumi
16y ago
I'm somehow in the same situation Michael was in the 80s. I'm young, my couple has to wake up at 6 and I can stay in bed easily till 8. I've been trying to be productive in my personal projects (programming) either at night, after she goes