this post was submitted on 18 Sep 2023
4 points (100.0% liked)
Node.js
217 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Node.js is a bit more than JavaScript calling a standard API. The job of developing an application expected to run on Node.js involves a few domain-specific skills that differ from running JavaScript in a browser.
For example, if you're developing web services then you have to run classes of tests that aren't applicable to frontend applications, such as integration and load tests.
The task of deploying a Node.js application is also completely different than the typical frontend workflow.
Also, once you're experienced in developing applications with Node.js, you'll start to adopt dependencies and tools that you wouldn't have if you were going to stick with frontend development. On top of that, things like caniuse no longer apply to you.
Each employer has their hiring criteria, but the common theme is that they are looking for someone hitting the floor running instead of someone who would need to go through the process of reinventing the wheel.
The cynical in me also believes this is a reflection of handing out the recruiting process to recruiters whose skillsets starts and ends at reading tags in a CV. They are handed a task of finding applicants to positions that require working with Node.js, and they need to sift through countless candidates to figure out who to reach out to. Among that subset, they want to minimize the time they spend searching for a candidate until they get a winner. Consequently, they add a tag to their search query and automatically eliminate everyone who doesn't present themselves as being a valid candidatem