this post was submitted on 17 Sep 2024
983 points (99.1% liked)

Programmer Humor

19187 readers
1140 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] PmMeFrogMemes@lemmy.world 2 points 15 hours ago

I've always been full stack and feel like I'd be bored just focusing on one area. am I deluding myself?

[–] _____@lemm.ee 42 points 2 days ago (3 children)

I work full stack and even do dev operations and my title is not "full stack" and I believe the reason why is so HR can argue to pay me less.

[–] ikidd@lemmy.world 8 points 23 hours ago

The only way to get what you're worth is to change jobs. Then do it again in a couple more years.

[–] acockworkorange@mander.xyz 6 points 1 day ago (1 children)

What’s it then? 3/4 stack developer?

[–] _____@lemm.ee 5 points 23 hours ago (1 children)

Just web, which is bullshit cause i literally work with like 3 OSs and 5 programming languages, ci cd. I just get thrown into a random project and come out with solutions. I told my manager my title should be software dev but he disagreed, shucks I guess.

[–] Eranziel@lemmy.world 0 points 17 hours ago

Did you tell him you guess you have to stop doing non-web development then? Clearly you're not qualified if you can't have the corresponding title.

[–] Lifter@discuss.tchncs.de 8 points 2 days ago (5 children)

Why would you think full stack developers make more money in general?

[–] Hazzard@lemm.ee 17 points 1 day ago (4 children)

Eh, this is a thing, large companies often have internal rules and maximums about how much they can pay any given job title. For example, on our team, everyone we hire is given the role "senior full stack developer", not because they're particularly senior, in some cases we're literally hiring out of college, but because it allows us to pay them better with internal company politics.

[–] remotedev@lemmy.ca 4 points 1 day ago

Are you hiring

[–] gimsy@feddit.it 4 points 1 day ago

Very useful rules, I see... impossible to bypass :-)

[–] _____@lemm.ee 7 points 1 day ago

My manager gave me a talk about how I couldnt be intermediate because I don't have enough years there. My friend intermediate is about pay and my YOE not about my tenure here (won't be long till I quit)

[–] Lifter@discuss.tchncs.de 3 points 1 day ago (2 children)

I prefer to use statisics rather than anecdotal evidence. The stack overflow survey shows full stack pretty far down:

https://survey.stackoverflow.co/2024/work#salary

[–] silasmariner@programming.dev 4 points 1 day ago

Apparently they can't read their own survey results because DevEx is clearly the highest paid category there but they think it's SRE and cloud

[–] lastweakness@lemmy.world 2 points 1 day ago

What is a dev advocate really?

[–] NigelFrobisher@aussie.zone 3 points 1 day ago

Because we’re old bastards who remember before React.

[–] _____@lemm.ee 3 points 1 day ago

They do according to can stats

[–] dan@upvote.au 2 points 1 day ago* (last edited 1 day ago) (1 children)

That really depends on the company. At big tech companies, it's common for the levels and salary bands to be the same for both generalists (or full stack or whatever you want to call them) and specialists.

It also changes depending on market conditions. For example, frontend engineers used to be in higher demand than backend and full-stack.

[–] Lifter@discuss.tchncs.de 2 points 1 day ago

"It depends" is a good answer, and is in line with me questioning the above comment.

Here's a link to a recent huge worldwide study: https://survey.stackoverflow.co/2024/work#salary

load more comments (1 replies)
[–] BallsandBayonets@lemmings.world 77 points 2 days ago (1 children)

This is quickly becoming the norm in every industry. Every employer wants fewer employees to do more, without paying them more of course.

[–] jaschen@lemm.ee 41 points 2 days ago (2 children)

It's not just developers. I'm in web marketing and I'm expected to do front end work including creating figmas and writing code. This is along with my regular duties as a marketer.

[–] Cornflake_Dog@lemmy.wtf 18 points 2 days ago (4 children)
[–] Alexstarfire@lemmy.world 11 points 1 day ago

Ligma's cousin

[–] teejay@lemmy.world 42 points 2 days ago* (last edited 2 days ago)

I need to figma resume and get out of here.

[–] jaschen@lemm.ee 22 points 2 days ago (1 children)

UX designers use figma to create mockups that front end developers use to make landing pages.

[–] Cornflake_Dog@lemmy.wtf 48 points 2 days ago (1 children)
[–] zalgotext@sh.itjust.works 2 points 17 hours ago

Fuckin goteem

[–] Kalothar@lemmy.ca 12 points 2 days ago (1 children)

Open source alternative is called penpot.app

Worth checking out

[–] jaschen@lemm.ee 6 points 2 days ago (4 children)

There are so many plugins for figma that it is hard to switch to anything else.

load more comments (4 replies)
[–] Kojichan@lemmy.world 4 points 2 days ago (1 children)

I'm falling into that myself... It seems my boss is trying to prevent me from being Pidgeon-holed into being just a programmer.

Aka, he is diversifying my portfolio to keep me on board as an employee.

Guess it helps some full-stack'ers if they also have experience in graphics design and copywriting.

[–] blackbirdbiryani@lemmy.world 5 points 1 day ago (1 children)

Nah your boss is just getting you to work beyond what you're paid to do.

[–] Kojichan@lemmy.world 1 points 1 day ago (1 children)

...and that, too. Tried to look at it as an existing Jack of All Trades. Get to learn new stuff!

But yeah... I feel like I'm being taken advantage of, sometimes.

[–] blackbirdbiryani@lemmy.world 2 points 20 hours ago

Yea, do it to fill your resume with some good points but once you're not learning anything new it's time to leave.

[–] stebo02@lemmy.dbzer0.com 25 points 2 days ago (2 children)

can anyone explain to a hobby programmer?

[–] ramirezmike@programming.dev 76 points 2 days ago* (last edited 2 days ago) (3 children)

the term normally refers to a developer that can be productive in every layer required for a typical application to work.

They can do the front end design/styling/implementation and are familiar with front end languages and frameworks

They can do the backend API design and are familiar with the typical backend languages and patterns.

They can do the database table design, write and optimize queries.

They can handle the ci/cd scripting that handles building and deploying the application

They can design and write the automation tests and are familiar with the libraries used for that.

And a bunch of other crap like load testing or familiarity with cloud services.

The latest thing added to the list is AI model creation which is a nightmare.. but, I can't say no 🤷‍♂️

Start saying no. If you don't know how, start learning. It's hurting everyone up and down the industry.

I am almost purely focussed on creating DNNs ("deep neural networks" for the unaware) and it's almost always a nightmare work-wise, even without all the rest of the other crap.

[–] frezik@midwest.social 69 points 2 days ago* (last edited 2 days ago) (3 children)

Also, in practice, they're usually only good at one or two of the things on the list (at best) and hack their way through the rest. As much as people make fun of overspecialization, it happens in every field for a reason.

[–] dependencyinjection@discuss.tchncs.de 15 points 1 day ago (1 children)

You’ve seen me write SQL haven’t you.

[–] AnUnusualRelic@lemmy.world 7 points 1 day ago (1 children)

Writing sql is just like writing anything else, but uppercase.

[–] frezik@midwest.social 5 points 1 day ago

I have seen SQL written by professional Oracle DBAs. What I learned is that I do not want to look at SQL written by professional Oracle DBAs.

[–] _____@lemm.ee 3 points 1 day ago

Eh, not sure if this is true at all. I think the reality is that niche specialized roles are valuable (frontend expert) but you are not "hacking" your way in full stack unless you are a junior or just bad at development.

I don't consider myself to be hacking anything I do, even things I'm not as strong in (ci cd) I pay full attention to documentation and examples before blinding coding or writing ci scripts

[–] kameecoding@lemmy.world 14 points 2 days ago

In reality lots of developers are not even good at what they claim to specialize in.

[–] stebo02@lemmy.dbzer0.com 2 points 1 day ago

The latest thing added to the list is AI model creation which is a nightmare.. but, I can't say no 🤷‍♂️

That's funny, I'm working with AI models for my thesis. Good to know that professional programmers struggle with it too.

load more comments (1 replies)
[–] sirico@feddit.uk 30 points 2 days ago (1 children)

My situation, give it to the “computer” guy.

[–] Droggelbecher@lemmy.world 6 points 1 day ago

I'm not even in tech. I teach maths at night school to support myself while doing my masters. Somehow I've become the 'computer guy' at my job. All the teachers and even office staff ask me to explain software to them that I myself have never even used. I need to learn to say no.

[–] orca@orcas.enjoying.yachts 11 points 2 days ago

This is why I stopped identifying myself as full-stack and only do front end.

[–] frank@lemmy.world 8 points 2 days ago

I used to work as a full stack developer 😢

[–] LordPassionFruit@lemm.ee 9 points 2 days ago

As a Jr. Full Stack, I'm in this picture and I don't like it.

load more comments
view more: next ›