Details
-
Skillslinux, bash, regex, javascript, nodejs, c++, vuejs, css, html, 3d, design, audio
-
LocationTexas
-
Website
-
Github
Joined devRant on 4/16/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 still believe more people would use the voice assistant if they replaced "Okay Google" with "Operator".6
-
"Put aside your ego, it's the worst problem with programmers" -My mentor
I tend to help others and contribute with courtesy, putting my ego aside and listening to others' suggestions at all times, no matter how potentially silly they are4 -
Planning a camping trip with my friends.
Friend1: I’ll bring the snacks.
Friend2: I’ll bring the equipment to build the tents.
Friend3: I’ll bring the first aid kit.
Everybody: who’s bringing the equipment to make the fire?
Me: I’ll do that. I’ll just run Android Studio on my laptop.
Everybody: woah woah man! Take it easy! We just want a simple fire, not burn the whole forest down!7 -
Fixing bugs is kind of like picking freshly washed socks from the washing machine all socks at once.
As i grab the last sock from the washing machine, I drop a sock..
As i pick up the sock i dropped, I drop two more.. -
who ever has this as their skill set are legends!!
made me laugh going through thousands of lines of skills :D
"
A little bit of Lua in my life
A little bit of JS is all i need
A little bit of bash is what i see
A little bit of JSON in the sun
A little bit of Python all night long
A little bit of TCL here i am
A little bit of this makes me your dev
"1 -
The sad thing is no matter what we do we are all a variation of homer 😂🤣
Borrowed from https://medium.com/@cscalfani/...1 -
If your reading this and currently suffering from imposter syndrome then I have some words for you...
You’re fucking awesome! If you get a little better every day then you are the fucking bomb and don’t let anyone ever tell you otherwise.
Fuck the doubt because you are only as professional and valuable as you believe you are.5 -
Interviewer: Do you have created any android application before?
Dev: I just built an application to increase, farming production to help farmers earn some more money. It's less profitable but makes farmers better.
Interviewer: That's so stupid. Do you know Jeff Bezos?
Dev: yes
Interviewer: we need someone like that level of visionary to make money for our company. Sorry, we don't think you can make apps that makes people do stupid things for fame.
Dev: Do you know Nicola Tesla
Interviewer : yes
Dev: Well he should have pulled the plug long ago.6 -
Today, I learned the shortest command which will determine if a ping from your machine can reach the Internet:
ping 1.1
This parses as 1.0.0.1, which thanks to Cloudflare, is now the IP address of an Internet-facing machine which responds to ICMP pings.
Oh, you can also use this trick to parse 10.0.0.x from `10.x` or 127.0.0.1 from `127.1`. It's just like IPv6's :: notation, except less explicit.8