Details
-
SkillsJS
-
LocationBengaluru
-
Github
Joined devRant on 1/6/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
-
Syntax for my proposed "unsure" programming language.
Variable declaration:
let's just say that <variable name> = <value>
Function declaration:
hypothetically, we could <function name> (<args>){}
Try/ catch:
it's possible that
{
}
...or not (<ex>)
{
}3 -
If you are not wasting your 10hours to automate your half hour work then you are not a real programmer.6
-
Stop recommending arch
Start recommending arch wiki
These nerds spend so much stuff in their system that every weird shit and behaviour is there6 -
The best estimations are the team based estimations. Do a planning poker, but don't agree on the average or median, just sum up all the estimations! 😉1
-
1. PHP would just die
2. Typescript become more popular than flow and the rest
3. Recruiters would stop assuming nodejs = react dev4 -
1.) Make Linux slightly more popular on the desktops.
2.) Windows 11 is actually a Linux distro.
3.) Let JavaScript burn in hell17 -
If you CC: me on an email I won't read it because I'm clearly not the intended recipient and I'm not going to do your work for you in trying to work out why I should give a fuck.
If you wish me to actually *give* said fuck then send me my own fucking email explaining why I should give a rat's anus about your shitty little problems.
And, if you try to use "but I copied you on the email" as an excuse for your incompetence in a meeting, I will eviscerate you on the spot. You will be looking at your small intestine while I ask your assembled co-workers if they have any other business.
CC: basically means you have no respect for my time. So, if you do it, I'm coming for you...and your family...and your friends...and all the people you know on Linked-In...7 -
Rules for server newbees:
1. Never just copy paste stuff from the internet into your console.
-- End --18