GraphQL is an expressive query language for APIs. Developed by Facebook in 2012 and open-sourced in 2015, it is seen as the successor to REST APIs by many in the modern API development space. It deserves this recognition, as it offers a host of tangible improvements over traditional REST APIs. Read on to learn about […]
Why Use Traefik Traefik is a powerful modern reverse-proxy program that makes it easy to manage API and web gateways. Including comprehensive support for modern standards such as middleware and multiple routing groups, it streamlines process of load-balancing and routing web traffic between multiple hosts. It is often used to route traffic between docker containers […]
One of the unique and interesting challenges that arises when developing new block types for WordPress sites is getting access to post-specific data from the database in your block. Access to this data is needed both on the user-facing frontend, where visitors will see your posts, and on the editor backend, where post authors write […]