We set up file permissions in a hurry: chmod 777 (it just works) chmod 666 (for testing) No SUID...
docker-scan-lite after seeing too many prod incidents from: FROM ubuntu:latest USER root Hardcoded...
brew install ghostscript Enter fullscreen mode Exit fullscreen mode ...
Although it has improved lately for some services, AWS is still notoriously unfriendly when it comes...
The debate over the perfect language syntax is far from over—in fact, it’s constantly diverging. And...
Object-Oriented Programming (OOP) design patterns are established solutions to common problems in...
Decoupled architecture used to be the magic bullet when one generator (data source) catered to...
A perfect example of this complexity is when certain fields in your models require additional...
So far, so good. It gives us some insights into the current state of our gating system, but not much...
Create the ListGates command file: Create a new file called ListGates.php inside the...
The Reflection API in PHP is a set of classes that allow you to introspect your code. It provides the...
While Laravel doesn't provide an Artisan command specifically for listing gates, there's a valid...
TIL bits on Elm, Javascript and Frontend in general
Ruby's 'times' loop in JavaScript
A DRY approach to multiple configurations