C++ is often analogized to a dog with tentacles stapled to it. It's a mess of a language.

Modern web programming is almost deliberately obtuse. It's a Rube Goldberg machine of a development system.

Ultimately you're running a computation across a pile of untrusted, sandboxed clients and a trusted backend. Often using multiple languages throughout. Fun times.

// @kdfrawg