Thu 26-09-2024 by benjamin
Got used to how bitbucket works and got a lot of good practice with general git workflow. I feel confident now approaching a merge conflict, at least the small ones I might get in this project. Also learned that git is not case sensitive by default, which was 'fun'! I was shown how to setup docker. I understand what it is doing and why it is used. Also how to make small changes using the docker file. Picked up quite a few general Html/CSS/php stuff while doing my project. Figured out how to upload files using Html and php. Learnt about autoloading and managed to get my own autoloader function setup, as well as setting up the accompanying namespaces. That included using regex which I hadn't yet done in php. I did the Connect testing today which was helpful, probably would have really struggled had I not gone through all the CS Training stuff. I had not seen the connect app at all though so picked up a fair bit about how CS functions.