I’ve build a slack application that picks a random member of your channel, all in the name of team engagement.
Category Archives: Technology
Integrate Stripe into ResellerClub
Free Stripe Payment Gateway Integration for ResellerClub
Laravel Auth::login() doesn’t work after registration
Are you one of those Laravel developers who is having trouble authenticating their freshly created users by calling Auth::login() method? Then continue reading this. If you are using a non-incrementing primary key for your user table, there is a high chance that you have trouble with authentication sessions in Laravel. This is especially the case […]
Press & Hold Accent Menu is missing on Mac
I really like how it is to write non-English words with a Mac keyboard. just like smartphones simply holding on a key that has different possible accents triggers a small menu where you can select a different accent/umlaut. Yesterday I found out that for some reason this feature is no longer working on my Mac, […]
docker-machine for better Docker on OSX
A while ago I published a blog post about Dockerizing my php development environment, soon after that I learned about the poor i/o performance of docker-containers on MacOSX. While that is manageable for small projects where there are not much I/O happening between multiple containers, I was stunned by how bad it could get after […]