Details
-
Aboutworking for a small company of 8 people in the Netherlands
-
Skillsts, angular, react, Java, nodejs, flutter
-
LocationNetherlands
-
Website
-
Github
Joined devRant on 3/29/2019
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@AnxiousADHDGuy unless they have a camera pointed at you how are they gonna know if you took a break to take a leak? Just turn it on when starting work and stop for example for lunch break. No one is gonna be the wiser
-
Toggle doesn't track your screen/mouse is active. We use it to track time at the company and if it would I would have a shit ton fewer hours 🤣. Just fill it in when you're done for the day and you'll be fine.
Also you don't have to "install" toggle it's just a webapp -
@fullstackchris you have test coverage? 😲 Here the customer is too cheap to pay for tests to be written which is why I have to fix all kinds of bugs in production 🤦
-
@ocramovic it's okay to copy code. Just make sure that you understand the code you are copying
-
Usually that link is to the shipper so you can't blame the sending company for something that isn't their responsibility to show a correct message. They just got the tracking number from the shipping company.
-
And tomorrow everything is on fire 😂
-
I had that for 3 months in the past. The work on the frontend was done and we weren't allowed to help the backend with there stuff (because of contract issues). I also did some personal stuff in the meantime just to get through the days. After 3 months I got a new project and I could sink my teeth into that till I got kicked out and the other guy who had be twiddling his thumbs next to me got that gig. In the end best thing for me as I got to work for 8 months abroad after that.
-
@AtuM I would be fired within a day as I tell the truth and something tells me they won't appreciate that 😅. I already have issues with that with my current job sometimes that customers don't wanna know what I am thinking 🙄
-
What mental health?
-
For me it's when I am on holiday you can ping me all you want I am not gonna fucking reply.... I AM ON HOLIDAY!!! And he got got the nerve to say "you get to reply" like it's some kind of privilege 😒
-
@MadMadMadMrMim You did advert your eyes at a certain point though right? 🙈
-
@stupid-punk I got the same. I am a procrastinator since the dawn of time 🤣. What helpes for me is having a call open with my co-workers and bosses. That way I feel like I am being watched what I do (even though I am not) and I feel a bigger urgency to actually do things that should be done
-
@heyheni I am definitely not that good of chemist 🤣. I only had like the basic things and it's been about 10 years since I done anything with it 😅
-
Yeah I don't envy him and his team. It did make me appreciate higher level languages so much more and it's good to know what lies underneath those but man if anyone would ever say I had to write something in assembly again, I would slap them silly
-
If anyone can StackOverflow can 😉
-
"...but I only want to us modern programming languages."
And that person then comes up with Java? Sorry but someone like that is someone you can't take seriously. -
Oh keep gladiator fights between the recruiters: You ask for my services but so does he/she. If you win the fight to the death I will consider your offer unless another recruiter comes along and offers me something within a month then you will have to fight again
-
I think the trick with those type of people to just do nothing until they are aligned 🤷♂️
-
O would flat out refuse to do that stuff unless it was written down that I was responsible for that stuff otherwise it would be a shit storm whenever you need to code something and they say "well you can do that in between right?" And let the managers fight it out what I should do first
-
@Alyve ah okay didn't catch that from your rant 😅 and of course there are days you wanna put him out behind the wallpaper then just say come back tomorrow 😉
-
I think it's a good thing as a junior to ask why something is done a certain way. That way you can understand the reasoning. Also I think more senior devs should make some time to help the juniors on their way...
-
Why is <some feature> not here yet I told you to build it. Oh you have to click THAT button to use the feature. Now I want another way to use it
-
Maybe your problem is that setstate is async and you are treating it as sync code? Try putting your sync code in the callback as a second argument to setstate
-
him = vim of course
-
Well this just ain't fair. In the 60's they didn't have him so they had time left to do stuff that we now need to exit vim
-
Those are the 3 stages of bug hunting
-
Last season it improved though (not that it could have been much worse) but it has a long way to go
-
It's not gonna get better. After the specials with Tennant it is going downhill.
-
Well the benefit is that any valid js is also valid typescript so if the room is there you can do the new parts in typescript and leave the old parts in js and on compile combine it all
-
Go with typescript. It makes more sense coming from Java as you'll have types