Details
-
AboutFrench dev
-
Skillsjavascript, rust, c, c++
-
LocationParis
-
Github
Joined devRant on 9/21/2017
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
-
That feeling when you have been finding what is wrong for hours just to find that your problem is also an unresolved issue on github
-
Contacted ProtonVPN support few days back.
Issue resolved, the Support guy ended up asking about my username's relation with Call Of Duty...
And that's how I ended up making another friend.2 -
*Client phones me at 11pm*
Client: It's not working!!
Me:What's the error you're getting?
Client: "Database connection error"
*Phones system/dB admin*
DB Admin: Yeah we had to change the SQL logins, I've sent you the new ones
*Phones junior dev in charge of dB programming*
Junior Dev: Yeah you'll just have to go and change the credentials. They're in all the places where we're using the dB, just before the statement, in the connection strings...
We make over 470 calls to the DB 😑16 -
Client: We have a HUGE security problem.
Me: *thinks about any possible vulnerabilities* What is it?
Client: A user can take a picture of our website and steal our content.
I’m done for today.36 -
Manager: Write a function to get tomorrow's date.
Kids:
int getTomorrowsDate() {
return getCurrentDate() + 1;
}
Legends:
int getTomorrowsDate() {
sleep(1000*60*60*24);
return getCurrentDate();
}14 -
When you switch back to Javascript after a while of using SQL and dont see the error in this line..
Thanks for syntax highlighting that, firefox! I spent almost 10mins checking the parentheses and trying different combos...1 -
True web dev power is using the dev console to get rid of modal boxes so you can see the content underneath7
-
Manager: yo I need a time line for this shit.
Me: I don't know how long it takes.
Manager: tell me how long it takes.
Me: I can tell you what can be done in next couple hours. I don't even know what will happen tomorrow.
Manger: now tell me this time shit.
Me: .......
Seriously, dear fellow ranter. How do you estimate timeline? Your timeline is changing.5 -
When i was studying Engineering, I used to wonder how programmers works straight 3,4 days without sleep and all.
With today, I completed my 3rd day, with just 2 hours sleep in the last 70 hours.
Now I get it,
This is.. passion,
This is.. love,
This is Life.16 -
I just sent an email to a client about a bug fix with Bootstrap 3 Date/Time Picker, which was not working with Firefox and Safari.
My email was like this "The bug has been fixed and it will work on most browsers except IE and Edge."
He replied "Great!! I don’t like internet explorer anyway…"
I love these kinds of clients.4