Running Laravel's scheduler without setting up CRON jobs
Jun 10th 2019
•
alexvanderbist.com
Refactoring to actions
Jun 10th 2019
•
freek.dev
Running Laravel's scheduler without setting up CRON jobs
Scheduler is a tiny shell script to run Laravel's scheduler every 60 seconds, without having to configure any CRON jobs.
Jun 10th 2019
•
alexvanderbist.com
Tests and types
Imagine a simple function: rgbToHex.
It takes three arguments, integers between 0 and 255; and converts it to a hexadecimal string.
Here's what this function's definition might look...
Jun 7th 2019
•
stitcher.io
A new coat of paint for freek.dev
Jun 5th 2019
•
freek.dev
What are objects anyway? - Rant With Brent 02
In this second episode, I take a look at the original definition of "Object Oriented Programming",
and compare it to what we call OOP today.
You...
Jun 5th 2019
•
stitcher.io
A project at Spatie
The month of May marks the first year anniversary of a client project I've been working on at Spatie.
I thought it useful to share some statistics with the community,...
May 30th 2019
•
stitcher.io
A programmer's cognitive load
As a professional programmer, I'm reading and writing code on a daily basis.
I'm working on new projects, doing code reviews, working with legacy code, reading through documentation etc.
Based...
May 29th 2019
•
stitcher.io
Caching the entire response of a Laravel app
May 20th 2019
•
freek.dev
Caching the entire response of a Laravel app
May 20th 2019
•
freek.dev