Intro to node and npm

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. semver

    Semantic Versioning Specification

    Package versions should follow SemVer. Example number is 1.2.3 (major.minor.patch). You should increase major number when introducing breaking changes (anything that could break apps using your package). Minor number should be used when adding new features without breaking existing functionality. Patch number is used for small bugfixes that do not break logic nor add new features.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Visual Studio Code

    Visual Studio Code

    Free one and providing very similar experience: https://code.visualstudio.com/

  4. Atom

    Discontinued :atom: The hackable text editor

    There are many other IDE's available (ex. https://atom.io/ which is written using node, javascript and npm).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Atom was archived last night

    4 projects | /r/linux | 16 Dec 2022
  • XTML transcripts

    2 projects | /r/linguistics | 11 Oct 2022
  • Automated Plex Collections for Academy Awards Categories?

    2 projects | /r/PleX | 10 Oct 2022
  • Best 4 IDEs for Javascript to use in 2022: pros and cons

    2 projects | dev.to | 23 Aug 2022
  • JavaScript #1 - <Script>

    2 projects | dev.to | 28 Jul 2022