Flux
Couleur d'accent
Working Together on the Future of PHP

Working Together on the Future of PHP

I’m incredibly excited to be joining the PHP Foundation as the Executive Director and continuing the work that has been done under the leadership of Roman Pronskiy and the Board. For those who don’t know me, I look forward to meeting you! A little about me PHP was my introduction to open source, when PHP 3 was the latest release. It was mind blowing to see an amazing group of smart, funny people collaborate with each other, help newbies, and build impactful things together while still having…

The PHP Foundation
Git for Data Applied: Comparing Git-like Tools That Separate Metadata from Data

Git for Data Applied: Comparing Git-like Tools That Separate Metadata from Data

Continuing from Part 1, where we learned what git for data is, how the architecture and use cases work, how you can achieve git-like functionality with different approaches, and how the key is to avoid moving data as much as possible to keep state that can be referenced and rolled back to, but at the same time saving cost by not duplicating all data every time you create a new branch.

SSP Data Engineering Blog
Advanced Unique Index Patterns for Soft Deletes (MySQL and PostgreSQL)

Advanced Unique Index Patterns for Soft Deletes (MySQL and PostgreSQL)

Tell me if this has ever happened to you: a user contacts support because they’re randomly seeing different order histories every time they log in. Sometimes they see their recent purchases, sometimes they see orders from years ago, and sometimes they see nothing at all. After several hours of debugging, you discover that […] The post Advanced Unique Index Patterns for Soft Deletes (MySQL and PostgreSQL) appeared first on PHP Architect.

PHP Architect
Esc