ZgPHP Meetup #103 @ Netgen

Thursday 19th March 2020

18:15
0
Fun with Symfony Console
Talk by Borna Matijanić (20 minutes)

Being downloaded more than 180M times, it has become standard for building PHP console interfaces. It provides feature-rich API for controlling input and output arguments and options, with a high level of customizability. I'll try to show a few tips and trips for using it.

18:45
0
Dropping ACID - Schema Design for e-commerce
Talk by Andreas B. (45 minutes)

When designing a schema for e-commerce applications, we have to keep certain things in mind: data retention rules require duplicating large chunks of data, leading to complex schemas in any relational database. Modern database systems can help us solve this problem, but we seldom use their features when designing schemas. In this talk, we will take a look at some strategies on how to design more efficient schemas for certain database systems, and how to effectively drop ACID at work.