Permanently Deleted

  • Owl [he/him]
    ·
    4 years ago

    I wish web servers weren't such tedious bullshit to work with. Hot damn.

      • Owl [he/him]
        ·
        4 years ago

        The usual; serve some static files, authenticate some logins, connect to a database, serve REST endpoints aimed at some SQL queries. I'm okay with requesting things in JS and writing SQL statements, and I'm annoyed with pretty much everything in between. Install an entire package ecosystem, write a bunch of poorly documented config files, maybe rewrite all your tables as structs, that stuff.