Blog
May 10, 2016
The Spark Philosophy
Introduction to Spark Spark Up What You Have The Spark Philosophy A Closer Look at the Innards of Spark Making Spark Your Own First of all, even though it's already been done earlier in the...
ReadMay 7, 2016
Spark Up What You Have
Introduction to Spark Spark Up What You Have The Spark Philosophy A Closer Look at the Innards of Spark Introductory (Warning) Words “Should I integrate Spark?” Backup your database,...
ReadMay 1, 2016
Laravel Spark: A Crash Course
Introduction to Spark Spark Up What You Have The Spark Philosophy A Closer Look at the Innards of Spark Making Spark Your Own Update (2017-05-12): I no longer endorse Spark to quite the same...
ReadNovember 19, 2015
PHP Arrays and Strings: Naughty Merge
Note: I'm working in Laravel, so I will be referring to collections. However, the benchmark itself was done in pure PHP. Just a couple hours ago, I was in the following scenario: I want to allow...
ReadOctober 9, 2015
Multi-tenancy in Laravel Spark
For those that aren't aware, Laravel Spark is a boilerplate for business-oriented SaaS applications, complete with two-factor authentication, subscription payments and teams. Something that is of...
ReadOctober 2, 2015
Painless Email Testing
For many applications that you build, there is always email involved. Often, this comes in the form of password resets and user verification. However, a recurring question is always "how do you test...
Read