Back to skills

Node.js

Backend Since Sept 2021
L3
60/100

Other technologies

Express Node.js

Evidence

  • Why this level

    Summary

    Node.js is used across several real backends with Express, authentication, versioned routing, Prisma or TypeORM, covering server bootstrap, middleware, business use cases, security and persistence.

  • Current ceiling

    Summary

    The main improvement axes to reach the next level are: show more long-term operations, document scalability and observability, and expose Node architectures shared across products.

  • Versioned Express server

    Permalink Source

    The server bootstrap in the fullstack React project configures a Node/Express API with JSON parsing, CORS and delegation to a versioned router.

  • Business route composition

    Permalink Source

    The main router in the same project composes root endpoints, posts and user sub-routes.

  • Secure user creation use case

    Permalink Source

    The create-user use case hashes the password with Argon2, then persists through a Prisma repository. This shows structured and secure backend practice.

  • Middleware pipeline and error handling

    Permalink Source

    The MyHappyWallet API bootstrap file structures parsing, cookies, router wiring and error handling.

  • Quiz API around business routes

    Permalink Source

    The Hackathon Quiz App backend organizes an Express API around game routes, score logic and Prisma/MySQL persistence.

  • Modular TypeScript/Express foundation

    Permalink Source

    The application foundation of e-brairie confirms Node.js usage on a modular architecture built with Express, TypeScript and TypeORM.