Details
-
About23 years old Electronic Technician Electronic Engineering student Front-end & Back-end developer
-
SkillsASM, C, C++, Java, JS, PHP, LUA, Python, HTML, CSS
-
LocationBuenos Aires, Argentina
-
Github
Joined devRant on 3/2/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
-
I was in a technical interview for a web development position. When it was time for them to choose a question they showed me this:
How can you make this code display 0 to 9 correctly?
for (var i=0; i < 10; i++){
setTimeout(function(){
console.log(i);
}, 1000);
}
When I saw the question I instantly smiled and rubbed my hands ready to answer since I knew exactly the answer and they told me:
"Oh you looked already familiar to this one, we'll choose another for you"
I legit stood up and left the fucking interview right there.14 -
6 months ago I sold everything, quit my job, gave up my apartment and left the country with my 11kg backpack. I booked a one way ticket to South America. I wanted to travel, get lost but also finish up some personal projects and do a little tech books challenge I came up with. I learnt so much over the past half a year, it's crazy.
Not looking back. Projects paid off and it turns out that my dream company actually found me themselves without me even applying... and so still from South America I'm in final rounds of the interview! 🤗
All my worries about a gap in CV, no employment along with other problems I thought I was gonna have... It's all BS. So if anyone here is waiting for a sign. Well, this is it now. Go!22 -
Some time ago I had ordered a LCD display I wanted to use in a project. Ended up with a vague datasheet and no clue of how to use a 8bit parallel interface. There was also little help on the internet cuz most ppl use a serial interface.
So after HOURS of reading I finally managed to get it to display something!
I sometimes wish some stuff was better documented.12 -
Oops, i bought a new one - I dont really know what i wanna do with it - but it was on sale so 😅
#4GB-RAM15 -
A friend got a "new" (several years old) pc from an other friend. The pc made strange noises, so I open it and found a little speaker connected to the USB pins on the mainboard. Not an USB speaker but a simple mini speaker with two cables (see the picture). Why would someone do this?16
-
I was so proud of my recent tiny little node script that I published it on npm.
I really just kinda wanted to learn how npm worked. I don't expect anyone to find any use from this.
I wrote the README in a sarcastic tone if anyone is interested in reading that
https://npmjs.com/package/...4 -
TIL: Apps you install on an IOS device for testing purposes with a free account expire after one week. Nice move apple!3
-
My mother-in-law asked me to reinstall her laptop. I made a deal with her that I will happily do that, but only if it can be a Linux distribution.
She eventually after asking questions about it agreed.
She don't want to go back anymore.
Funny enough, the co-workers didn't understand why is her laptop slightly looks different, so they started to tell her , that the laptop is full with virus.
I explained her that she doesn't even have system privilege to install one even if she wants.
She was happy with the answer :D5 -
Interviewed at Microsoft 2days ago. I feel positive about it. Fingers crossed to see what feedback I get.21