• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    At least in our university, web dev was an elective, not a required core CS class. It’s totally reasonable for them to not know how to deal w/ a web server when all they’ve done up to that point is algorithms.

    We had a Ph.D work for us who struggled w/ that type of thing. They were absolutely brilliant in their niche (complex 3D modeling of fluid simulations), but integrating their work into our web stack was a nightmare for them (but fairly trivial for us). I asked them to structure their code in a way that would be easy for us to plug in to our web stack, and they looked at me like I was speaking Latin, when all I wanted was a simple entry-point with clearly defined inputs (give me a function to call that doesn’t need a bunch of magic numbers).

    If you want a web dev, hire someone w/ web dev experience or be willing to teach them. Not everyone in CS has that experience.