this post was submitted on 05 Apr 2024
328 points (93.6% liked)

Programmer Humor

19154 readers
2012 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] 25 points 5 months ago* (last edited 5 months ago) (2 children)

One project I worked on had 10 different languages. That was rough. But even your basic full stack web application is usually 5 languages: SQL, a backend language, HTML, CSS and JS. Usually some wheel reinventing frameworks thrown in for good measure. 5 languages is light these days.

[–] [email protected] 24 points 5 months ago (2 children)

And don't forget the CI "language" plus a bunch of bash scripts, Helm, Kubernetes, etc.

[–] [email protected] 7 points 5 months ago

Probably a bunch of hacked together Python to copy stuff between fileshares. Bonus points if it runs with a .bat file and a Windows scheduled task.

[–] [email protected] 3 points 5 months ago

Without Ansible or Terraform? What about SQL specific for each rdbms?

[–] [email protected] 4 points 5 months ago

I work in Java, Golang, Python, with Helm, CircleCI, bash scripts, Makefiles, Terraform, and Terragrunt for testing and deployment. There are other teams handling the C++ and SQL (plus whatever dark magic QA uses).