Best of Express.jsMay 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    APIs with Node.js and Express – Course in Spanish for Beginners

    Learn how to develop REST APIs step by step with TypeScript, Node.js, Express, MySQL, and TypeORM. Discover career opportunities in web development with these technologies.

  2. 2
    Article
    Avatar of nodejsdevelopersNode.js developers·2y

    [Part 2] Introduction to the principles of clean architecture in a NodeJs API (Express)

    This post introduces the principles of clean architecture in a NodeJs API using Express. It explains the concept of ports, the purpose of the adapters directory, and the structure of the API folder.

  3. 3
    Video
    Avatar of communityCommunity Picks·2y

    Strengthen Your Fetch API Calls with Zod

    Learn how to properly type data when fetching it from a server using the Fetch API in TypeScript. Discover the pitfalls of type assertion and how Zod can be used to improve type validation and prevent unexpected errors.