Blog Posts

The Importance of Rate Limiting in Modern Applications

  • Ismail Jamil
  • 19 Sep 2024

In today's digital world, where applications and APIs serve millions of users simultaneously, implementing a robust rate-limiting mechanism is crucial. Rate limiting is a technique used to control th

JWT Payload: Forbidden Data You Should Never Include

  • Ismail Jamil
  • 09 Aug 2024

JSON Web Token (JWT) is a widely used method for securely transmitting data between parties. While JWTs offer security through signing and encryption, the payload is often exposed when using JSON Web

JWT: Why Asymmetric Algorithms Are Better Than Symmetric

  • Ismail Jamil
  • 14 Jul 2024

JSON Web Token (JWT) is an open standard (RFC 7519) used to securely transmit information between parties. JWT is widely used for authentication and authorization, especially in web applications and

5 HTTP methods in RESTful API development

  • Ismail Jamil
  • 21 Jun 2024

HTTP methods define the actions an API client wants to perform on a resource. Each method corresponds to a specific operation—such as creating, reading, updating, or deleting data—and must be include