Best of LoggingSeptember 2022

  1. 1
    Article
    Avatar of slackSlack engineering·4y

    Recommend API

    Recommend API allows us to quickly bootstrap new recommendation use cases behind an API which is easily accessible to engineers at Slack. These recommenders reuse a common set of infrastructure for every part of the recommendation engine. This has allowed us to deliver a number of different recommendation models across the product, driving improved customer experience.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Best Practices for Scaling Your Node.js REST APIs

    Use throttling at the first junction point between your application and the News Feed Service. Use the ELK stack for setting up a good logging and alerting pipeline. If a request goes through multiple services during the lifecycle, you can pass along a unique ID in the logs to capture a particular request across all the services.

  3. 3
    Article
    Avatar of gcgitconnected·4y

    7 Best Node.js Logging Libraries for Your Next Projects.

    We have compiled a list of the best logging libraries for Node.js apps. Winston Winston is a popular logging library that enables universal logging with support for multiple transports. Pino Pino is also a popular node.js logging library alternative for developers.