Details
-
AboutBackend
-
SkillsPhp,Laravel,Angular
Joined devRant on 8/20/2017
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
-
Serously I just recoverd from being overworked and senior developers are complaining to me that their code does not work???
DUDE just read the fucking error and start googling!
How the fuck do you think I learned software development?
It's a fucking matter of trail 'n error!2 -
Ever sat in a terminal doing changes to a server only to realize you're actually on your local machine?3
-
Product Managers: I know what users want! They want 10 different things stuffed into 1 piece of software that does nothing well because I don't understand budgets, timelines, or scope.
Everyone else: How about we do 1 thing, and do that well.1 -
I found a new hobby: coding in many text editors (or IDEs) at the same time, because "I want to find out which one is better" (I don't know why I'm actually doing this, but I can't stop)
Wait, it's not a new hobby ... I already did this with C++ with using atom and Visual Studio at the same time, then I installed Clion too and VS and Clion were both running along with atom ...question gedit text editors brackets notepad++ vscode eclipse clion intellij wordpad atom visual studio31 -
About to be jobless in less than a month because I'm resigning to take a bet on my dreams and skills. Deep down I'm little bit scared as each day goes by.
Looking forward to it.6 -
Random thought coming through
Emojis are UTF-8 and there are a TON of them. Wouldn't a password made out of Emojis be way more secure than a normal one?30 -
It's really funny to build a PHP based RSS feed generator when, this morning, I hardly knew what RSS even was 😆11
-
When you wake up, notice your phone fell off the bed (my bed is about 180cm high), don't have google services to locate it/make it ring etc so you log into one of your domain name providers because you've got 2FA enabled there and you might hear the text notification sounds xD.
(in the end, I just had to clean my room partly in order to find it again :/)12 -
!rant
I've been struggling for the past year with:
Dev work
Ops work
"Management" work
This last month I made a decision, I don't give a fuck anymore and just gonna do my dev work which is the one I'm paid to do.
Never been better. Its healthy whem you let all those fucks go away :)3 -
My dearest devRant.
You have, yet again, caused a great deal of distraction. As much as this hurts me, I shall block you again...
Farewell.
-For two hours at least-14 -
I find lately my biggest challenge as a developer is sticking with one editor. Currently it is a battle between Sublime Text 3 and Atom. Not a battle where I switch every few days. This is a battle where I find myself switching at least once a day for no real reason.16
-
I need some advice guys. I want to start investing in crypto currency. My question is where can I buy/sell, and which is the best website to keep an eye on prices? Do you use any kind of app for it?1
-
"The great thing about personal work is that it can shape your commercial work. Clients see what you create for yourself and that can be the starting point for a new project, which closes the cap between the work you love making and the work you get paid for." - Gemma O’Brien
-
when you start a project with "im gonna do this MVC thing correctly this time" then after a few days, weeks you realise everything is a controller
am i the only one?3 -
I have a chrome window about 20 tabs deep full of dev articles im just about to read
It has been open for 5 days6 -
My new glasses are coming soon :)
Now I won't be as blind as a blindfolded grandmother inside a dark cave at night!
Everytime I code, my nose practically touches the screen, because even my mom's old glasses don't really help.
I can barley use Devrantron because of my blindness, but at least I can see well on mobile.
If you are wondering how my old ones broke, well, my little sister sat on them. That little demon, I love her, but she's pure evil.
Oh, and she did it on purpose btw. I asked her why and she said she wanted to know how it feels like to sit on glasses. She's not crazy, she's 6 years old lol.64 -
I just discovered ctrl+r in the Linux terminal.
Mother of god this fucker speeds up my workflow!
A massive amount of kudos to the person who made this 😍50 -
Fucking fuck, I have been coding for so long yet I still make this mistake:
I wrote:
if (stateRunning = 1)
instead of:
if (stateRunning == 1)21