Details
-
AboutLearning and fixing!
-
SkillsHTML, CSS, PHP, Java, Android, Javascript
-
LocationIndia
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
-
windows update code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
_mineBitcoin();
print("100%");
return;
}15 -
I've put my blood, sweat and tears into this company in the past years. Worked overtime, evenings, weekends, night shifts to get shit done and helped out in sharing knowledge only to learn a new guy who's still learning has 200 bucks higher pay check than me.
I'm not even sure how to react to this.18 -
My first interview.
Interviewer looks at my resume, asks me questions about the projects that I had done at that time.
Tells me he hadn't done this much when he was of my age.
Rejected.13 -
Just signed a contract for a new room!
This means I'll be going from 500kbs to a general 30-50mbs 😍21 -
It's so good, to have a CEO who is an engineer and has coded in the past.
As you might guess, this leads to rational requests and expectations.7 -
Other people : she said yes :') :')
Me: the client accepted the first draft without asking for changes :') :')2 -
Me learning JavaScript
Step 1 console.log("hello world")
Step 2 change the devrant avatar t shirt to js8 -
Yesterday I managed to optimize a query...
Went from 43 seconds to 0.0702 seconds.
For some reason mysql decided to copy the data of 4 huge tables into a temp table and do its operations there... (the copying to temp tale took 42/43 seconds)
Two composite indexes later and I saved the company hours of time over the course of a few months.
Feels good.14