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 -
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 -
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 -
So I have this best friend who is almost 10 years younger than me. (I'm turning 40 this month). He's a full stack web dev, nodejs-god, react-maniac, you name it. He fucking LIVES to code the most amazing shit I have seen to date.
I, on the other hand, am that old, little overweight PHP coder webdev with a shitload of experience in that field (17th year now), also with linux webserver administration and all the JavaScript knowledge I need in m job.
Sitting next to him and doing some fun coding sessions always makes me feel like I am that "slow, fat kid in class"... while he is the coding master.
Sitting at work (marketing agency) where I started as the new webdev 10 months ago, I still feel like the coding guru because even the web 'developers' don't know jack shit yet (coz they never had to).
It's fine, they are learning and want to learn.
All I wanna say that even though one might be seen as a senior dev by some, he might sometimes feel like a junior dev when he's around others.2 -
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 -
"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 -
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 -
Client : We need this feature
Team lead : Sure, we will deliver this to you in 3 days.
Meanwhile Teamlead forgets to work on it or assign it to anyone in the team while he was surrounded by many other tasks.
Client on 2nd day morning : What's the progress on that feature?
Teamlead to Client: It's going fine, we will deliver it to you on time.
Meanwhile, Teamlead to a junior developer in the team (on 2nd day afternoon): We have this priority feature where we need to finish it in one day and deliver it tomorrow!
Junior Dev to Teamlead : This is too much of work to complete it in 1 day, it atleast needs 3 days!
Teamlead to Junior dev : I don't care, can't talk, busy, just complete the work and deal with the client, bye.
And the Junior dev continues to struggle where he is unknown of the fact that the task actually was of 3 days but just because the Teamlead forgot to do the task and also to assign the task early, he is in trouble!9 -
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 happen to be the only girl in my small dev team of 4 males plus me.
I'm freaking tired of hearing 'hey guys','how are you doing guys', 'what's the update guys' in every meeting/call when one of them is addressing the rest of us.
Yeah i know I/they can't do anything about it. I somehow grew numb to hearing it, but sometimes hearing it one thousand time in a single call is driving me crazy.
I once mentioned it to an a senior dev who happens to be the one using the g word the most during meeting.
Me: could you please stop saying guys all the time, I'm not a guy.
Him: what do you want me to say, 'hey guys and a girl?!'
Me: ... -_- (internally: seriously!!)
Uugh.23 -
Whoever at Microsoft decided to give away so many freebies in the Visual Studio Dev Essentials thing deserves a fucking knighthood.5
-
Previous front end dev apparently was not aware of padding and margin.
The html is riddled with and <br>
Shoot me now13 -
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 -
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 -
Best part about being a dev? You need just a laptop and an active Internet connection to learn and start building.1
-
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 -
(!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 -
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 -
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 -
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 -
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 -
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
-
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 -
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
-
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 -
It finally comes! <enki/>'s invitation code for "the 5-minute daily workout to level up your dev skills" they said.6
-
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 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 -
I'm still a student, not dev yet.
Thanks for reminding me that I don't completely belong in here😂11 -
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 -
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 -
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 -
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/... -
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 -
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 -
When you're working on something all day and then the senior dev swoops in and answers your question in 5 minutes.
-
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
-
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 -
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
-
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... -
What is your favourite dev-tool, you can't live without?
For me it's Git. Rescued my life for several times... 😅13 -
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
-
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 -
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 -
Is there a dev who knows a good webpage to get started with kotlin and spring?
I've searched a lot but can't really find something good. So I'd be very happy :)
Thank you7 -
So recently I got a new job in a respected creative agency with a good salary. FYI, I am a junior web dev with merely 2 years of experience. Office and everything is great about the job except the job itself. The senior dev have left the agency before I came and now they expect me to build a fucking transnational crm web application all by myself. And the deadline is in 6 weeks which only 4 left now. I don't want to believe that how they fucking give a junior dev such a big web project to build. In the beginning I wanted to resign but then I decided to build it. I have some difficulties but I think I'll manage to finish it. Just wanted to share how fucked up my current situation is. Fuck the managers btw.4
-
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 -
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
-
Do you consider good appearance in the dev world important, or at least necessary?
(just want to hear ideas)4 -
When will Dev and Ops lay down their arms and embrace as brothers? This war has destroyed too many lives already.3
-
Works in production?
Yes: Copy changes to dev and test.
No: Start humming and walk away from the computer. -
Sure I'll be the sole developer on this Facebook equivalent app whilst also being the lead dev on 3 others!
-
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
-
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
-
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 -
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
-
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
-
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 -
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
-
Well, that's how much it costs to hire a senior developer. I think I'll just go back to being a junior dev :-D.2
-
What's with Angular? Why are there so many Job Openings for Angular in India? It's like every recruiter is asking Angular. And the pay is much more than the backend Dev positions. Just because its frontend. I feel voilated for being a backend dev.3
-
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 -
What Dev tools/practices would you love to see getting adapted into the normal world?
I would like to fork Spotify playlists!3 -
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 -
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
-
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
-
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 -
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
-
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 -
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 -
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
-
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 -
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 -
* Publish blog update that's been sitting idle locally since months
* Donate 50$ to open-source initiatives (favs are VLC, Linux Mint)
* Contribute meaningfully to relaunch metalsmith static site generator dev
* side projects (TBD) -
!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 -
Looking for collab for making a dev portal just for Start-ups to collab with freshers and freelancers.6
-
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
-
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 -
Just spent a lot of development hours today! Quite more than routine! Not even tired because had great sync with the partner dev! Cheers!
-
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
-
All married devs here who married devs
Why did you chose a dev and not another profession?
Of course skipping the love4 -
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.
-
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 -
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
-
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 -
Q. How did the doctor revive the developer?
A. The dev wasn’t responsive so the doc picked him up by his bootstraps -
Who are building product solo indie dev like me? I started talking to myself as a consequence. Like to hear about you guys3
-
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 -
!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 -
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 -
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 -
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
-
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 -
Posting in dev rant for some is purely meant for the free goodies.... So they post their shit to get likes....2
-
Guys am working on a personal project involving the dev community and wanted to share this survey with you : https://goo.gl/forms/...
@dfox if this is inappropriate for devRant please take it down.
Thanks.2 -
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
-
Finally moved into New Position in a DEV Center, feels good to get more interesting requests and challenges :)
-
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 -
hello. i'm a software engineer with about 4 years of experience, worked with c++.
a couple of months ago i started learned web dev, and now i have learned html and css, next is js.
i'd like to ask advice what on how to proceed, what to learn next? should i learn or build something? follow tutorials?
thanks8 -
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 -
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
-
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
-
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
-
After how much dev experience you wrote your firs API ?
what are essential steps to write a small good api?11 -
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 -
!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 -
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
-
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
-
!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 -
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 -
> 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 -
Spend hours trying to activate dev mode on iphone with ios > ios 8 :( PLEASE HELP !!!!
Why apple always remove good features...1 -
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
-
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
-
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 -
!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 -
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
-
!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 -
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
-
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