Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vinceve
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
44 ms
·
1.
▲
by
vinceve
5y ago
Welcome to Belgium! There’s a multitude of examples. :)
2.
▲
by
vinceve
7y ago
It masks the complexity of your statement. I know in ruby we had the same issues with the “try()” method. Our rule was, do or do not, there is no try. :) More info: https://karolgalanciak.com/blog/2017/09/24&#
3.
▲
by
vinceve
7y ago
For software engineers we ask to bring a piece of code with them that they wrote. It can be anything. At the interview they first show what it does, and then we go through the code together. We ask some questions about why they implemented
4.
▲
by
vinceve
7y ago
I am working as a java developer now for about 3 years. Before I worked 5 years with rails. You are completely right, a spring boot application with Lombok doesn’t come near a rails application. Also what people tend to oversee is that the
5.
▲
by
vinceve
8y ago
When I was younger I had similar experiences with customers who ghosted when their needs to be paid. The lesson I learned is to make sure you keep control over your code / env until the customer has paid. I implemented some mechanism i
6.
▲
by
vinceve
8y ago
Ever looked at Azure Event hubs? We’re usung this as a Kafka alternative because it’s way cheaper actually (for xx million number of messages with a throughput of 4 MBs per second its 75 €) then setting up a full Kafka and keeping it runnin
7.
▲
Learning to build a data lake
3 points
by
vinceve
8y ago
|
2 comments
8.
▲
Rombit is searching for developers, work right in the heart of Antwerp
(rombit.be)
1 points
by
vinceve
9y ago
|
0 comments
9.
▲
by
vinceve
9y ago
Belgian here. Day rates of 400+ euro are the normal rate over here for java and php developers (even to the lower side) for freelancers. But I should mention that you lose about 55% on taxes of it.
10.
▲
by
vinceve
10y ago
I read the article, and it indeed addresses the issues that I'm currently facing. Although that the comments also mention about QA testers without development experience, which can be a good thing. How to fit these people into scrum?
11.
▲
Problems in QA
2 points
by
vinceve
10y ago
|
2 comments
12.
▲
by
vinceve
10y ago
What about error representation? Most of the time I find that actually representing errors is the hard part of creating a REST api. You usually want some representation of each field, plus maybe a generic one. I always have troubles with th
13.
▲
by
vinceve
10y ago
OK, I did not know that. Thanks :-)
14.
▲
by
vinceve
10y ago
Yes indeed you can with a max time until your alarm goes of. I want to determine myself how long I disable my notifications.
15.
▲
by
vinceve
10y ago
The reason I use the web interface and not the app are following: - you can't disable notifications - you can't secure your app (aka Pin protection or a password) - huge battery drain as it is constantly connected to the internet.