Upgrading My Photo Import Script LiveCoding
This is my first set of live coding sessions. The work I did was to upgrade a script that I use to import photos from my various devices into a specific directory structure and naming convention. It also makes sure not to duplicate images or overwrite any images with the same time stamp.
The process took a lot longer than I though because I ran into some issues with a broken test. Yet another example of being really glad that I had a test suite in place.
### Part 1
<iframe width="700" height="394" src="https://www.youtube.com/embed/iFdJyX_Vf_Q?start=428" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Part 2
<iframe width="700" height="394" src="https://www.youtube.com/embed/5HPdrhqQMMA?start=428" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Part 3
<iframe width="700" height="394" src="https://www.youtube.com/embed/3WF5i8-jTmI?start=388" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Part 4
<iframe width="700" height="394" src="https://www.youtube.com/embed/cV0h1vKI7Y8?start=205" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Part 5
<iframe width="700" height="394" src="https://www.youtube.com/embed/iSxZymuv6nY?start=218" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>