Details
-
AboutFront end developer and Machine Learning enthusiast. Loves to code, make music and travel.
-
SkillsJS, React, CycleJS, VR, Android, IOS, Machine Learning, Functional Programming
-
LocationSão Paulo
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
-
That time when somehow you didn't do a Google search first and spent 6 hours to develop a simple algorithm that someone else already thought of in 1985.2
-
I think devRant should add an Ask A Dev section, since I always feel intimidated using stack and I can't be the only one...9
-
My client is so cool!
he can develop a Bug with just a mere touch on the test device
awesomely insane!4 -
Can we please take a moment to acknowledge the fact that our community has grown tremendously? #feelingblessed2
-
Me at home with my sister.
She(with water jar): Roshan, I can't open up the jar, please help me.
Me(coding): Do not disturb me!! just install Java runtime environment (JRE) and open it again.3 -
Most recruiters will write they've found my Linkedin profile and read it thoroughly with great interest. I always call their bullshit with this simple line on top of my profile.
-
on my first job interview(7 years ago when Android wasn't populer yet) the recruiter was like "so, you know Android?" and I was like "yeah I got 3 months of experience" so he just told me immediately "great, when can you start"
that was the shortest interview in my life so far.3 -
Whosoever developed this app, hats off to them.
An app where devs can share their opinions and everything.5 -
function checkBrowser() {
if(browser == "Internet Explorer") {
print("I'm sorry, you have reached the 404 error page. Please use a different browser. Have a nice day.");
}
else {
print("Thank you for not using Internet Explorer");
}
}6