Author: Sarthak Negi

  • Create API Rate Limiting with Token Bucket 🪣

    Create API Rate Limiting with Token Bucket 🪣

    In this article, We will try to explore Token Bucket algorithm and its implementation in NodeJS for API Rate Limiting in very simple terms. What is Token Bucket ? Token Bucket is an algorithm which is used to limit our resources or server usage. It is an algorithm in which we have some finite amount…

    —

    by

    in
  • Ship Faster, Fix Less: A Guide to Continuous Testing

    Ship Faster, Fix Less: A Guide to Continuous Testing

    Before I jump into Continuous Testing, let’s touch base on what testing is, along with how and when it plays a crucial role. Testing phase provides you with feedback which will help you determine if further changes are needed. Faster feedback is better for you. Why? Because by going down the wrong road too far,…

    —

    by

    in