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 - "only dev"
-
Tech Industry: “We need more developers!”
NewDev: “Hire me”
Tech Industry: “only experienced developers please! We don’t have time to train juniors ”
Older Dev: “Hire me”
Tech Industry: “no, you want too much money and too much time off“
Mid dev: “Hire me”
Tech Industry: “only experienced devs who are a culture fit!”
Robot dev: “Hire me”
Tech Industry: “You are Hired”10 -
If only more manager would think like this! Constant interruptions are poison to the performance of any dev team.4
-
Providing work estimation:
Dev: This should take about 2 weeks
Non dev: Really? But it's so simple. Shouldn't be that long right? I think it can be done in one week.
*After one week*
Non dev: Why is it still not done? I thought you only need one week?9 -
Manager: How come the intern does way more tickets than you?
Dev: Because you told me to only give him the easy ones since he either can’t do them otherwise or takes too long on the hard ones
Manager: Well how is he going to learn if we only give him easy ones?
Dev: That’s what I told you when you orig—
Manager: Assign him ALL of the hard tickets on your board immediately!
*Tickets closed per day drops significantly*
Manager: WHAT IS TAKING SO LONG ON THESE TICKETS!!!!!
Dev: …19 -
Manager: This code you wrote violates the single responsibility principle!!
Dev: How so?
Manager: You have one function that you call in *MULTIPLE* places. That’s too much responsibility for one function! Functions should only have one responsibility!! Creeping the scope of a function beyond that is a TERRIBLE way to write code!
Dev: But why spin up multiple functions that all perform the same thing?
Manager: Well if a function has a bug in it and you use that function multiple places then that bug exists everywhere you use that function. If a function only has one responsibility then if it has a bug that bug will only exist in the single place it is called! You really should think first before asking questions like that.
Dev: …26 -
So i just realized why servers are called "servers"
because they SERVE CLIENTS!
I've only been a web dev for 7 years...*facepalm for life*25 -
Manager: I read an article today
Dev: oh here we go….
Manager: We must pivot to only functional programming, which means only using functions instead of classes
Dev: Actually functional programming is a bit more nuanced tha—
Manager: Any use of classes going forward is not allowed. Everything must use functions! Classes are an outdated way of programming, using classes is why we continue to miss our deadlines. Functional programming is lean, classes are waterfall.
Dev: What about the libraries we use? Many of those use classes
Manager: Wrap them in a function then, that way they are pure which is one of the requirements of functional programming. You would know that if you spent as much personal time as I do keeping up with the times.34 -
Today I told a fellow dev to join devRant, and explained it was "like Reddit, but only for developers"
Wild manager caught us and said "Uh, just what everybody wants, some geek forum. Thank god I left that world a long time ago"
Fucker...6 -
When you want to visit a website with tons of ads and this pops up. Am I the only one who visits Dev Tools then?12
-
I just spent 15 minutes typing a rant only to lose it when I switched apps.
Can I rant about Dev Rant?7 -
The worst part of being a Dev? The lonely feeling when you are the only one who likes to develop in your group of friends5
-
I just got handed a legacy php web project... Full of vulnerabilities... And it's using only mysql_ functions... Not only it's not OOP, there is not even a single class...
How good it's coded: User profiles are created manually by the frontend dev as htmls, and then the past php dev implemented them as links etc in the current page.
This is how I feel:5 -
Senior Manager: I have to use your app today, how do I do that?
Dev: Well first you log in, and then you clic—
Senior Manager: That’s way too low level, I only deal with things on high level! Explain it to me from a high level.
Dev: Use the app to orchestrate the visibility of action items to stakeholders and pivot the leverage towards buy-in.
Senior Manager: Hmmmm….
Dev: Agile.
Senior Manager: Aha! I understand how to use the app perfectly now!
Senior Manager’s Account: Last Login - Never.4 -
Every 2 months without fail:
Manager: I don’t understand what the point of writing tests is. They only ever pass and when they fail we just fix them so they pass again! It’s completely redundant!!! An exercise in absolute futility!
Dev: …19 -
This is actually an advice given to me:
"Only ever release your code on a Friday, preferably after 6pm. If you're not confident enough to do that, your code is not ready."
Who says dev doesn't require courage.2 -
PM : Have you finished the login issues?
Me, junior dev: No mister.
PM: Why not? You're going to delay the sprint.
Me: The other PM told me not to do it.
When you're the only dev in a project with two managers, life suddenly feels like you're back to 5 years old with your parents arguing all the time.6 -
Not only the manager/developer ratio is insane, but they are complaining about their top dev is getting an extra special status .. I just wish he sees this and quit immediately.15
-
My setup at work as a juniour dev. Got a month ago a 3rd monitor (the left), because I'm working on some backend services and had to test them with a touchscreen. Now only the frontend dev and I have 3 monitors in the whole company 😁6
-
Interviewer: We keep having devs take off for other opportunities after a short period of time. We need someone loyal who will be sticking around for the long haul. Oh wait, you only have one dev company you’ve worked for on your resume? Yeah that’s not good, we only hire devs who have worked for lots and lots of companies.
Dev: …9 -
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 -
My time as a Dev have given me deep mistrust of the following words;
Only
Just
simple
Quick
Easy
Any requirements, specs or feature files presented with the above words should immediately be deleted and/or burned if in hard copy.3 -
I fucking hate politics. Can we just stick to dev shit on here? Please? That's the only reason I'm here.6
-
HR: Here at company A we have a great culture. It truly is the best place ever to work!
Dev: How many companies have you worked for?
HR: Besides babysitting as a teenager this is the only company I’ve ever worked for.
Dev: I thought so.3 -
Not entirely dev related.
Just wondering if I'm the only one on here who actually EATS coffee beans regularly?
😐43 -
Dev: Your PR only addresses a quarter of the ticket
Dev2: *limps a commit so that now 1/2 of the ticket is addressed and creates a new PR for a separate ticket*
Dev: Your original PR only addresses half of the ticket
Dev2: *limps a commit so that now 3/4 of the ticket is addressed and creates a new PR for ANOTHER new ticket*
Dev: Your original PR only addresses 3/4 of the ticket
Dev2: *limps a commit so that now all of the ticket is addressed but two new bugs are introduced and creates a new PR for ANOTHER new ticket*
Dev: Your original PR introduces 2 new bugs
Dev2: *limps a commit addressing one of the two new bugs and creates a new PR for ANOTHER new ticket*
Dev: Your original PR still has one bu—
Manager: WOW GOOD JOB DEV2 THAT’S 5 PRs TODAY AMAZING! Dev you need to pickup the pace, you only have 2 PRs so far today. And get these PRs from Dev2 QA’d fast. He’s a rockstar!
Dev: …
*The 4 other PRs turned out to be equally dogshit*
Manager: Hey hurry up with QA, you’re holding Dev2 back!
Dev: …6 -
With only a developer team of two people dev rant sees more updates in a week, than Facebook's Windows apps see in a month.11
-
NEVER ACCEPT to be the ONLY DEV in the company who knows the whole product!
I am in the position of being the only one who knows all modules, there are even modules I developed which no one else will be able to maintain as soon as I leave the company, which I am planning right now and this also makes me getting depressed about.24 -
Life of a junior self-taught dev with a sysadmin job:
1)At work, desperately try to script and automate every task, even when it isn't nessecary.
2)Learn dev skills from tutorials and web courses at every minute of your free time.
3)When returning home get self-guilt because you're procrastinating instead of doing an all-night development like your dev friends
4)The only productive thing you do is more tutorials and courses because you feel your dev skills aren't high enough for a self project
Frustrated.13 -
"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 -
Manager: That last dev you hired is working out well. Where did you get him from?
Dev: *Looking at new hire’s resume which only contains a single bootcamp and nothing else*
Dev: He’s a rescue.11 -
So many bad dev habits...
But the one that results in the biggest headaches afterwards?
Me, when given a problem and being asked an estimated time: 'This shouldn't be too hard, gimme X to do it', only to later find out it's way harder than i imagined.4 -
Interviewer: Time limit for this exercise was an hour and you took 2 hours so you fail. Best of luck next time
Dev: Look I really don’t think your assessment has a very fair time limit. The only way you could do this in an hour is by knowing what the problem was beforehand and having all these niche utilities written ahead of time.
Interview: Oh yeah we had one guy that did that, he did the entire thing in only 45 minutes! We hired him immediately!
Dev: …5 -
Yesterday I was cleaning my computer and accidentally wiped out all my dev folder (I got confused with another folder named "dev" that I had just downloaded) and I lost all my work.
Fortunately, most of everything (or the most important at least) was on GIT. I only lost my yesterday's work which was not pushed (only locally committed).
Kids, remember pushing before leaving the building11 -
PM: hows the android app going?
Android Dev: gradle downloading... blocked by network admin.
PM: anyway how is the iOS app going?
iOS Dev: cocoapods downloading... blocked by network admin.
PM: ... i guess the only thing running now is the web admin right?
Laravel/VueJS Dev: composer nodejs/npm/yarn downloading... blocked by network admin.
PM: team lets retest the api endponts
Team: Postman downloading... blocked by network admin.
Team: -_- Insomnia REST Client downloading... blocked by network admin.
PM: code study?
Team: even visual studio code/android studio/xcode is blocked. :(
.... sad dev life
anyone here with the same problem?14 -
Got fired for asking for a restructuring of the workload and/or more non-foreign, in-office devs. I was the only dev for dozens of projects.7
-
I'm home sick for 4 days now and I'm starting to become paranoid about being replaced because I caught one front end dev watching Spring Boot videos on Friday.
I'm the only one who works with it there.
Not feeling well.22 -
2010: Thick native clients are the worst, thin clients only. JS is the future!
2014: Thin client dev is hard across devices, native thick clients is the future! Swift all the things
2017: React native, hold my beer4 -
I start my first real dev position tomorrow 6 months out of college where I graduated without a CS degree because my school didn't have a major only a minor.
Cue the imposter syndrome.3 -
Am I the only one who likes to cook home-made food instead of getting junk pizzas and/or other awful stuff?
Is the dev community inherently kitchen-averse?20 -
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 -
Fuck web dev.
I dabbled in many areas but I do web dev most often. And seriously: fuck web dev. Your site has to work on multiple browsers. Multiple screen resolutions. The code has to be tiny for load time. The images have to work for every resolution and still be small. The styling can look different in different browsers. So many useful javascript features are only supported by modern browsers. An on top of that: IE.
I’ve gotten quite good at all of this, but still: it’s such a fucking pain.10 -
I didn't know they had a name for it. I thought I am the only one dev who is affected by this. Phewwww12
-
Lets check out the dev in you.
Problem: Print "Hello World" in C in such a way that you cannot use any semicolon anywhere in the program.
Try this without using internet.
Hint: You only need to know basics of C.52 -
Not sure which is more painful for a dev machine - 13" screen or only 8GB of RAM
Either way, I have both 😢16 -
!rant
Apparently everyone else has some sort of inanimate object they use for debugging. Am I the only dev that just using all the other voices in my head for a souding board?13 -
New spin on the Manager / Dev format!
Recuiter: WE NEED AN ABSOLUTE NODE EXPERT, NODE NODE NODE, WE LOVE NODE! WHAT IS YOUR NODE EXPERIENCE?!?!
Dev: Well I've had exposure to it since it was nearly new, all the way back in 2012, and since my professional career started about 7 years ago I've used it fairly often on a per-project basis.
Recruiter: WELL HAVE YOU BEEN USING IT DAILY FOR THE PAST 5 YEARS!?!
Dev: Well no, as I said I've used it for specific projects... anyway, there are these things called weekends...
Recruiter: WELL WE ONLY WANT NODE ZOMBIES SO SORRY.
Dev: Thanks for reaching out and wasting my time.
Recruiter: ...
Dev: ...
God recruiters are like robots, don't they understand senior-level engineers are language agnostic?6 -
Dev: You’ll want to store money values such as $2001.01 as 200121 when using javascript.
Manager: Why? That’s stupid.
Dev: Javascript doesn’t behave with decimals the way you think. It’ll show up as $2001.01000001 when you least expect it
Manager: Well I’ve never had that issue before! Besides that’s only a fraction of a cent off, that won’t even matter!
Dev: … literally the plot of office space but ok21 -
Dev: There’s a file in your PR with over 1000 lines of code, I think it should be broken apart into a couple smaller pieces to be a little more in line with the single responsibility principle
Muppet Dev: That file only has one responsibility! It can’t be broken apart!
Dev: How’s that?
Muppets: It’s single responsibility is managing that group of functionality
Dev: …3 -
!dev
Acourding to greenmotion, Germans only need 15 Minutes to assemble the Table I assambled today, while everybody else needs double the time.8 -
story of my life
*2 months ago manager forces me (frontend dev to work on backend) and he agrees to do that only until new year*
*new year arrives frontend dev wants to go back to frontend*
*manager surprised pikachu face*1 -
The only dev trend to get excited about is more and more devs keep adding on each day.
Like really, so many of them that the day isn't far that we
Homo Sapiens
become
Homo Dev-iens!3 -
Joined a new company / team to work on an iOS app that has 2 different backend environments "Dev" and "Prod". Also being referred to in iOS speak as "Debug" and "Release".
Been trying to get accounts on these backends (no sign up in app, its controlled via another process). Eventually get access to "Dev" for one of the regions, so I load up "Debug" and its not working.
This is odd, so I open the Android app and load "Dev" and it works? I then Notice Android has "Dev", "QA", "Staging" and "Prod" for every region where as iOS only has 2 of these.
So I go back to iOS and find the file for the settings and it has iOS Debug assigned a variable for the backend Dev ... which is actually pointing to QA. Because they use QA to Debug and not Dev.
... confused? join the club4 -
Am I the only one ?
15+ years in c# / .net dev and I still google "c# string compare ignore case" each time. Its just fucking faster than to remember exact syntax of the "StringComparison.OrdinalIgnoreCase"9 -
I wanted to be a dev when the only on campus job that paid more than minimum wage was titled "Web Developer". It paid 13 bucks / hour. AWYEAH.
-
Not Dev
My passport appointment date was 26/03/2021 and i saw only 26.
Travelled 100 kms for this mistake yesterday. 😭😭3 -
Dev blog writer: "I'm a polygot developer, check out my Github..."
Checks Github, only finds JS and 1 HTML repos...
Thanks for making me feel better about my employment chances mate!2 -
#4
Only 7 of the ~200 Routes are named. The former dev just created URLs within the views with the url() method.
#4.1
There are just GET & POST request. Even though stuff is getting edited or deleted.
😓🔨9 -
Manager: This dropdown is hard to use on mobile
Dev: I thought building this for mobile wasn’t in the scope?
Manager: I changed my mind. It’s a lot easier for me to test on mobile so just rework it so it works on mobile. But only for testing.
Dev: How about I make the dropdown a rotary dial instead?
Manager: Good idea!
Dev: …9 -
Worst dev advice?
Mgr: "Stop trying to use that agile shit for your projects. Waterfall is the only way proper application development is done."3 -
I'm the only frontend dev for a website with over 30M UU a week. It's constantly evolving. I'm scared that even when I have an accident and end up in coma, they'll still hook me to a laptop to code.7
-
Dev: I think I just deleted data I shouldn't have. Can you do a rollback?
Me: No, I'm a DBA, I don't touch data. Did you commit?
Dev: Yes, I committed.
Me: Your data is gone.
Dev: But don't you guys do backups?
Me: We backup the Prod servers. We only back up Dev on request. Did you request a backup in Dev?
Dev: No.
Me: ...
Dev: The Testers are going to be pissed.1 -
Soooo... My senior dev just dropped a very importand table om our production enviroment.
Time to restore the database.. only 50 GB left9 -
It's so fucking great to be the only dev that uses Linux here and the servers are all Linux and the windows devs sometimes don't give a fuck about case sensitivity... Just fuck them all!!!!!!2
-
Normally I'm both the dev and QA... Today I was the dev, QA and the user... Of course, I'm paid only as a dev... But I'm blamed as all three... Ffs I can't do this anymore 😞2
-
As the first and only dev in our family[including relatives], I find it really hard to answer them whenever they ask me about what it is that I actually do at work.5
-
What do you do when another dev overwrites/changes your working code without telling you, only because s/he cannot understand how your code works?
And your code was working fine, mind you, no bugs or anything, and is following recommended guidelines/standards. It's just that this other dev has a different coding style and prefers to rewrite everything his/her way even if it means breaking up otherwise sound logic.7 -
Client: we want X.
Dev: Quote for X.
Client: We only want to pay x.
Dev: Requote for x.
Client: approved x.
Dev: Deliver x.
Client: where is X we asked for X.
... perspective of project scope matters.1 -
Not an enemy yet, but I’ve just debated with a senior dev that said stored procedure is faster, safer, and works better than entity framework
I agree with faster (only a bit) but the rest is just bs23 -
Is it really possible to become a good dev with only sololearning ?
I'm a student that already destroy my dev teacher(bad school, no money) so I'm trying to improve myself, but i cannot see the result.. :(13 -
The worst thing of being a dev is that you can never enjoy things at face value anymore. If only I could play games without counting in my head how many objects are ticking too often .etc :(1
-
So I was looking for restaurants and this is the website of one in my area. Not sure if minimalistic design or just writen html in text editor. Maybe he hired a dev who took "will only take 30min" too seriously.4
-
Im the only dev at our app company. Beta due tomorrow. Im learning im astonishingly bad at handling stress2
-
Developer who was working on a project for 7 weeks was fired and to spite the company he deletes all his source code for the project. As the only other dev, I was placed with the wonderful task to complete an 8 week program in 8 days.8
-
I think devRant should add an Ask A Dev section, since I always feel intimidated using stack and I can't be the only one...9
-
"This has to be finished by EOD! No excuses!"
"No problem. Just send me an email with the details. For faster processing please add this signature to the last line of your mail:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*"1 -
Just finished 2nd year of uni and got a summer placement doing game Dev. I walked in to be the most experienced person there because I am the only one doing it.5
-
To be locked in a dev-centered paradigm. I want personal projects that earn me money. I want my own business. But, it requires marketing. I have no respect for marketing people. I’m a dev, and that’s a common sentiment among devs. I have to get over it to achieve my goals, but it seems like I’m locked in a dev paradigm. I only see engineering.10
-
Junior Dev me: ok boss, coding is basically done, just need to do some more system testing.
Senior Dev: fantastic let me take a look.
(3 hours later)
Senior Dev: ok so I've made some small changes and pushed, could you pull my edits.
me: sure
(pulls changes)
(EVERYTHING Is changed)
(try to compile)
(doesn't compile)
Me: sorry, it doesn't seem to compile for me
Senior Dev: I never tried to actually build it, it's only a small change
me:7 -
Genuinely thought "CLI" meant Command Line Interface. Only just realised it means Common Language Infastructure. How have I been a dev for this long :(10
-
Dev: "I've pushed some code. Give it a code review."
Me: "ok, i'll do it"
<<fast forward>>
Me: "Sounds good to me. Only thing, I wouldn't have gone for all those renames because that was not part of the request, maybe we can discuss ...."
Dev: "I like those names and besides, it's already deployed in production"
Me: " :| .... what's the purpose of a code review when you push straight into production ?4 -
Me: *Writes a nice little AWS Lambda service using Java 12*
Reviewing Dev: Lambda only supports JDK 8
Me: *Dies inside and cries as I replace every occurence of var*6 -
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
-
!dev
Got me a new mouse pad since the only one I had was branded with my last jobs logo. Mordor is right where I usually rest my hand so it will eventually get dirtier and therefore more evil.8 -
Am I the only one who gets really excited while looking at how other people solve problems and how they make things? even if not related to dev3
-
Not entirely dev related, but...
I'm getting tired of (electrical, mechanical) engineers complaining about HW limitations like "oh this board only has 12 KB of flash memory" or "I can't make this thing move smoother because my CPU is only 16 MHz" Bitch, you can spend $500 on 3 servo motors, but you can't afford to pay extra $5 to get a board with better specs to control them?7 -
Wish I knew about this lovely community a few years ago, when a dev in my team asked for help because they couldn't understand why their function was only returning one string... Only you guys would understand my pain when I saw this...
string SomeShitStringMethod()
{
<do stuff>
return string1;
<do stuff>
return string2;
<do stuff>
return string3;
}
>_______<2 -
Dear every second JS dev:
Thank you for making this library!
Fuck you for making it only for node.js!2 -
That awkward moment when you're only dev working on almost dead project and you start making changes in production and then move it to development servers 😬4
-
I'm sure more than 50% of the Devs who claim to hate PHP either don't use it, or only claim to hate it because, well, you know... it's the Dev way.12
-
I'm just starting on the dev world. I only taken Java and C++.(Both professors knew their coding however, sucked balls at teaching it). now i am here looking at this post scared as shit for my future.. damn what did i get myself into?9
-
Comment a 1 if you’re a web dev.
Comment a 2 if you’re a game dev.
Comment a 3 if you’re a data scientist.
Comment a 4 if you’re in cyber security.
Comment a 5 if you’re in IT.
Comment a 6 if you don’t fit any of the above categories and you code only in PHP and refuse to learn any other language because you think PHP is the future.50 -
!rant
Dev walked out of the bathroom stall (I can only assume it was the #2), only washed one hand.
One hand under the auto-soap dispenser, then kinda rinsed the soap off. The other hand never got involved.
That seems weird to me.3 -
Just got a rejection email from the only interview I’ve gotten.... I know it’s normal but I feel so dejected and imposter-syndromey. When I get rejected from a non dev job it doesn’t make me question my ability, but because this is the first time sending out dev resumes it’s so daunting and I feel useless😞5
-
Some thoughts about time relations in app dev:
10% - minimal ui & coding main functions
10% - testing
10% - writing web api just for fun
70% - try to "design" an ui
Am I the only one having problems with ui?? 🤔3 -
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 -
!dev
I want to say to my cheating whore of an ex, you were never worth the time nor the effort. You are my only regret in life. There are actually way more pretty and nice and probably honest girls than you'll ever be!30 -
!dev :(
I am cleaning, disinfecting, bagging and sealing produce and deliver it in survival packs so people don't need to get out of their houses.
The country is in total lockdown, people are strongly encouraged to stay at home.
Bars, social activities and whatnot are closed.
Only excuse to be outside is to be buying groceries or going to the hospital.
Supermarkets only allow 1 person per household, so.3 -
Am I the only dev that doesn't wear headphones? Being unaware of my surroundings makes me more anxious than it's worth4
-
Someone who was lazy to make changes from dev branch, making code only in production without updating dev then wanted me to merge from production to dev because he was scared ☺️
-
This last year has been really good. First job where I am only a dev. Learned a shat ton about modern C++. So 2019 would be my fav year.
However, I think my favorite moment as a dev was when I realized I could go anywhere I wanted as a dev. That small amount of inspiration when you realize, given enough time, you could recreate the universe in code.
At that moment time became the enemy of ambition.1 -
When you get into a fairly heated debate with a fellow Dev only to realize you are both just agreeing with each other loudly. @manframe1
-
management logic.
dev : calling api on every product scroll is a stupid idea. we shouldn't do it. what if user has 100s of products bought?
mgmt : it isn't a practical scenario. in prod, we checked the data and we rarely have customers with more than 20 products
dev : 😮🤷♂️
dev : this is a rare issue that only happens for very old devices from this specific manufacturer. even manufacturers have acknowledged this.
mgmt : we don't care. fix it, as per data this error has been logged for more than 12 times (from 1 user only)
dev : 😮😢2 -
If I see one more Laravel dev I'mma commit a war crime
If I see one more Laravel dev dropping env(something) around the code I'mma commit _SEVERAL_ war crimes
Remember kids: you don't work with Laravel. If you do (you don't, but let's assume), ENV IS USED ONLY IN CONFIGURATION FILES, OR LARAVEL CACHING SYSTEM FUCKING BREAKS. Ok?11 -
My current job. Fire half the dev staff, leave junior as only web dev with no plans to rehire. Then immediately starts a larger project that we don't have a contract for yet with half baked and fuzzy requirements, due by March. The reason for firing most of the staff? Running out of money and can't promise our jobs 3 months out.7
-
There is no such a thing as a good dev days. There are only bad and worse days. Unless you are millionaire and you don't have to deal with clients.
-
I’m 2 months into my current job at a startup, and I’m starting to lose it. My PM doesn’t have any background in tech, features keep changing every week, and more requirements are added every other day.
To make things worse, I’m the only dev on board right now, despite the company burning ~$80k on a sweatshop to deliver code that’s barely half working.
When I asked if they’re getting another dev onboard, the co-founders said they couldn’t justify another dev since they blew a fat load on that sweatshop…
Time to get on the leetcode grind again 🙃2 -
That moment when you are a junior frontend developer, you realize you are in probational period + you got a new huge project with a technology you never worked properly before and the only person, who can give you some addvices is going to leave the company in a few weeks... + you will be the only frontend dev. on this project... People I'm scared... 🤯🥺3
-
Today is Day Two of my Dev Ops Internship.
The only tasks I have been assigned today is GDPR compliance training, which I did not realize could be stretched out into so much repetitive detail.
I also sat in a meeting with a dev who committed his artifact builds to git and now needs us to remove them for him.
Also, I keep getting called Dylan. My name is not Dylan.1 -
Went to firefox test pilot and they really got some cool ideas there (e.g. snoozetabs: https://testpilot.firefox.com/exper...) only if firefox devs invested 1% of fucking around with "cool ideas" to maybe getting the dev and responsive tools up-to-date..1
-
That feeling when your favourite function in the code is updated by another dev, only to make it look worse by adding tons of arguments ( T_T)2
-
I will take any dev who can defend their point of view under scrutiny but admit to being wrong over one that just agrees with everything i say. I will also take a dev that asks questions over one who agrees with everything i say. In fact the only thing worse than a dev who agrees with everything i say, is one that disagrees with everything i say, and one that doesnt show initiative.1
-
86 lines of code...duplicated 3 times in the same file...and only a single integer constant is different. This is the shit that makes my day to day work tedious.
Im glad I dont personally know the previous dev, he would get his throat punched...though calling him a dev is more of a compliment than he deserves.2 -
Applying for web dev jobs in a state I'm about to move to...yeah you thought tech interviews were hard! Try impressing someone over the phone and that's your only chance :/2
-
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 -
Why would some companies advertise a job post as Software Engineer, and only to find out deep in the process after doing multiple interviews, that it’s actually a support job??
Seriously why the fuck do that? That’s disingenuous and misleading as fuck?
And why would a dev be dropping a dev job and experience to do tech support ? Is it even worth it?
Even if it is, can you easily switch back to an actual dev job afterwards?
Wow the things some of these companies do 😶🙄😑🤦🏾♂️3 -
The only technology that has updates more than microsoft windows--> android studio...Like the dev team gets a eureka moment everyday1
-
!dev && !rant
@dfox and @trogus my so was like, wait... Is this like a thing to complain? That's awesome!
Wait let me guess it's for developers only, right? Why can't we normal people have this? :O7 -
I have spent 2 hours fighting with another dev once about mysqli vs pdo and how mysqli is probably worse than pdo, turns out the only difference is that pdo supports more databases, where as mysqli only supports mysql, else their spec is basically the same. 😰2
-
After 1 year of working as android dev and coding in java, finally switched to another startup where everything is in Kotlin where I will be the only one maintaining that project.
Me: This code has almost no comments
Senior dev: Code is pretty self explanatory
FML
At least she spent 4 days with me and walked me through the code, so I'm not totally lost which is great!2 -
Holy fuckin shit. Fuck java updates.
Today we deployed to production with a java app. For whatever reason it didn't work, just throwing SSL errors left and right.
Same app works on dev and qa
There's only one tiiiiny difference: Java 8 141 on dev/qa, Java 8 171 on prod
Guess what happened in 171 ... they updated the CA
rip 4h debuggin5 -
so I work at a mid size agency as full stack dev, the only one, at almost 1 year and just found out that my boss is trying to sell wix websites to clients LOL
I don't know what the hell is he trying to do...2 -
Am I the only one that has an obsession with collecting stickers? I don't even stick them. Dev stickers are my favorites obviously.1
-
Ok tomorrow I'm gonna kidnap one dev or two and I'm gonna release them only when I fully fucking understand how to fucking send an image to a private registry goddamnit
-
Imagine being a senior dev with a green junior that says: "Well maybe there is a better way and I just don't know"
and you say:
"There is, I'm telling you"
only to continue on discussing it more.5 -
I just want to take a moment to appreciate how lovely and non-aggressive the subscription process for a Mozilla dev newsletter is.
They show a list of topics like
- Mozilla tech
- add on mails
etc
Only the dev newsletter is preselected by default and the rest are unsubscribed by default.
So if I just submit, I'll just get dev mails and I can subscribe to the rest only if I want to.
This is so much better than chrome or other Google bullshit where if I subscribe to a dev newsletter I'm automatically subscribed to every single piece of shit mail available.
You go Mozilla. Thanks for not being a piece of shit. -
What do my family think I do as a Dev?
The most stereotypical thing you can think of, they think I sit on my ass all day procrastinating.
Obviously they're wrong.... I do some work now and then.... only now and then... -
Forcing the dev to be the only one doing QA should be considered animal cruelty. That's like making the plumber take a shit after every new toilet installation. That was a terrible analogy.3
-
Our agile scrum team has finally shattered into two parts.
On the one hand we have front-end guys.
On the other hand we have backend- /dev-ops guys.
The FE guys don't care about the BE guys business.
They don't join pairworking and only noticing things that went bad, when a Backend guy has caused it.
Goodbye fullstack dev-ops team...
I really dislike that arrogant basterds.
Frontend Hobo-Bitches...! -
I'm the only dev in a project. I'm a frontender. It was supposed to be a front end project. Now I know more about ruby and postgres than I wanted. Thanks for learning opportunities, I guess. Good that the deadline is still pretty far away.2
-
That moment you are forced to use Windows to develop PHP Stuff and arent allowed to install Linux because of "Company Regulations" (aka Windows only Admins) ...
I just want my beloved Linux Dev Stack here :(4 -
Dev industry develop so fast. This is because information available anywhere in the internet and people try to learn any programming language they want . But only few know whether they following secure coding practice or not
But the thing is most of Dev people dosent care about security. They focus just to develop a application but not to secure it?2 -
Started a new game dev job. Fortunately, they already have a Rubber Ducky chilling at the desk. Only thing, it's less of a duck and more of an evil imperial guard with a lust for bloodshed. I hope he likes C++.1
-
Hmm. Seniors have the half working experience as I do and I am the only not senior one in Dev team.
I adapt code only to "taste" good for code reviewers, but they allow themselves to commit without caring and just saying :"oh unit testing is boring"
Enough with the kindergarten. Time to prepare myself for the next job.1 -
When the only other person on your dev team is an arrogant, miserable piece of shit that you despise but have to pretend to get along with so you can get a paycheck3
-
So.. There are about 4 jobs in my country that even mention golang, and only as an "advantage"
😟 Wow.. learning Go really isn't helping..
Why isn't it used widely as the main language of a dev team?? Too young? Or are there serious issues, that most companies prefer using c#/ruby/python for web dev backend?8 -
Nobody reviews my PR into test branch
The only guy who reviews it is the new senior dev who isn't yet used to how the company works, leaves comments about useless stuff and doesn't fucking approve
Jesus fucking Christ5 -
Sometimes I get me thinking that the only coworker I consider real dev is the intern.
Really looking forward to go to a real coding job.2 -
I miss those days when I used to sit and have endless dev related conversations with my university fellows. Now, all my non-dev friends only talk about girls, cars, vacations etc. FML2
-
Me (new position): Hey, can I run this locally?
Other dev: No, it can only run through CI.
Me (exploring): Oh, I see. CI -> Docker -> Makefile -> Ansible -> Packer -> Terraform -> new EC2 image -> new EC2 host -> command.
Well fuck. That's not going to work locally.4 -
Only questions I consider stupid are the ones that are permutations of an original question asked constantly from month to month. They should know the answer by now!
Asker: "Theres a bug. I cant log into this account"
Dev: "It's a different dev database, so use the password for that one" -
tfw you're the only female dev in the room surrounded by men in brotanks, their protein powders, soylent, and gym bags 🙃7
-
Wow so many teachers... Looks like lots of people take CS. The only CS teacher I have is myself (and books).
Best Dev experience... So far... Writing Watcher.
First app I wrote using modular design and I use it still every day. -
We have 7000+ employees and I'm the only one who do dev work. IT had special meetings how to handle my requests. In the end they told me to buy a separate laptop and keep it outside the network. Suits me fine :)4
-
I love old school design. 1990's and 2000's website has their charm.
Negative side of this: I want to be frontend dev and I can only design these, so I can't make modern website without proper designer6 -
It's been 1 month in my first dev job.
I'm really happy but there is one problem...
Despite my role as a full stack dev in a fullstack team, I deal with only frontend stuff so far.
I asked to get some backend tasks from my boss, and he said "in due time".
Is it because I'm a junior? Is it normal?5 -
Biggest hurdle in my Dev career?
To be as good an architect as the developer I am.
Challenges: You'll have to convince fellow architects, business clients, junior developers, mid level developers. Some understands UML, some only wants POC, some wants to see code, some just wants a PowerPoint deck, and some just wants to see the cost benefits only. -
Don’t work under a lead dev that is single focused on immediate problem solving. You will only ever put out fires caused by their small-mindedness and miss on learning to solve bigger problems.2
-
there are a lot of ad for web based start-up to be teams claims they have everything in place only missing a dev, what the F r they thinking without dev involved in early stages means to build a building by copy paste blueprint from Google2
-
Am I the only one who is confused about
Chrome,
Chrome Beta,
Chrome Dev
and
Chrome Canary
on the Playstore?3 -
UI bug is found to only occur in Firefox.
Director sends mass email telling dev & qa to only test using IE11. -
!dev
My toilet paper roll is fucked, the rip line only goes half the width of the roll so it always tears off a part of the next piece
We cannot live in a world of chaos8 -
I feel like being a doctor is like being a contract dev. You're thrown into a bad situation, you know the stack but you don't know the project history, best practices aren't followed, and the only dev is also the primary stakeholder who learned everything he knows from w3schools.2
-
I don't know how to feel about this: in the dev team I am the only one working with a dark theme.
Are they real developers? Where am I?6 -
When you register to dev rant and write your first rant, only to realise you didn't validate your mail address, and this validation throws you back to the front page, losing your changes3
-
im the only person in my company who has any sort of tech skill. Im the only dev here, the only IT guy here, and pretty much the only person who can use a computer outside of facebook. And my CEO is expressing concerns as to what i do? Life of startup hell2
-
Epiphany.....
After crash and burns all through FB, Twitter and Instagram, I've got to admit, the only place a dev can actually get any likes is devRant!1 -
Being the only Android dev in the company, I felt very lonely. Google is the only friend I have during work.1
-
Got engaged to set up the CI for a project. Worked with the main developer to set up the dev environment only to find out that he deleted 80% of the migration files because he didn't know what they were
-
Having to request permission from my boss -- the director of marketing -- to install free dev-only tools.
-
No better way to start off a new year than to wake up to message from the boss telling you that you need to start to work even harder because there are projects overdue and clients has started charging penalties.
Of course he doesn't care that there are only two of us (me, a Junior Android Dev and he iOS Dev) and there are 3 projects, all with deadlines in December 2017 or January 2018.1 -
There are only three dev jobs:
- Hate the job
- Feel neutral
- Love the job
Two are choices that you make because of where you are in your life. The other choice you get stuck with and only stay long enough to avoid damage to your reputation.
Baby or bills? Often the middle choice is the best choice. Dream jobs come at a massive cost and risk to your personal stability.8 -
!rant
I am working at the university as a web dev. Recently we were requested to create a registration system for upcoming knowledge olimpics in a little time. We finished it in the middle of february and until now, only 5 people have registered for the tournaments. -
just finished new series 4 of doctor who. how can it possibly get better from here?
sorry !dev but this is my only social environment and at least somewhat of a rant4 -
Am I the only one missing ``` // some code ``` backticks/tags (the ones that convert wrapped text to monospace code) here? @trogus -- Since this is a dev-oriented community.. could this be an area to improve devRant?2
-
I DONT KNOW WHY BUT UBUNTU 17.04 SET MY ONLY DISK TO /DEV/SDB, I RAN A DD TO DELETE MY USB DRIVE (I TAUGHT IT WAS /DEV/SDB) AND DELETED ALL MY PARTITIONS! F* THIS SHIT, I'M GOING BACK TO ARCH11
-
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 -
The only difference between a beginner dev and a veteran dev is that the beginner is afraid to touch what he doesn't know, while the veteran embraces it.
Accept that you don't know all and will never know everything. Even so, learn something new everyday. Fight your ego when it tries to make you keep only what you know and reject everything else. Fight that bastard.
The world needs less "I know", and more "I wanna know". And remember, devs should be in the "I wanna know" team.
sudo rm - rf ego
sudo apt-get knowledge-upgrade -
Am I the only dev who need to git commit && git push everytime I've done more than I would like to redo in case my computer dies?3
-
life as the only dev at work:
boss: so the new system is finished now right?
me: its finished enough for people to log in and test it
boss: so its finished?
me: .... suuure -
U've seen one dev creating Java-Classes like 'GetLevel' which contain only one method that is called 'getLevel'. And it wasn't even a static method.4
-
I just realized that I may be hard to fire because I create a lot of apps. All other devs on my team work on the same big projects and maybe share code more.
But I tend to be the only dev for a lot of my work. In addition to building and deploying a few standalone projects.... That no one else has used. I write usage and design docs but nobody reads those.
And one application is very complex, has many parts. It even took me a while to pick it up at first and I've been the only dev on it for years... So built a lot of things on top.
Today I was actually talking to the business team that uses it and they were like when is feature A, B, C going to be done. And I finally said, has to be one at a time bc I'm the only dev...
Though last week I did ask for some help to look into one of them while I worked on another more complex one but I gotta train them. And well their part involves only a small part of the entire app. -
Job post I saw today. They are either looking for:
- C/C# Dev to the company
- HAPPY Frontend dev
- Java Dev to the company
Well now.. only the front end gets to be happy but doesn't know where to work while the other two can be grumpy and know they'll work at the company? 🤔4 -
I'm currently the only dev that works with a client's dev team. That's not really how we usually work, usually it's a whole team of ours.
Three aspects why this sucks:
1) the client's dev team is made up of juniors and junior to intermediate devs. All of them are new to scrum. I therefore have to constantly support (dev & agile workflow), check all the PRs and have to think of everything in Refinement meetings.
2) the client's based in another timezone and the PO is super busy because we're the only agile team in their company. Therefore this is going to be the third Friday in a row where I have meetings until 6pm.
3) I also have a specific time frame I have to start working for my company, so I constantly work extra hours due to the time difference.
I'm just tired.4 -
Just had a web dev newbie crack a MEAN pun and tell me "Learning it is so MEAN lol". Should i tell him he's only about the 1230193848 x 10^6th person to crack that joke?
-
/dev/null is like a black hole. You know it exists, but you cannot communicate with it. It has no output, only input. It swallows all data it can possibly get and nobody knows what it looks inside.4
-
Said to me one time by someone I worked with who wasn't a dev over the course of a 5min talk
I don't know what you do
...
We can't have this project fail
...
It should only take 3 months but we gave you 62 -
I like nerdy and cool coffee mugs. Comment with your favorites—bonus points for pictures! My best one right now is a Fermilab mug. Looking to buy a new dev-related mug!
(If only there was a devRant mug...)2 -
Started at a shit position (throwing truck) with a company to get my foot in the door. dev position opened up, so I applied. Only to find out employees have to wait 90 days before they can switch departments... 😑😑😑
-
As a web dev.. am i the only one who has a folder called templates or some kind, where i have started but unfinished projects of my own? Because of the fact that i always came up with an ideea of a new website ?2
-
Did any body ever applied to a job at SO jobs? The conditions looks really good but it looks like they are only for senior dev or sharp profile on some extinct technologie.. did it ever work for any of you guys?5
-
Got my first Dev job nearly two months ago at a small start up (only 2 devs atm)
Yesterday during meeting boss says
"We're now much stronger than we were before (about development)"
First positive feedback and it felt godly. -
!dev
#cursee&transportation
Why the heck are the buses running at night in my city only play news?
Not breaking news. Not interesting news. Just mundane governmental political news.
Why? Is it one of political strategies or something? -
Dah. Boss says we have to set a take home coding task for the dev interviews we're doing. I'd prefer just having a chat and forming an opinion.
I mean, you're the boss, but I still reckon that'll only cause the good candidates to sod off...3 -
dev> So, I've made a list, you only need to check the empty fields of the informations you want to be displayed
client> okay, so I have done the first X lines, there are only Y more left, you can get them by yourself when you look at the ones I've filled out.
dev> "gets them", shows them the client and codes everything after getting approved.
- delivers -
client> oh, well, yeah that would be correct but *insertvery specific industry information that only people knows that work in a management position in this industry*
-- like, just fill out the information I am asking you for, then we would have had not a single problem -
The code I am supposed to refactor only builds if mounted on/as drive s:\.
Sure worked for the previous dev.
First thing to do: new makefile. And git init. -
I am this shitty ass frontend dev that knows one language and one framework, I only do light logic and I can't even do a quick sort algorithm.9
-
How am i at 500 ++, this is the type of satisfaction that you can only get Dev Rant, the social-adjacent network.1
-
I know I can't be the only one of us that listens to dev related podcasts. Does anyone have any good ones they'd like to share? I'm looking for something more entertaining than Software Engineering Daily, yet more informative than MS Dev Show.1
-
Best part of being a dev is knowing only so many people know how to do the things you do. And it's not that hard really, but you know... people.
So there'll still be demand for my work in the foreseeable future. And little competition.2 -
In my 6 years of dev career I never had a mentor. Only some colleagues who drop comments during reviews here and there.2
-
Do you use any other IDEs as Android Studio or Eclipse? I dont wanna use Eclipse and AS is to buggy :(. I only search an good ide for Android dev (using java)13
-
Dev: "Oh, btw, I updated our dependency on X since a new version was available."
Almond: "Really?! They only released the last new version yesterday."
Dev: "Oh, I know, but there's a new one now."
Almond: "Ok, fair enough."
*Pulls code*
com.x.x:3.5.1.SNAPSHOT
🤦♂️ -
Blue light toxicity is real. Please use blue light filters fellow dev. Especially at night when no other light is on. You only have one set of eyes.12
-
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 -
Just got added to a few repos of iOS/Android apps that I'll be working on for a new client. All of which only have 2-3 commits and no further history. Guessing the previous dev was using drop box or something, I'm a little concerned.
-
I'm losing faith in my future right now!
I'm dying working for my current employer (read my last two rants) but no one wants to hire me and I'm not sure whether it's my skills, little experience or only halftime availability until I finish studies!
Also, while I'm at it, there are second to none game dev workplaces here, in Poznań (and working as a game dev is a dream <3).1 -
Any top tips for recruiting or things you look for in an ad?
Our company has just advertised 4 roles (one was a junior PHP/JS dev role) and we got 90 applications. Only one was for the dev role, and we decided not to pursue it.
We're keen not to go the recruiter route, they cost a ton and that means less pay for the dev in the end. Plus, you've only got to look at this week's rants to see how they work!
Every day without help feels like an eternity of ever shortening impossible client deadlines for me. 😩😭 (I'm the main dev on a team of 3 including our PM)5 -
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 -
When I was 14, I "registered" to Google Play Dev Console. I make apps since then. Most of them are only available in Hungary, but I have some international ideas.4
-
Another dev concept butchered by business people:
BDD, but does not integrate into any tests, uses arbitrary language and format, covers only happy path...
Kill me now, please1 -
Have you ever managed to land a job a d immediately realised: what have I done?!
I start an IT tech and web dev for. 100+ user company as the one and only IT guy. Immediate anxiety.3 -
Need some advice. I’m a uni student and I really want to go into machine learning, data science, or computer vision. I have most of the skills and I feel I am fairly competent. However, the only professional experiences I have are web dev based. How can I make myself more appealing for data based roles? I really don’t want to do web dev anymore hahahahah5
-
Any senior dev who get less paid in terms of his juniors or am I the only one?
If anyone who is in same shoes like me please suggest how to cope with the feeling of unrest and feel less miserable.6 -
TL;DR: what salary would you give a mid or senior Symfony fullstack dev. What would you ask during interviews?
We're currently looking into hiring a fullstack Symfony dev, focus on frontend. Expirience wise it should be a mid to senior role, as I'm the only other dev. We're looking for someone remote, so don't really care where they're comming from.
What salary would you deam apropriate? And what would you ask them in an interview? Any other things to consider?13 -
Sometimes it’s hard being the only front end web dev at an older desktop/backend centric shop... sometimes I say things that make me look so ignorant but then I’m like “...how do you not know how to write basic CSS?”
-
If you had 7 letters(incl. Space) to express you are a dev/techie/programmer, what would it be?
When I get a car I want a custom plate, but I only have 7 letters available21 -
Lay out exactly how you want a jr dev to fix his code, only to have him ignore all of it except that a certain library will be used in the fix.
-
This is the only place where you can actually see the DSOH, I mean Dev Sense of Humour. Don't Google DSOH, iCoined it 😎
-
ci tools in cooperation with git servers because i work on different machines and only one of them has the full development environment. (every other machine has only an editor (atom or vi) and git when it comes to dev tools)
-
Sometimes I wonder how big it companies with more then 500k net worth get away with bugs in their webapps.
In my company we also have bugs but I am the only dev and we won't hit the 100k Salesmark with our software.3 -
Remember dear web developers, don't be a lazy are and just reuse existing web endpoints. You can only do that to a certain extent. Don't expose a form URL encoded endpoint with dozens of fields and potentially kill the productivity of your mobile dev.
-
Hi everyone, I’m a college student and I have a career question.
I was contacted by a company to apply to their recent graduate program and it seems like a great opportunity for me. In the program, they assign you to a team (AI/ML, computer vision, automation, compilers, web dev, etc).
I need to send them my resume. I want to work with their computer vision team (I took a computer vision class and fell in love with it) but my resume only has web dev roles (I’ve only had web dev internships).
I’m worried that because my resume only has web dev stuff, I will be assigned to their web dev team instead of their computer vision team.
I really don’t like web dev anymore and I’m not sure how I can express that. Any ideas? Should I add an blurb in my resume expressing my passion for computer vision?2 -
One language to rule them all...
React Native for mobile
Electron for desktop
Normal for the web
I only wish for it to be memory efficient.
Only this and every dev would be happy i guess.2 -
Business: The feature is not as aspected.
Dev: This is what you asked for.
Business: I ask for something else.
Dev: Please refer to the documentation.
Business: F**k with document.
Dev: You only the documentation. -
Few days ago I started a new job in a big corp. Almost everyone are working on windows 10 machines.
I am a begging front end dev, who only worked on ubuntu.
Will windows be a problem?2 -
Still not using versioning even though I'm the only coder. I have a dev and a live version of the site and once in a while (like early this morning) I update the live site by mistake, writing over the safe file with the development one :S4
-
My biggest dev regret is not starting earlier. I started learning how to code only 5 years ago, when I was 19. God, I wish I started earlier.
-
Only dev in the company, couple of on going wordpress projects, just left without notice period. Im going to hell arnt I.
Explanation: I had not yet signed any contracts because the boss “trusted me” i just completed 3 months (standard probation period in other companies) but just got a job offer with triple the salary but recruiters seemed in a rush and i figured i might lose my shot if i told them to wait. Keep in mind in my country that kind of salary is impossible to get for a 21 yr old dev.1 -
The only advice I ever got about transitioning from a dev student to actually working in the dev world came when I was on my first semester in an elevator from a random person who already had a job in dev. Not her words, but paraphrased later by someone else:
"The only qualification you really need to make it just fine is the ability to utilise search engines better than the average gorilla"
... and she was right. Also, never before had I noticed, and I was dumbfounded when I did, how bad people actually were at searching for information.2 -
I wish windows would release a personal version of Windows micro server so that I could only install exactly what I want for my dev workstation through budget packages...*sigh*1
-
!rant
I'm in the lookout for a new laptop for my dev work and occasional gaming (Dota 2 only), needs to have at least 16GB, 256 SSD, decent battery life and portable.
Which laptop do own?
Which do you recommend?8 -
I want to make dev community like devRant only for people who lives in my country (because we don’t speak English)
I just know some more community like this.
Can you guys recommend some? -
Say you'd have a dev apply for a job after only 6 months into his previous job, what would be your thoughts on that?
Would you outright reject the applicant? If not, wwyd?6 -
typical dev offer
they look for a dev that should migrate their existing system to a new one
the old dev wrote a system that is archaic now and he wants to quit developing
and if you "want" to do more than just coding they would like you to support them in
- managing social media
- layouting / photoshop
- creating videos
they search ONE developer to do this
and are not really planing on expanding - I got only very vague respones regarding this topic
typical We search an "allrounder / one man show"...
what do you guys think? they invited me for a meeting next week. I think i will go for the impression and see afterwards how I should proceed. But kinda iffy and the fact that I will be the only dev makes me wonder about the fact that I may feel lonely fast, stressed aaaand no real option to educate myself because I will have no free time and if potentially I (the whole dev team) don't work, then no work gets done.7 -
The coming week will be super depressing, because I have to start handing over a scala project to another dev who only knows java. This means I have to dumb down everything, because anything other than Java and C# is obviously complex and management only has cheap Java devs available...
At least I don't have to write Java myself (yet), so I will hopefully keep my sanity a little bit longer. -
it's sooo annoying. There are no sites that cover SOAP with JavaScript. I am only a junior dev and I have no way how to tackle this project. Why SOAP??11
-
If a software company has 3 unique client projects, is it better to structure the discord server this way:
`-` is a category (parent) and `--` is a text or voice channel (child)
OPTION 1: category as project
- Project A
-- general
-- resources
-- design
-- dev team 1
-- dev team 2
- Project B
-- general
-- resources
-- design
-- dev team 1
-- dev team 2
- Project C
-- general
-- resources
-- design
-- dev team 1
-- dev team 2
OPTION 2: category as event
- Projects
-- projectA-general
-- projectB-general
-- projectC-general
- Design
-- projectA-design
-- projectB-design
-- projectC-design
- Resources
-- projectA-resources
-- projectB-resources
-- projectC-resources
- Developer discussions
-- projectA-team1-dev
-- projectA-team2-dev
-- projectB-dev
-- projectC-dev
- Meetings
-- projectA-meeting
-- projectB-meeting
-- projectC-meeting
?
What do you think is better.
PS. there is literally NO other communication service that can structure it exactly like this. Only discord is powerful and FREE to do it like this.
- Rocketchat isnt flexible enough to do this
- Slack requires me to pay first so i can do this
- Teams too
So fuck all of them I'll stick to discord unless someone can name me 1 single alternative service capable of structuring channels like this for a real time communication for FREE25 -
Man.. if only switching to a new Windows PC was as easy as changing Android phones. Having to reconfigure all my Dev tools is such a pain in the ass!1
-
To convert to Resume
I am an asp.net dev who started working march - 2022.
I am the only dev in the team (CSD) from September - 2022(colleague gone on maternity leave).
Starting from January I have been training 2 freshers/intern.
Any ideas on how to convert this into resume points?3 -
Whats the fucking purpose of our companys dev test and prod env. Dev always only has a single instance. Sometimes clustered services run as cluster on test. Producing headaches because the clustering behaviour couldnt be seen on a single instance and Prod lacks all the nice deployment tools off dev/test. Fuck thinking you could dev then test and prod without any major reconfiguration and headaches. And all because the Storage costs is RETARDEDLY expensive because the backup EVERYTHING with ridiculess overkill. That results in headaches when requesting new servers. Took an old Workstation from the shelves and made it my vm slave so at least i could reliably deploy to test.. Fuck this process
-
I can't be the only dev that wears dress shirt and pants. I could wear a T-shirt and shorts for all they care.1
-
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.
-
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 -
Am I the only dev who works almost always for one boss as a Client but it seems to work with a 1000 different ones? So tired of continously change routes on my projects...
-
Just spent 30 minutes trying to work out how to do my dev terminals rendering in it's main for loop...
Only now just realised I should probably use 2 seperate for loops and rendering layers for the background and text... Well done dickhead -
Not really a rant, but...
during times like the last 3 or so months, being a dev feels kinda extra sweet: the only difference for me has been a raise and increase in productivity -
Is front end developer only serve the HTML and all the work to make it dynamic with data from back end and also configuring JS for Ajax, api should be handled by back end dev ?3
-
I am an Automation QA. I logged in a small issue, which eventually cascaded into a larger one. An issue which started with only the QA and DEV now has the attention of the directors as well.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
-
It really depends on what time of the year it is. During the fall and spring semesters, my dev life and social life are about as balanced as they're going to get. From working on things in the CS class to socializing with the people I've met in those classes, this part of the year is pretty balanced in my opinion. During breaks and the summer, however, I don't really have a dev life. I don't have a dev job, so really the only times I do have a dev life is when I willingly decide to work on a side project, or have to update some major stuff on one of my three personal websites. Other than that, the only life I have during those breaks is my social life with the buddies I play PC games with on Discord.
I will say this, though. The day will come when I will be having to balance a dev life and a social life year-round. To be honest, I'm not really looking forward to that day. -
waste a few hours trying to debug shit im working on a feature branch, only to check main branch and it turns out somebody else broke main but the dev environment i'm piggy backing on using is cutting edge
i now miss having a separate individual dev environment to use, but i suppose id lose on some perks probably -
Finally have an opportunity to move to back end department where I work but because I'm the only front end dev my chances are slim to none. And they refuse to hire anyone else. Does this mean they don't want me to grow?1
-
web dev. ui/ux. full stack.
I am not a senior developer but im doing multiple jobs like full stack dev, ux designer and architect.
I only like front end given the choices.
I want to do some vr but the market seems not ready for that so i can only do some learning at home. -
Today is the dev complete for a 7 days' task and the only commits I have made are 3 lines of comments!!
-
wk177 (least successful project)
A maps behemoth created by a single dev (↑). It took "only" 2 years to get a halfway proper version out. Said dev could have saved half of the time if he (well, his employer) bought the control from a company that has all their devs working on just that (.NET controls) and thus the dev wouldn't have had to reinvent the wheel with the very basic control of the map service provider.9 -
How to manage this junior dev ? One of the girl from my team only eat my brain by asking some shitty questions.2
-
And now I know why Node.js is the only real dev language.
This is the best meme because of the comments
https://youtu.be/ame2PH67gnk -
I’m currently in school and halfway done my bachelors in SE and I need a PT job.
I used to work as a server and security guard, but I want to do something PT that’s somewhat related to dev. My focus is game programming and most game studios generally take only full timers.
What are some industries in the dev field that can be good to work in on a part time basis? Any tools/languages I should pick up?
Or even better - something that I could do on a PT basis related to dev from home? -
Hey is there any iOS dev who can help me with this?
Is there any way to trigger a context menu in UIKit with only tapping the view instead of tap and holding? 🤔 -
It only takes three commands to install Gentoo:
> cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6
that's the first one2 -
I try to delete a partition from my sundisk Pendrive using GParted but when I do this I got the error that is shown in the image.
And If I try to use "fdisk" which run `sudo fdisk /dev/sda` following command it gives me ```welcome to fdisk (util-linux 2.34).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
fdisk: cannot open /dev/sda: Read-only file system```
following error does that mean my pendrive permanently broke can anybody help me!9