Best of Express.jsOctober 2024

  1. 1
    Video
    Avatar of communityCommunity Picks·2y

    Modern Redis Crash Course: Backend with Express, TypeScript and Zod

    Learn how to implement Redis in a Node.js project using Express and TypeScript, with a focus on understanding Redis as an in-memory data store and its use cases for caching and primary data storage. The course covers setting up a Redis client, creating middleware for standardized API responses, and using Zod for schema validation. Using a project-based approach, you'll build a restaurant directory backend with endpoints for viewing, ranking, searching, and getting weather information.

  2. 2
    Article
    Avatar of cerbosCerbos·2y

    Implement authorization and access control in an Express application

    Learn how to implement role-based access control (RBAC) in an Express application using Cerbos PDP. This guide covers necessary installations, setting up a project, defining roles and permissions through policy files, and configuring routes to enforce RBAC. The example uses a learning management system to demonstrate the process.

  3. 3
    Article
    Avatar of collectionsCollections·2y

    Comprehensive Node.js and Express Course: Build 4 Hands-On Projects

    Improve your Node.js and Express skills with John Smilga's comprehensive course from Coding Addict. This interactive, project-driven course covers MongoDB setup, Mongoose integration, error handling, and deployment to Heroku while guiding you through the creation of four hands-on projects. Enhance your backend and full stack development capabilities through practical, real-world applications.