Should I learn deno or NodeJS? I'm currently confused on what I need to study right now.
For further actions, you may consider blocking this person and/or reporting abuse
Should I learn deno or NodeJS? I'm currently confused on what I need to study right now.
For further actions, you may consider blocking this person and/or reporting abuse
Now it's your turn!
🗒 Share a tutorial
🤔 Reflect on your coding journey
❓ Ask a question
Create an account to join hundreds of thousands of DEV members on their journey.
Rajat Vaghani -
Johnny Simpson -
Paweł Świątkowski -
John Mitchell -
Once suspended, arquezaryan will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, arquezaryan will be able to comment and publish posts again.
Once unpublished, all posts by arquezaryan will become hidden and only accessible to themselves.
If arquezaryan is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to ryyyy.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag arquezaryan:
Unflagging arquezaryan will restore default visibility to their posts.
Top comments (2)
It depends on what you are trying to achieve.
If you are doing something server focused then I would look at Deno, as it is likely the future for JavaScript in this area. But if you are doing JavaScript in the browser, or that will be your main focus, then I would continue to look into Node.js.
Node's not getting through the door where I work (an electric utility) but Deno might. We're open to using Node, but for external stuff only. NPM is a show-stopper.
That said, I'm learning how Node is used first.