Manually adding data to our development environment is tedious and boring, not being sure on what changes will be applied to production database after deployment can be dangerous. To battle this issues, developers decided to load gigabytes of production data on their machines or run queries manually before or after deployment. In the world of crazy fast changes, working with more and more team mates and on more complex projects, automation and reliabilty are becoming a must have. Fixtures will give you opportunity to have small yet relevant data set so you dont have to import production data or enter testing data into the system your self, every time system changes. By using migrations we can easily transfer database changes amongst the team and get the confidence on the changes that will be applied to staging/production. In my case, both concepts helped communicate changes better and allowed us to modify the system with more confidence and at a faster pace. While some popular frameworks and ORM’s don’t ship with fixtures or migrations support by default, there are great extensions to provide this. I will showcase ones for Symfony and Doctrine but talk is more about their concepts and not the implementations.

Comments

Comments are closed.

I'd like to suggest more verbosity during the demo in order to help the audience follow what's going on and keep them focused.

Miro Svrtan (Speaker) at 14:35 on 10 May 2019

Hi Francesca,

Thank you for the feedback, I'll invest some extra time to focus on verbosity during demo, I wasn't aware it was that bad.

I usually don't do live demos in my talks but wanted to show how easy it is to use both libraries together, would it be better if I dropped the demo completely?

Hi, Miro!

In my opinion the live demo is a very good idea, but the shell isn't perfectly readable from any angle in the room and I think that some talking as you go would really help your audience to keep up.
Thanks for reaching out, I hope you found my review constructive and not offensive :)

Wish you the best!

Miro Svrtan (Speaker) at 18:05 on 10 May 2019

Hi Francesca, thank you for feedback, I value your input a lot!

Good talk, especially for beginners. Live demo output was a bit hard to read.