Details
-
AboutMobile dev
-
SkillsJava, Android, Swift
-
LocationAtlanta
Joined devRant on 5/10/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
-
Of all people that apply for a job at our company, 95% can't write a loop that counts from 1 to 10.
And if that's not bad enough: our bosses state "we shouldn't ask such difficult tasks."18 -
When client compares his cheap 3 months old project App with well established multi Billion $ Bigwigs' Apps :|
"Look how cars are moving smoothly on map in UBER, I want something like that"
"Look how fast is GOOGLE Search"
"Look how AMAZON figures out what we want next"
Are you fuckin serious :|5 -
Just started android development with android studio 2.1 and spent 30% of the time for actual coding and 70% solving ui rendering issues!1
-
The moment you realize, you are not getting your own website's Google Analytics information because of your Ghostry and Ad block plus installed :|
It hurts 10 folds when you spend 8 hours in debugging and on SO before epiphany ://
Karma is a Bitch :| -
//Something great
try
{
//Some code.
}
catch(Exception ex)
{
string url = "http://stackoverflow.com/search?q=";
System.Diagnostics.Process.Start($"{url}{ex.Message}");
}1 -
Urge to kill anyone who creates two-state progress bars - 0% and 100% - is rising. Why do you even put the freakin' bar there?1
-
My biggest tip to new developers? Embrace your ignorance, don't be embarrassed by it. Let it inspire you to learn as much as you can, let it humble you into asking questions when you're stuck, let it prepare you to change within an industry that is anything but static. Admitting you don't know something isn't a weakness, it's an opportunity 😃6