-
PHP Standards Recommendations: PSR-6 vs. PSR-16
The PHP-FIG features two accepted recommendations related to caching: PSR-6 and PSR-16. Let's take a look at both PSR’s to find out what distinguishes them from one another.
-
Moving Your Continuous Integration to the Cloud
This article describes how an on-premises continuous integration solution was replaced by a cloud-based approach.
-
Integrating Kaleidoscope 2 with Git
Kaleidoscope is a Git diff and merge tool for macOS. In this article, we go step by step through integrating the two tools.
-
JavaScript Inheritance
There are several approaches to implementing JavaScript inheritance. This article compares different approaches and explains their advantages and disadvantages.
-
Database Diagnosis and Profiling with mysqlslap
If you’re chasing bottlenecks in your application, or you just feel like you could squeeze a bit of performance out of your database, you’ll probably be measuring query times at one point or another.
-
The Power of Scrum - Book Review
I’ve recently purchased “The Power of Scrum”, a delightfully short book on the Scrum software development process. It is written as a novel, which works surprisingly well.
-
The Mediator Pattern
The Mediator pattern reduces complexity in user interface implementations.