Best of LoggingOctober 2022

  1. 1
    Article
    Avatar of keycdnkeycdn·4y

    API Security: The Complete Guide

    API security is a crucial consideration when developing and designing APIs. As serverless architectures and microservices are getting more popular, most enterprise applications depend on the API. This attack is detected when a malicious attacker changes or tries to change parameters across a series of API calls to request sensitive data that only authorized personnel are allowed to access.

  2. 2
    Article
    Avatar of tuts_plusTuts+·4y

    Professional Error Handling With Python

    Error handling is a critical aspect of design, and it crosses from the lowest levels to the end users. The key to success is being aware of all these interlocking aspects, considering them explicitly, and forming a solution that addresses each point. Swallow the exception if you know how to handle it and can fully recover.

  3. 3
    Article
    Avatar of btrprogBetter Programming·4y

    The Art of Logging

    In this article, we will identify the optimal format for structuring our logs that is easy for humans and machines to parse and understand. We will highlight the key info to log in addition to a proposal of data structure. We will try to provide some important notes to keep in mind message <string>: this is a human-readable message to describe the situation. This is aHuman- readable message to describing the situation and is easy to read.