Details
-
AboutAlways code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
-
Skillsjs,php,html,css,python,java,c(++/#),gwt
-
Location746.202.778.734th bit on web
-
Website
-
Github
Joined devRant on 8/2/2016
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
-
Surveying Web developers who have used a Framework (like Angular, React, Vue, etc.) for my Master Thesis
Hi all,
I am writing my Master Thesis on Code optimizations when using a Web Framework.
Basically, I want to do a statistical analysis to see if any Web Framework makes web developers optimize their code.
To do this, I have set up a survey of 19 questions that shouldn’t take longer than 10 minutes of your time.
With these results I hope to find if any code using a specific Web Framework is more optimized than another.
https://forms.gle/2A1pZKgHSUs2eyV3A
I thank you for your time and effort!
Dunky10 -
I don't know why, but on the webinterface in Google Chrome + AdBlock the (++) button will be hidden :S2
-
Worst part:
Either "Can you fix my PC, it won't start"
Or "Can you hack <some instance here> for me because <some stupid reason>1 -
!rant && idea
I'd it'd be nice if we would be able to browse all the images in a timeline.
Currently looking for one picture in particular, but it came across through algo. So very hard to find it again ⊙︿⊙1 -
So everyone is sharing their work again, so here is mine.
And no 6 monitors, 1 pc isn't overkill.
Well...
Maybe...
But just a little!
Usually, one is spotify, one iChrome, one development (center bottom), one execution of dev, one email&facebook split and one documentation.24 -
So I was on a conference in Berlin and opened up my laptop running Ubuntu 16.04.
Suddenly a huge sigh from the audience: *uhg* not unity...
Now since I'm usually working in windows and was limited by time I didn't have another option, and Ubuntu has an easy installer.
Now I'm looking into dual booting my other laptop (windows 10) so I want to know what distribution is according to you devranters best?
Currently considering Ubuntu and arch, anything I might have missed?19 -
When you think your rant is so good it'd get many likes and finally will be able to request a stress ball. But in the end only 5 or so like it. And your sitting there like...
⊙︿⊙
ヽ(´□`。)ノ5 -
My dad got me an old windows 98 (Still relatively new) with flight sim. I downloaded limewire to download limewire pro. I was surprised I got viruses on my pc, had to ask his colleague to fix it. Good ol' times
-
thank you devRant devs for this great app. Could you make the comments of the loaded rants be readable offline?3
-
I'm writing this rant because I've read all the recent rants here. As well as the top +-100 Algo rants.
So for the ones with the same craving for rants, here's mine. -
what to do when you feel down and are nowhere near a computer to write a few lines of soulcode? (soul food for devs)5
-
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding1
-
I had to do a modular deduplication project that could read, parse and clean up the data.
The data? Personal information: Name, Surname, phone, address and more.
Imagine the zip code in any of the following formats: ####AA, #### AA. Names with and without dashes. Address with(out) spaces, dashes, underscores etc. as well as typos! Now clean it up, and dedup.
But what files have priority over another? What data is newer? How to process address changes?
Deadline: 2 moths, impossible deadline for a (at the time - 4 years ago - rookie developer)
Anyway, night before the deadline, code was running somewhat (Java) and was able to get a Regexed address cleanup of about 70 - 80%.
My boss comes in to check the progress, sits me down next to him and says: Not good enough, let's do it together tonight, it was 4pm, day normally ends at 5pm.
No thank you, I can't do that. if you don't want this code, then I can't meet your deadline.
bye