Details
-
AboutA software developer is a person concerned with facets of the software development process, including the research, design, programming, and testing of computer software. wikipedia
-
Skillsjs, php, python, c++, aws, bash, css,
Joined devRant on 9/10/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
-
I'm finally gonna quit!
Turning in my resignation tomorrow.
I can't wait to see the faces who took advantage of me!. First time in a while, I'm excited about Monday 😂
Context: https://devrant.com/rants/5053549/...13 -
Fucking microshaft! I bought a custom controller from their shop as a birthday gift to my brother. Fucking first thing the website crashes with 500 with my main account so I call support. Said them its a backend issue and they should let the devs investigate. Support says they can't even contact them in anyway shape or form. Fucking great!
So since my account seems to has broken their backend I create another account using some random email while support tells me to fucking log in and out again (yeah man I tried that). OK wonderful new account worked I can buy the controller.
Now one year later the controller just fucking stops working (probably why its called Xbox one! controller). Wonderful I paid 90€ for that shit thing and now it won't connect anymore. Tried everything and searched countless forums, nothing helped. Fuckers say: JuSt ConNeCT iT tO YoUr XbOx oNe and it might magically work (TM). You fuck I bought it for PC why the fuck can I not just fix it using a PC. Do you want me to buy a fucking Xbox for 500 bucks just to get the fucking controller to work!? You shitfaced monkey!
OK then lets try that support again because that worked so well last time. I put in the serial number and... Fucking unrecognized number. Unrecognized number my ass. Go suck on a spiked club you buffoon!
Now I'm fucked because I don't have the fucking receipt anymore and the email was send to that fucking temp account I don't even know the email address for anymore (ノ°益°)ノ1 -
I don't know whether it's the cabin fever due to been locked indoors or just a really shitty phase.
But lately I am having dooms day feeling and it's just growing stronger.
I feel I am losing everything. Like everything has changed or is changing and life will never be the same good old happy one.
It'll just get darker, is a feeling that haunts me. Maybe I need to get outdoors in the sun.
I am no longer able to enjoy things as much as I did in the past. I lack some passion (maybe I am just surrounded my super negative people irl).
I need more sun. I need an uplifting vibe. I need hope.15 -
Working at a start-up company and i must confess its blood sucking like you've got some vampires sucking life out of you. I have to work like a donkey or camel and sometimes feel like am right in the middle of hell , lots of requirements, changes, fixes, updates, and more products stuffs that pissed you up, I don't know what am feeling right now but I only know am coding and have to take some shit feelings out!!!!9
-
Dropping several production tables at my first job. Nobody died but I thought I was headed for Guantanamo..2
-
Wholesome anti-rant.
There’s this Indian chick at work that I really, really do not get along with. Fortunately she’s on a different team so we have practically zero interactions. Her code was always decent, maybe upper junior level? but I went away fuming almost every time we talked.
However, I did a release security review today (I’m down from five/six per month to one) and read through quite a bit of her code. It was clean and easy to read with good separation, clear naming and intentions, nothing was confusing, etc. It was almost beautiful. Had I any emotions I might have shed a tear. I sent her a message and let her know :) I actually learned a better way of doing a couple of things from it.
She has grown so much as a dev.32 -
"You need a website, why not do it yourself?"
NO FUCK YOU WIX. I HAVE DONE IT MYSELF AND I BET YOU USE WEEBLYS WEBSITE BUILDER FOR YOUR OWN FUCKING HOME PAGE. YOU KNOW WHAT, I WILL DO IT MYSELF.
*opens code.org*4 -
So that's how my girlfriend wished me a happy birthday.. she's a chemist
<?php
$happy="Happy";
$bday="Birthday";
$to="To";
$you="You";
$dear="Dear";
$boyfriend="Joseph";
for($i=0;$i<4;$i++){
if($i!=2)
echo $happy." ".$bday." ".$to." ".$you."<br>";
else
echo $happy." ".$bday." ".$dear." ".$boyfriend."<br>";
}
?>18