Tinder to ban web developers who use 'engineer' in their bio

LinearArray@programming.dev to Programmer Humor@programming.dev – 512 points –
Tinder to ban web developers who use 'engineer' in their bio
theolognion.com
206

You are viewing a single comment

I have a CS Masters degree and it says engineer on it.

There is a difference between Computer Science and >!web development!< though.

"web development" casts a wide net.

The classic imagery of someone playing with frontpage back in the day, or screwing around with html in a text editor, sure. But those folks wouldn't call themselves web developers (there was a phase over 20 years ago where anyone that cobbled together a geocities would declare 'web developer' on their resume, but I haven't seen someone do that in ages).

However, you can get in pretty deep with code running in the browser as javascript and/or wasm. Backend gives them some nested dictionary in json or protobuf and they parse, manipulate, iterate over it, sometimes making some pretty complex visualizations. Basically a 'web developer' is nowadays on par with any Game or GUI application developer in terms of what they might be writing. There are a few things left out of direct reach by a browser runtime, but you have access to plenty and the backend abstractions to get something in reach of HTTP are often no easier than the thing being abstracted, it's just reframed as 'http'.

There really isn't. For example web browsers can execute assembly now and a good "web developer" (I'd call them a software engineer) will use assembly where appropriate.

With WebUSB (supported in Chrome) and the possibility to build web applications to controls physical devices there's definitely some web developers who can claim to be proper engineers even in the strict definitions