Details
Joined devRant on 6/3/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
-
how lazy can you be
```
const { available, quantity, deliveryDate } = {
available: data?.getStockLevels?.[0]?.available || "Unavailable",
quantity: 0,
deliveryDate: data?.getStockLevels?.[0]?.deliveryDate,
};
```10 -
senior dev told me yesterday - stop thinking like a manager, look at the big picture!
shouldn t it be the other way around?1 -
today is the day i will write a bunch of passive agressive redmine tasks with fucking steps to reproduce the fucking bugs and fucking info on the fucking environment of the fucking bug! i mean you have the time and skills to attach bunch nonsence screenshots with color coded arrows and circles, carefully cropping out info i could actually use, like the fucking url and browser, but you cannot consolidate your thoughts well enough to write down the steps that led to a bug??? fuck these people3
-
!rant
finished first week at a new job. i think this one is a keeper... least stressful enviroment i was ever a part of!2 -
sent an assignmet for a job i am applying for on saturday... recevied download confirmation now... :breaths heavily:
-
fucking angular and fucking reinventing the fucking language it was made on and fucking everything up5
-
when i place my hands on keyboard they automatically start typing function(req, res, next)... should have already made a sublime shortcut for it...2
-
back to coding after a long time, day 3 debugging wrong function for half an hour.... ahhhhhhhh back in the saddle :))))
-
few years back there was a corruption scandal in my country, serbia. one of the ministries paid around 25,000 euros for a website to a company that was founded few weeks before the open call. for comparrison sake average pay at the time was around 300 euros. the website it self didn t have any special features, just publishing contenet. wordpress would do the job. on a press confference, trying to defend the cost, spokesperson of the ministry said that the website was made in "cms programming language".
it community lost it! mems started immediatelly, "i am learning cms language so i could charge 25.000 per project". and then one guy got intrigued, found the login page, and typed:
username: admin
password: 12345
and got in!!!!
i kid you not!
he posted featured news on the homepage, saying hey guys your credentials probably shouldn t be admin/12345. twitter was on fire, everyone started loging in and posting shit.
and the crasiest part is that this guy was arrested and charged for cyber-crime!4 -
i am a procrastinating asshole. woke up at 7am to do some work, and still, 5 hours later - nothing! i am so pissed of at myself right now. i just want to jump out of my skin and not be me anymore. fuck.7
-
cloud based cms, me be developers evangelist... coolest part the look on developers face when they realize that they only need frontend to develop sites on it, they really did look at me like i am spreading the word of god
-
i always go out of my way to help people learning to code. as a self-thought coder myself, i remember the struggles of starting out and not knowing the basic shit. but it seems that in todays environment, when there are a lot more resources, gamified platforms, tutorials, online courses, paid and free, their motivation to actually learn stuff, is non existing.
learn what the css property actually is before torrenting the fucking useless 40 hours video tutorial on how to use the shitty bootstrap.1