Details
-
AboutDeveloper from another company... Doing refactoring, migrating/ redesign some old code written in php. Designing architecture for new services.
-
Skillspython, javascript, node.js, pouchdb
-
LocationNY
Joined devRant on 3/20/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
-
Freelancers!
How do you create your invoices?
I love toggl and want to build a service to automatically create and send invoices to my clients based on the times in toggl. Would this be of any use to you guys? Could do the same for other time keepers2 -
Sometimes I don't know if my co-worker is that stupid or...
Well, he came to me with an strange problem with mongoose.
I looked at the error message. And guess what the database was not reachable. Asked him, did you check the mongo db service. No. Of course the service was not running. Told him to restart it. Then he restarted robo t not the service itself. Major face palm. He then asked me if I knew why his service was not running. Do I look like some kind of wizard? Told him to check the logs. Long story short, his drive ran out of space....2 -
Fuck you c++...!!!
TL;DR:
float a = 1.0/10.0;
float b = a*10.0;
a == b returns false
😐
Story:
A beginner of c++ here
Wrote about a 1000 lines code (spread across multiple files, m not dumb)
Passed 90% of cases
Took one and a half days to figure out what's wrong
Turns out c++ doesn't give accurate (as perceived by a human who thinks in decimal) results when comparing equality of 2 floats with ==
Shouldn't that be the first thing to be taught in schools?19 -
There's so many Javascript frameworks, that the only way to stand out is to create your own framework.
I don't see an end or point to this perpetual nonsense.21