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,…
Wow, thanks guys! You made my day with these easy tips.
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 ;)
"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!
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…
How could a javascript timer be an expensive service?
I don't want to ask too much but, could you elaborate more on the ablocal.com site? It's hard to see the value against other services: Google's, Yelp, etc.
Hopefully though, not more retarded than you. Man...
Could you elaborate on the c10k-equivalent problem for massively multiplayer games ?
I'd recommend you to take a look at Softonic: http://careers.softonic.com/en Maybe they're not cutting edge, but the change may feel good to you.
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.
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.
I think tests should not go for code coverage, but for "Cyclomatic Complexity" coverage.
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…
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…
Never tried to have a nap before continuing, although now that I read you it sounds like a natural thing to try. Thanks.
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…
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,…
Wow, thanks guys! You made my day with these easy tips.
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 ;)
"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!
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…
How could a javascript timer be an expensive service?
I don't want to ask too much but, could you elaborate more on the ablocal.com site? It's hard to see the value against other services: Google's, Yelp, etc.
Hopefully though, not more retarded than you. Man...
Could you elaborate on the c10k-equivalent problem for massively multiplayer games ?
I'd recommend you to take a look at Softonic: http://careers.softonic.com/en Maybe they're not cutting edge, but the change may feel good to you.
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.
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.
I think tests should not go for code coverage, but for "Cyclomatic Complexity" coverage.
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…
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…
Never tried to have a nap before continuing, although now that I read you it sounds like a natural thing to try. Thanks.
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…