this post was submitted on 06 Feb 2024
994 points (99.4% 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] 24 points 7 months ago (3 children)

Wait... they want someone skilled in HTML/CSS, Javascript and SQL?!?

I hope to fuck they're using a node backend otherwise... the client scripts running in the browser are assembling SQL?

[–] [email protected] 20 points 7 months ago* (last edited 7 months ago)
SELECT * FROM drinks WHERE alccontent > 0.15 AND type = "wine" AND vintageyear < 2010 LIMIT 1;
DROP TABLE drinks;
[–] [email protected] 6 points 7 months ago

They want you to train their latest AI bartender

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

The SQL knowledge might be for analytical (OLAP) rather than transactional queries in which case it'd be entirely separate to the website work. Maybe the design of the site would change based on how people are currently using it, and they want someone that can look at rhe data? I'm unsure.