Details
-
AboutFrontend Developer (the cool parts, not that pixel moving stuff)
-
Skillsjs, ts, angular, react, webpack, C#, dotnet
-
LocationGermany
Joined devRant on 11/23/2018
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
-
I can't use Javascript object destrucuring in react components because a colleague doesn't like / understand it for some reason.
So instead of:
({ something }) => {
return (
<div>{something}</div>
)
}
If have to use
(props) => {
return (
<div>{props.something}</div>
)
}
Its no big issue, but I hate it.8 -
While I was on vacation, someone added jQuery as a dependency to our angular 5 project because all his favorite libraries depend on it.5
-
Which - - reason should I use if I think the posting category / main tag is wrong? (e.g. the countless "rant" Postings that are no rants but memes etc.)2
-
# work on an open source project
# build an awesome pwa
# less frontend, more backend
# learn GoLang
# find or build more alternatives to Google services, Facebook etc.2 -
Recruiter logic: I know that developers receive a lot of messages from recruiters, so I'm sending you the third mail within a week to make sure you don't miss my special deluxe job offer!
I hate these recruitment spam bots...2 -
Until now, I've never contributed anything to an open source project (or even created my own). My GitHub Profile is completely empty. I don't know why, maybe I'm just to "scared" of bad feedback.
But I really want to change that. Any good advice on how to do so? What were your first steps in this world?4 -
The room automation (light, doors, music) of a "smart" Hotel owned by our company is still being processed by an API that runs on one of my ex-colleagues local machine. It has now officially been declared as a "server" and everyone just hopes it keeps working.8
-
I'm currently working on a feature that no one likes. Everyone knows that it will be removed soon because the users won't understand it, but it still has to be implemented due to client-side Management madness.
Good thing: the contract with this client expires in 3 weeks :)