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

Programmer Humor

19310 readers
94 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 2 weeks ago (2 children)

can anyone explain to a hobby programmer?

[–] [email protected] 79 points 2 weeks ago* (last edited 2 weeks 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 πŸ€·β€β™‚οΈ

[–] [email protected] 74 points 2 weeks ago* (last edited 2 weeks 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.

[–] [email protected] 15 points 2 weeks ago (1 children)

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

[–] [email protected] 7 points 2 weeks ago (1 children)

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

[–] [email protected] 6 points 2 weeks 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.

[–] [email protected] 15 points 2 weeks ago

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

[–] [email protected] 5 points 2 weeks 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

[–] [email protected] 4 points 2 weeks ago

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.

[–] [email protected] 2 points 2 weeks 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.

[–] [email protected] -1 points 2 weeks ago

They develop software on Marshall Full-Stack amplifiers, rather than the smaller, less powerful Half-Stacks.

Hope that helps clear things up.