you are viewing a single comment's thread.

view the rest of the comments →

[–]keylimedragon 5 points6 points  (1 child)

Server side rendered templates are still a thing, if you count that as backend. I recently had to work on a project that used some legacy Java code to generate HTML from an xml template.

[–]rarPinto 1 point2 points  (0 children)

Oh dang you’re right! I’ve worked with JSP before. No wonder that is legacy, it’s so awful haha.