Tagged in

PHP

BigEng
BigEng
The people and stories behind the BigCommerce Product, Design, and Engineering teams.
More information
Followers
38
Elsewhere
More, on Medium

Iteratively Decoupling Legacy Architecture

by Adam Benson
Senior Software Engineer at BigCommerce.

TL;DR: Move Service Locator calls up the object graph iteratively. ALSO: Poor Man’s Dependency Injection breaks testing. Avoid it.


PHP Memory Optimization

by Qifeng Zhao

Lately, I’ve been working on optimizing the memory of some of our backend PHP applications and wanted to share some of the tricks that I have come across, especially dealing with large set of data using PHP.