Today I learned
Data fetching in React 18
If you've worked with React you've possibly done something like this to fetch data from an API: With the release of React 18 a lot of people…
Read morePOST vs. PUT
As I was recently part of a team developing a RESTful API, I stumbled a lot about the differentiation between POST and PUT requests. I…
Read moreHeadless Wordpress
Today I learned about headless wordpress. Wordpress now offers a REST API which makes it possible to decouple the frontend completely from…
Read moreEncoding POST request body
Today I learned, that passing unencoded text into the body of a POST request is a bad idea. It could result in security issues and…
Read more