Blog

  • WordPress Technical debt

    WordPress is a popular content management system (CMS) used by millions of websites around the world. It is known for its ease of use, flexibility, and wide range of features. However, like any software, WordPress is not perfect, and over time it can accumulate technical debt. Technical debt is a term used to describe the…

  • How to rate limit in WordPress API

    At the moment, there is no real rate limit for the individual API endpoints. For a client, I had to limit 60 API requests per minute from an IP address. In this blog post I will explain how I did that. By using rest_api_init, one can hook before a request is served and add logic…