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

Programmer Humor

19187 readers
1155 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
[โ€“] stebo02@lemmy.dbzer0.com 25 points 2 days ago (10 children)

can anyone explain to a hobby programmer?

[โ€“] ramirezmike@programming.dev 78 points 2 days ago* (last edited 2 days ago) (8 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 ๐Ÿคทโ€โ™‚๏ธ

[โ€“] frezik@midwest.social 70 points 2 days ago* (last edited 2 days ago) (5 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.

[โ€“] _____@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

load more comments (4 replies)
load more comments (6 replies)
load more comments (7 replies)