this post was submitted on 16 May 2024
349 points (96.5% liked)

Programmer Humor

32063 readers
921 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MrPoopyButthole@lemmy.world 3 points 4 months ago (1 children)

Me too! I've been working with JS for more than 10 years but HTMX + Go has been a welcome transition.

[–] NuclearDolphin@lemmy.ml 1 points 4 months ago (1 children)

Wait are people writing Go for frontend code now? Or do you mean just replacing the node back end with Go?

[–] MrPoopyButthole@lemmy.world 2 points 4 months ago (1 children)

I was specifying my backend of choice to pair with HTMX.

[–] NuclearDolphin@lemmy.ml 2 points 4 months ago

Gotcha! I'll have to look into it. I heard of it being used with Rust, which is probably the only lang I want to use for backend anymore. If it minimizes JS boilerplate, that's a big win.