Node.js
Other technologies
Evidence
-
Why this level
SummaryNode.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
SummaryThe 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.
-
The server bootstrap in the fullstack React project configures a Node/Express API with JSON parsing, CORS and delegation to a versioned router.
-
The main router in the same project composes root endpoints, posts and user sub-routes.
-
The create-user use case hashes the password with Argon2, then persists through a Prisma repository. This shows structured and secure backend practice.
-
The MyHappyWallet API bootstrap file structures parsing, cookies, router wiring and error handling.
-
The Hackathon Quiz App backend organizes an Express API around game routes, score logic and Prisma/MySQL persistence.
-
The application foundation of e-brairie confirms Node.js usage on a modular architecture built with Express, TypeScript and TypeORM.