In the thick of the Covid era, Planetjon and Ifs, Ands, or Buttons collaborated to launch what was one of the most memorable online craft and vendor fairs in eastern Ontario, Canada. But, how did we get there?
When writing Laravel API tests, postJson() is indispensable. For sending image data as a payload, there is no postRaw(). This shows how to test your API with image data as a payload in Laravel.
When a file is uploaded as part of a form submission, its MIME is included. I've discovered that Firefox on Windows has an inconvenient way of determining this MIME.
I needed to capture the exact HTTP request being sent from a container to an API. This is how I logged it.
The unstyled appearance of the WordPress comment box leaves much to be desired. Some CSS magic can make it look great on mobile and take advantage of available real estate on larger screens.
My ISP uses a CODA modem. NAT loopback is not supported, preventing access to my self-hosted services via the WAN IP from within the network. But who says that the connection needs to go as far as the modem?