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
Search - "dev"
-
[dev vs client]
- What's your screen resolution?
- 100%
- What's your browser?
- I use internet and sometimes Google.6 -
New senior dev joined the project today.
Senior dev: "There's no way for me to test my changes before I merge this into develop"
Me: "Can you at least run our test suite?"
An hour later the develop branch is fucked and everyone who has merged it locally has pages of red errors splattered across their screens whenever they run any tests.
Start looking into what the fuck is going on.
Notice that all the errors are related to changes the new guy made.
Ask him if he ran the tests..
Senior dev: "Nah they wouldn't catch anything locally "
Stare at the stream of red text running down my screen.
Normally I wouldn't care but we were trying to prepare a release... RUN THE FUCKING TESTS ASSHOLE.9 -
Junior dev: "I don't understand this code, therefore there must be something wrong with it. I'm gonna rewrite it."17
-
Fullstack dev: Hey I need your help with one of this method in the service layer (We use Java).
Me: Sure. What’s up!
Fullstack dev: When you get a user ....blah blah blah...
Me (typing code):
if (user != null) { ... }
Fullstack dev: Wait! This won’t work. You need to write this:
if (null != user) { ... }
In Java, you write like this. In JS it’ll work, not in Java.
Me: (also fuck this guy)
He’s among the famous devs in the company - (A very very very famous European bank).
I checked his commits for the frontend (React Native)
switch (some_expr) {
case foo:
return stuff()
break // <— note this
case bar:
return moreStuff()
break // <— note this
// more cases here with break after return statements
}
Me: Hey if you’re returning from a case why are you using a break. It’s dead code.
Fullstack dev: It’ll fall through otherwise.
———————
You’re a fucking dunce! Please drink a litre of Carborane in a rusty HIV infested container! Cheers!
PS More to come!33 -
I just spent 15 minutes typing a rant only to lose it when I switched apps.
Can I rant about Dev Rant?7 -
Client: I need this very complex feature
Dev : Ok, give me approx 2 weeks, this is new to me, have to do r&d.
Client: I can't give you 2 weeks, you have 2 days.
Dev: Somehow manages to complete in 2 days.
After few weeks.
Client's representative : What's the progress on the new features?
Dev: You haven't mentioned any new features yet.
Client's representative: I don't care, it's been weeks now, here are more complex features, I need them tomorrow.
😕12 -
When I was 12 I started programming by makimg games. Then when I was 18 I stopped with a game dev study (because of personal reasons). I went to a web dev study and found work 4 years later. Today my company hired a new sales person who has worked at a few game dev companies and she said she will try to put me on game dev projects.
Im so happy now :D4 -
Me on my laptop. My flatmate is next to me. I'm trying to create a live CD.
Me: I'm gonna dd this iso on the USB. What is the output file? /dev/...?
Flatmate: /dev/sda.
Me: Okay, th... Waiiiiitt...
*Flatmate laughs his ass off*5 -
Today @ 4pm:
New dev: I need help with this issue, i've been stuck on it all day.
Me: ok let's look ...... ok, and did you try google this?
New dev: ... no
Me: ... why?
New dev: well this is clearly my issue, why would I google it? I only google for things I don't know
Me: ... ok ... we'll do you know what this bug is then?
New dev: haha ok, fair point, I'll give that a try. Thanks for the tip.
Seriously, should I be worried? I feel worried13 -
A Geologist and a developer are sitting next to each other on a long flight from LA to NY. The Geologist leans over to the developer and asks if he would like to play a fun game. The Developer just wants to take a nap, so he politely declines and rolls over to the window to catch a few winks. The Geologist persists and explains that the game is real easy and a lotta fun. He explains, "I ask you a question, and if you don't know the answer, you pay me $5. Then you ask me a question, and if I don't know the answer, I'll pay you $5." Again, the Developer politely declines and tries to get to sleep. The Geologist now somewhat agitated, says, "OK, if you don't know the answer you pay me $5, and if I don't know the answer, I'll pay you $50!"
This catches the Developer's attention, and he sees no end to this torment unless he plays, so he agrees to the game. The Geologist asks the first question. "What's the distance from the Earth to the moon?"
The Developer doesn't say a word, but reaches into his wallet, pulls out a five dollar bill and hands it to the Geologist.
Now, it's the developer's turn. He asks the Geologist, "What goes up a hill with three legs, and comes down on four?" The Geologist looks up at him with a puzzled look. He takes out his laptop computer and searches all of his references. He taps into the Airphone with his modem and searches the net and the Library of Congress. Frustrated, he sends e-mail to his co-workers -- all to no avail.
After about an hour, he wakes the Engineer and hands him $50. The developer politely takes the $50 and turns away to try to get back to sleep.
The Geologist is more than a little miffed, shakes the developer and asks, "Well, so what's the answer?"
Without a word, the developer reaches into his wallet, hands the Geologist $5, and turns away to get back to sleep.3 -
Ever since I started working at a company that has a real focus on software I have less to rant about....😒3
-
"Use a .dev domain? Not anymore."
Just read a medium article and thought some would be interested in reading it too, as I personally didn't know many of the information published there, for example:
- .dev gTLD belongs to google and nobody can register one
- .dev TLD are required to have a secure connection in chromium/chrome from now on, forcing you to use self signed certs across all development machines
"When applications opened for gTLDs in 2012, Google didn’t just apply for .dev. They applied for 101 gTLDs, including .google, .play, and .app. However, Google wasn’t the only company to apply for many of these gTLDs. For some applications, it took years for applicants to negotiate who would end up with the rights to the name. Google’s application for .dev was pending for over a year. Finally, in December 2014, their application for .dev was granted."
"In 2015, Chromium added the entire .google TLD to the HSTS preload list with little fanfare. It was the first and only TLD entry in the list for two years, until .dev was added in September and shortly followed by .foo, .page, .app, and .chrome — all Google-owned gTLDs."
Source: “Use a .dev domain? Not anymore.” @koop https://medium.engineering/use-a-de...33 -
Good to see instagram move to python3 without an exception. Literally that was smooth. Cheers to those who think Python is not scalable. 95 million photos on daily basis. 400 daily users.
https://thenewstack.io/instagram-ma...5 -
I think I may start my very own indie game dev studio... For now as a one man army... That’ll be fun.
I guess wish me luck guys!
I mean, what could possibly go wrong?11 -
there's this thing I've noticed...
º the more interesting DEV task I'm working on, the more I forget to eat (sometimes at all @9-5)
º the more boring/repelling DEV task I'm working on, the more snack breaks I take
Am I alone here?
Does that mean exciting DEV (only?) work is more likely to keep you fit and boring tasks are dragging you to obesity?2 -
Dev: My VM is not working. Something is wrong with VM.
Me: Have you made any changes to the code?
Dev: It shouldn't matter my VM is not working.
[I go and check the Dev's VM.]
Me: ಠ_ಠ The build output literally states your unit tests failed -
There was a time when a fellow dev asked me if it was possible to use JavaScript in jQuery code... Yeah, true story6
-
!rant, just wanted to express my excitement to someone
Not sure if this counts but technically I got my first freelance dev job designing an app for a club/small business at school. I have a lot to learn still but I'm really happy about the opportunity3 -
I once had a flash usb stick which i tried to rename to "/dev/null" just for the lols
Just to see the face of newbies as i pull files out of /dev/null 😂😂3 -
Dev confession:
I’ve been writing websites since I was 12 and I’m still yet to write a loading animation. I always just copy them off codepen9 -
Previous front end dev apparently was not aware of padding and margin.
The html is riddled with and <br>
Shoot me now13 -
So I never had a proper education in IT. Started web development as a hobby, then some people started giving me money for it, and here I am, working as a fulltime web dev since 2001 and SEO expert since 2010.
Still, I sometimes wonder how much I really know compared to some fresh coder who just got out of university.
I know how to create great software from A to Z, but still I sometimes get the feeling that I am missing the fundamental basics.
Is that weird?3 -
I don't want to use HAML!!!! I'm the Developer, you shouldn't be doing dev! Your opinion doesn't matter.
...
...
We're using HAML for the project ...7 -
Since this isn't dev, I'll have to make it a rant:
I can have hobbies other than devving, goddamn it! Leave me alone!11 -
I have a feeling that a senior dev left a bug on purpose to see if I would catch. Anyone else have that feeling or am I just paranoid?6
-
Other Dev: I worked really hard over the weekend to get the issue fixed, I raised a PR but it has a zillion merge conflicts. Would you mind taking a look at it?
Me: Ok. *Changes base branch away from Master.*
Other Dev: Whoa! How’d you fix them that so fast???
Me: Experience.1 -
Best part about being a dev? You need just a laptop and an active Internet connection to learn and start building.1
-
Confused as hell: Android TextView is equivalent to iOS UILabel, and iOS UITextView is somehow equivalent to Android EditText! 😡😡😡
Learning Android should be hard for an iOS Dev!7 -
Can I just say, this community is awesome. All Dev talk, all the time. It's like Facebook but not complete s***!
PS: UK Dev rant meet up has to go down. We can't have the yanks outdoing us.6 -
(!rant && !dev && awesome == true)
So for the space fanatics here who didn't knew. SpaceX will launch their falcon heavy rocket today Can't wait 😊22 -
It must really suck to be a malware dev... "Oh look, the recent changes i made to my cryptomalware made it work! Sadly project file are encrypted too. Lets start over."1
-
Dev: I see you have tattoo
Person: I do. Thank you.
Dev: I never said it was good
*dev walks away and person looks at their tattoo
I'm glad i got to experiance this beautiful moment -
Sometimes you need someone to be your /dev/null with whom you can talk about all that fucked up shit going on in your mind.
Thank you /dev/null -
Dev thought of the day🤔
Are stickers for dev the equivalent to tattoos for normies?
Or are devs with hackathon tattoos?1 -
BI dev: Hey, can you help me with my SQL query?
Me: Sure, let me see it.
BI dev: sends screenshot - not even the whole query, literally a screenshot with a segment of text in it. No errors showing either.
Me: ...7 -
These two strings walk into a bar and sit down. The bartender says, "So what'll it be?"
The first string says, "I think I'll have a beer quag fulk boorg jdk^CjfdLk jk3s d#f67howe%^U r89nvy owmc63^Dz x.xvcu"
"Please excuse my friend," the second string says, "He isn't null-terminated." -
Top tip back for beginners, make sure your dev and live environments are identical.
And do your testing in dev!1 -
A lot of PM-rants (for good reason) but how about a reversed one:
Lead Dev: "Yes, but do we really need a dev and staging server? Can't we just try it out and see if it works?"2 -
The worst dev I’ve interviewed is the only dev I’ve interviewed.. Which is probably one of the best colleagues I’ve ever worked with, and a really good dev.2
-
What to do when you have no more faith in your capabilities and it feels like your ambition and drive to dev just kinda died... Thinking of becoming a cashier or restocking shelves at wallmart... (-_-)7
-
Unpopular opinion:
- It's not a guarantee that someone who gets into tech because he/she likes gaming will be a good dev
- It's not a guarantee that someone who gets into tech because he/she likes money will be a bad dev.3 -
I'm still a student, not dev yet.
Thanks for reminding me that I don't completely belong in here😂11 -
this fucking senior dev, just send the following messages:
pull development,
Did yarn install
now yarn dev does not work.....
BRO: READ THE FUCKING ERROR MESSAGE!
It's plain English!
Seriously wtf.2 -
I remember a time during my internship in the field of web dev, my Bootstrap didn't seem to work, and since I was quite a beginner, I was having a painful time figuring out the bug.
Turns out, one of my seniors had purposely changed the CDN URL from bootstrap to bootystrap :|
He said, "and that's why in web dev, when nothing works, start by checking your imports"
Lesson Learnt xD -
Today was a good day, (day 4 of my junior dev career) I met the only other female Dev in the company , great stuff
And I'm starting to see how well I fit into the company. The only hot drinks options are coffee and green tea- exactly the only hot things I drink 😂(I think they all hacked me and made the work exactly the way I'd like it hm)3 -
I was talking to my non-tech gf about how a colleague of mine didn't understand priority queue and show led her an example, during explanation fucked up the example and duplicated priorities of 2 values but they came up in the unexpected order. She wanted to find the logic in it and blamed the computer for being dumb, but it has been ~45 minutes, she has Wikipedia about binary trees & linked list open as well as simple graphs visualising both + armed with pen and paper trying to understand how it all all works..
Achievement Earned?
P.S I am either creating a monstrosity (Frankenstein style) or recruiting a fresh mind to our ranks, either way I am proud af 😢😊😍8 -
A bit long read but worth it for every dev to become a better dev.
No no, not from me.
From Linus Torvalds himself.
https://lkml.org/lkml/2017/... -
Lead Dev sends rant about the app being a week late...
Doesn't take into account that I was pulled off it for two weeks to work on something else and the other dev was on maternity for two weeks :/2 -
Every Game Dev right now:
*using the patrick meme*
“We should stop updating our games in PC, and move to mobile!”5 -
Best thing to be a dev
You create your own tools, problem solving skills that we learn and the best thing that non-tech people treat you as a genius5 -
Life is a constant battle of not knowing whether I want to quit programming forever, or if I just need 8 hours sleep.1
-
I do wish that we could have a dev dating site. Why? Cause I cannot give my girlfriend enough time and then she gets moody and then this leads to breakup.
Now I have to freaking choose between her or code this is bad, bad.
If we devs get dev gf she knows how things work and things would work out16 -
Dev calls are so awkward when you're waiting for everyone to join and someone insists on having a conversation
-
What is your favourite dev-tool, you can't live without?
For me it's Git. Rescued my life for several times... 😅13 -
Found out today that someone who started game dev with a game jam I started in university has a top 10 game on steam!1
-
Client : you are hired as a developer.
Me : we need more developers as there's more work and less time.
Client : Ok, here's another dev
(Meanwhile me doing my work...)
ON THE DAY OF DEMO :
Me : Here's the demo.
Client: it's incomplete, where's more work?
Me: that's the part of 2nd dev you hired before
Client : I don't care, I fucking need a work!
Me inside: (Why the fuck would the first dev becomes a task/team manager just because is the first one to join the project! Arrrgh!!! Hire a fucking scrum master to manage your fucking tasks/team, am just a fucking dev! )6 -
New dev domains. Grab them while they are hot. Only $ 11.5k + $ 12 a year!
(or just $ 12 starting from Feb. 28th)
https://domains.google/tld/dev/7 -
Dev and marriage, dev and marriage
It's an institute you can't disparage
Choosing code over chores and no one's angry
But sometimes you can go quite hungry
Dev and marriage, dev and marriage... -
I genuinely just found solution to a dev problem in an xkcd comic.
I defy anyone to come up with a geekier solution to a problem than the Peter Carre map projection.1 -
What the best database solution for web and smartphones dev?
Is mysql the good choice?
I’m an “old” dev with old usage, php-mysql-JavaScript.
Is it a 2018 solution or am i a dinosaur?
All data will be stored on server side. Web and smartphone app as client.
Thanks for your experience sharing.6 -
Signing the contract with a new agency as their new dev in 3 hrs. Will quit my current Job on Aug. 18. Looking forward to that day. Boss will explode...5
-
I started iOS app dev thinking there’s good scope in the future,now I hear people saying app dev is gonna die switch to data science. Tf6
-
Sure I'll be the sole developer on this Facebook equivalent app whilst also being the lead dev on 3 others!
-
Works in production?
Yes: Copy changes to dev and test.
No: Start humming and walk away from the computer. -
Just thought I'd mention that there are some assets and training material for cryengine available on humble bundle right now for those of you who are into game dev1
-
When you are a junior dev and you ask howto do some shit to a senior dev. He answers vaguely and you have to keep asking during the wholr process instead of getting a full answer from the beginning5
-
Chrome 63 forces .dev domains to HTTPS via preloaded HSTS.
Well, FUCK YOU google. Why do you even give a shit of my local proxy.13 -
Let's play a game.
Dev-ops roulette, loose it all or walk away a lucky boi.
Run this command
sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You lucky boi";4 -
Do you consider good appearance in the dev world important, or at least necessary?
(just want to hear ideas)4 -
Found a Junior Dev position for fresh graduates but requires 5+ years of Java programming. Hope I started Java when I was in high school.9
-
Bloody superglue. Every time I think I'm remotely skilled enouh to make a "quick repair" using the stuff, it always goes beyond horribly wrong and ends up with blobs of superglue all over the desk, one hand stuck to the thing I'm meant to be repairing, and the other stuck to some random nearby object. Dahh. Seems so simple.
I'm sure there's a dev analogy there with your least favourite language too.6 -
Errgh.. Why do people keep sending screenshots of errors and software versions they have on their dev environment.. C'mon it cant be that hard copy it and paste into the chat3
-
As a dev, knowing some basic sh** about your infra comes in handy, esp when it's Saturday afternoon and you realise your Thursday release f'd up some obscure integration1
-
Lead Dev: Release what you have today for testing.
Me: It's not finished?
Lead Dev: Release it for testing anyway.
PM: Don't release until it's ready but it has to be ready by Monday.
Stuck between a rock and a hard place come to mind...1 -
Programming deeply inspired me before it became my day job. Before Facebook conquered the front-end and API code space. Before Electron apps. Before D. Trump became president. Each of those dealt a hit to either my passion for dev or motivation to create software for others10
-
Me and Team Developer,
One day he was calling some apis and getting error
Dev - Hey , the apis seem not to work
Me - Ohk which api, i will Check
Dev - Ohk here is the api and issue
Me - Spent time in checking multiple values for same api, and...
it was working fine with no issue.
Me- SO i asked him to check again
Dev- he again said, still the issue
Me- Ohk give me the same input to try
Dev - Ohk Here is the id of the record
Me - Tested and not working... more tested and got issue like, the id was for some other record, and not actual id he need to call
Me- I told the Dev that he was sending wrong id.
Dev - Ohh Shit, i will check
Me - Yeah, let me know
Dev - Yeah , its working and i wasted 3 days just for this issue.
Me - I said yeah Ohk Fine. (Me Frustrated, as time wasted due to the input issue not mine Api)
Most of the time, this happens and i have to jump to solve. Can Anyone related to this happen with you or your team ?
Comment below7 -
What Dev tools/practices would you love to see getting adapted into the normal world?
I would like to fork Spotify playlists!3 -
I came to work when and found out the boss had fucked up:
dd if=/dev/zero of=/dev/important_HDD_for_VMs7 -
Hey all devRanters!
Comment down your dev portfolio urls,
I am building mine so need some cool inspiration and ideas.
Extra points if it looks different from the traditional portfolios.10 -
Beginning my dev career in a few weeks. Now it's the time to decide which weapons I should bring to the war.
So, devRant: MacBook Pro or ThinkPad (in the same price range)?23 -
Did anybody buy .dev domain from Google? Their website was quite slow yesterday and somehow I managed to add my first name .dev to the cart. But in the last screen I got stuck with "Registering this domain" message. I closed tab after an hour. Today it is still under pending domains. But if I search for the availability, it says exact match is available. Should I be worried?8
-
When I'm on lunch I stop coding to watch other people code on youtube. Does anyone else have this problem?1
-
Is GoDaddy any good? I've seen that Google has opened .dev domains floodgate and I was wondering about starting my own page. Dunno which hosting service to choose and if I even should make my own website considering I'm not a Web Dev 😅19
-
My mum said that i should get some fresh air outside...
Now I'm a true dev... Feels lonely
But i can write programs which is nice2 -
f**king stupid google, go f**king eat s**t. We are using .dev for develop domain in our company, and all of a suddent we can’t access our dev sites anymore, WTF. Bulls**t!!!!9
-
Anyone else currently in an auction for a .dev domain? If so, how much would you be willing to spend on it? And how much do you want it?
I'm currently in a closed auction for <firstname>.dev and there seem to be 2 bidders including me, the price is still $155 -
Today I have seen of @Microsoft, @linuxxx devrant profile.
How should I search devs profile in devrant? when I had entered dev name with @, mostly rants were came of that tag name.1 -
Had wanted to learn web dev from a long time (Im an android dev). Got to know about free code camp and started 3 days ago. Totally addicted to it. Anyone who wants to learn web dev must try it. Simply great work.
-
As a senior dev, what do you consider important? What makes you a successful (or unsucessful) sr. developer, mentor, and manager.5
-
When you work for a dev shop and one of the clients buys you out of your non compete to hire you directly. Now I'm my old bosses boss :)1
-
so am I the only dev that keeps a psuedo code notebook and then once all the pages are used up usally have a bonfire
also stay safe social distance and wash hands blah blah blah you know the shpeel3 -
I'm starting to think that I could listen to some podcasts while I work, to learn things in the background.
Would you recommend good podcasts?
I'd like to listen to software dev good practices, or real life dev stories to learn from. Also videogame dev related would be good too.5 -
We used a javascript library before on our project. While reading the documentation, it states that you need to put the ajax response on an .addRow() function in json array.
That was what we did, but it keeps on throwing tons of errors. In the end, we visited our senior dev. Turns out, the function needs an array and not a json array.
I stopped reading documentations since then. And our senior dev stopped talking to us. Hahahajk -
My dev team needs team building activities (not necessarily dev related, but yea.) Any suggestions?14
-
Time management. Maybe it's not really dev related, but I think it's very important. Trying to get better every day.1
-
I hope my boss learned his lesson: dd if=/dev/zero of=[hdd storing DB about VM cluster]
- is a very very bad idea...10 -
What do you do when you like a crapu dev ?
damn some times its very hard to deal with your shitty skills. And people take advantage of that1 -
Just spent a lot of development hours today! Quite more than routine! Not even tired because had great sync with the partner dev! Cheers!
-
Since last update (version 63) Google chrome forces all *.dev domains to use https. Guess who used a *.dev domain for his local development virtual machine and now have to switch to *.local ...
Removing the HSTS Rule from chrome seems not to be possible and surprisingly I could not use a self signed SSL certificate to make it working again.3 -
Hey guys i was thinking about learning web development, mainly to make web apps, I already know C# and C++, but web dev looks so much different, can you advice me some good resources to start ?9
-
I love commitstrip comic. There are others like Dilbert, devhumor, turnoff etc. Some are not continued now like Programmers life, which was also good. Which are your favourite comics related to dev?4
-
Looking for collab for making a dev portal just for Start-ups to collab with freshers and freelancers.6
-
!dev
I paint as a hobby and i think I'll go the github way and relabel the black colors as nightly 🤔 and whites as salt 😃 (!?).
Sorry, don't mean to be a racist, i practically didn't differentiate between people based untill i was told in school that we should not differentiate based on color or race 🤣. Everyone was just a human before those lessons.3 -
This dude is a casual dev. You know it just by looking at the repo name. He probably likes other stuff like burning stupid people in the mind or throwing chairs. Casual dev..
https://github.com/nvbn/thefuck -
Is this just me every dev have this problem, while learning something new sometimes I loose track and learn something else completely without any intention of learning it.
-
All married devs here who married devs
Why did you chose a dev and not another profession?
Of course skipping the love4 -
I've been spending the last few days reorganizing css, js files, removing old code and rename directories. Yep its that kind of week at work...
-
New piece of code which should work perfectly and solve your problem but it is not working just because you forgot to remove an old piece of code you were trying to fix the same problem! Fuck my life!1
-
Today, my co-workers went nuts about the fact their version of our product doesn't work on the pre-production since everything is fine on their local dev machines ^^
After a quick sighting, I figured out what was going on.
There was a package called from non-dev code which was required as a package for development.
The build plan of the application consists of a task which purges dev-packages within the vendor folder, using composer install --no-dev ^^
So the build plan runs perfectly fine, without a single error, but runtime was yelling about a missing class.
It's a delight to be one of the only guys with dev-ops experience in the whole damn building.
xD -
Quick JS tip
If you want to split a string into characters, you can use the ES6 spread operator
If you have
const name = 'react-dev'
You can just spread it like this:
const charsInName = [...name]5 -
!dev
This is not dev related but I figured I would ask here anyways. What type of connector is this?
I have this old subwoofer with a non interchangeable cable like this. I have been searching around but can't find a name for this type of connector...15 -
Any recommendations for a dev laptop?
Going to be using Visual Studio (yes, yes...) and all that other Microsofty goodness, so it needs to be Windows. Probably need to run a VM or 3 on it too, for legacy stuff.2 -
NPC stereotypical dev: "I self identify as socially awkward."
NPC stereotypical dev: <Gets irrationally angry about friendly banter.>
NPC stereotypical dev: "I hate people who try to interact with me socially."
And knowing is half the battle. GI Joe!1 -
My project late for 2 weeks to deliver to our client cause of my dev,
Me: When you will finish your task?
Dev: this weekend, it’s only bla bla bla
But he never finish his task on time.
I am plan to cut $100 from his bonus to buy new chair for us, what do you think? Or any idea?
PS: My dev will see this rant8 -
Who are building product solo indie dev like me? I started talking to myself as a consequence. Like to hear about you guys3
-
When in my 10th standard I was first introduced to java, that is the moment I knew I was going to be a software engineer (didnt knew what dev is at that time :p )
-
So sick of a flimsy/fragile dev environment. Introducing docker at any level just increases risks, I swear.6
-
Finally moved into New Position in a DEV Center, feels good to get more interesting requests and challenges :)
-
In my first Dev job, it was a startup and my employer(owner), didn't even had the passion and vision I had for the company
-
any freelance dev doing java/spring projects out here who can hire me as junior dev? im a systems engineer and dev wanna be and wanna work it as a side hustle.4
-
Just discovered a public API that support perpage parameter.
Immediately try 99999
And……… it works!
Getting everything in one go!
Good dev on the other side -
Fuck the dev! Who decided to change shit on their site without telling me...
It's your fucking app do you want it to work!?
I can't connect the two if you keep changing shit!
I know this dev to be a fucking asshole!6 -
I'd love to get stickers, but first I need laptop instead of PC :D any ideas for good cheap laptop for web dev? :)8
-
Any Web Dev or Design managers out there who interview candidates, should a front end developer have a Github for his portfolio or hosted on his own site? I'm torn.3
-
I'm majoring in comp sci but I feel like I'm not learning what I need to be a good dev.
Anyone got any advice?6 -
Hi dev community! As we aré in the Spooky Month I would Like ti know tour scary ir chilling experiences as a dev. For instance: delete the database without where, etc. Or weirda experiences being a Dev.13
-
The only person I've met that went to a bootcamp was an ok dev. Didn' really know jack about anything besides simple crud applications though.
-
!rant
I'm thinking about getting into Android dev soon, can anyone recommend a simple (if possible video) tutorial series to get started?
I will be watching 'TheNewBoston' but I'd be interested in your suggested sources.
Thanks2 -
Not dev related, assuming that here is a lot of people interested in history , philosophy, books I would like to ask for recommendations for:
YouTube channels or site related to history, books reviews/recommendations (dev and non-dev related), philosophy.
Thanks. :)6 -
After how much dev experience you wrote your firs API ?
what are essential steps to write a small good api?11 -
A quick question, is the numbers in the degree matters for working as dev? Student here. Big thanks ✌️7
-
!DEV
My mice stopped moving "efortlessly".
So I added a bit of scotch. Mice is working again very well and you don;t feel the drag !!
Yeah I should update my keyboard / mice, as they are in horrible state.3 -
when you are trying to fix something for another team and they have 3 dev environments with none of them in sync with the git repo
-
As a junior frontend dev should I rather work in a web agency or in a biggee company that needs a frontend dev for their software?
I would really like to join a web agency but it seems like only small agencies with shit conditions would hire me...1 -
!dev
How did you guys deal with graduation year stress? Seriously, how? Asking for myself because I'm not gonna risk eating pills or killing myself over sleep deprivation.4 -
Spend hours trying to activate dev mode on iphone with ios > ios 8 :( PLEASE HELP !!!!
Why apple always remove good features...1 -
Has anybody had any experience or heard something about Spawn? I need a nice way of spinning up DBs for dev environments and Spawn seems like a viable solution.
https://spawn.cc/5 -
What's the optimal dev to non-dev ratio at a workplace?
I switched from a 1:65-ish ratio to 1.5:2.5 ratio this year, and it was an improvement by all means. But I still feel so very alone, struggling with my many dev-related questions and really no one to discuss them with.
Under what ratio do you prefer to work? -
I want to try my hand at Android development. Any suggestions for a college student with a VERY modest linux dev pc?4
-
Hmm. Just wondering, who's a blockchain Dev here? Have been in this field for years but I haven't met many devs in my field2
-
!rant
I see all these really awful dev stories and here I am, without a single one...yet. What are the signs of a bad dev storm brewing?1 -
For our internship requirement. We developed a web-app with inline Javascript and CSS. I know, it was only a matter of time for our senior dev to kill us. HAHAHAHA2
-
I am a web dev. I got a job as a tech lead 6 months ago and I was very happy about it... But now I don't think I made the right decision. What should a dev evolve into? Any tech leads here that started as devs ( I mention I have 12 yrs+ of experience as a dev ).4
-
I would like to ask for some advice, thanks for your time in advance.
I've made a few applications over the last few years that were at first side projects. Right now they are doing quite well but could do way better if I put all my time into them (currently working in a agency)
My parents are still in the 90s when it comes to the internet so they never get behind any of my projects or they just pass it off as fluff.
I've showed my Dad my Analytics and what not and because it's not money it's nothing to him.
Any advice on how I deal with parents still living in times before the modern internet & make them see my stuff for what it is?.
Thanks7 -
> mfw a non-dev customer shows me an exception that is easy to reproduce to answer my sarcastic questions whether she got any problems with the application
> mfw no dev or PM ever thought of using the application like this1 -
!dev
Sorry for the non-dev question, but does anyone know of any good emulators for PS4?
Help me plis, I wanna play horizon: zero dawn -
Manager: Can we achieve X?
Dev: We can do with Y. But with the time that you are allocating it is difficult to complete Y.
Manager: Can we do a temporary fix?
Dev: Sure. We can do Z. But we need to prioritise Y in the next sprint else Z will cause issues in the long run.
Manager: Sure
After many next sprints,.......
Manager: Hey, Z is causing us issues regularly. Can we do something about it.
Dev: We still can do Y.
Manager: Come up with document on the implementation. We'll implement it.
Dev: Sure. Will do.2 -
When you describe to the business owner as a dev that this is a bad idea but they want it anyways so you just go on and dev it. Then 1 month into dev hell thinking about hanging your self for poor choices they go “This future is too difficult for the customer to understand and its not going to work”. Do you say i told you so or do you hang him with a mouse cable?1