How to create an S3 bucket, and restricted access keys
Let's say you want to set up an Amazon S3 bucket to use it for automated backups, or as a
Monotote wins the eBay Nova Award
I'm very proud to share that Monotote has won the eBay “Nova award” at the eBay Connect conference 2019, and
Laravel Rate Limiter
While Laravel does support throttling (for routes, and for queues), you might run into use-cases where you need more custom
Laravel IP Anonymizer
Since GDPR kicked in, anonymizing IP addresses is a (big/default) thing. You can use this package to easily anonymize IP
Running multiple Homestead boxes next to each other (PHP 7 and PHP 5.6)
Now that PHP 7 is being adopted by more and more web applications in production environments, dealing with legacy code
php-zalando, a PHP client to interact with the Zalando API
Again it’s been a while since I created a public PHP library to interact with another API but here we
phpMyAdmin on Laravel Homestead
What is Laravel Homestead? "Laravel Homestead is an official, pre-packaged Vagrant "box" that provides you a wonderful development environment without requiring
Pushing Laravel logs to Loggly
Laravel uses the Monolog logging library for logging, however, it's saving all logs to a local directory by default. Not
php-invoiceocean, a PHP client to interact with the InvoiceOcean.com API
It's been a while since I created a public PHP library to interact with another API but here we go. php-invoiceocean
Behind the scenes @ Coolblue HQ
What is Coolblue? Last week I was invited to go visit Coolblue behind the scenes in Rotterdam, NL. Coolblue has always
QNAP 412 Turbo Nas – no more disk space
I have a QNAP 412 Turbo Nas and ran out of disk space. No problem you say? Well.. apparently QNAP's are
Raspberry Pi PLC/Domotica testcase
Here's a quick tutorial on how to build a hardware on/off switch which sends this signals to a RESTful web
A/B split testing with PHP
What is split testing? A/B split testing is the art of setting up multiple random variants/tests in a controlled experiment. Example
Laravel 4 released
Great news! My favorite PHP framework Laravel finally released version 4 after 5 public beta's and months of waiting. Why