I started working on Open Source Projects again and I had a difficult time getting started again. A big part of my problem was not having enough storage on my computer. After moving some things around and deleting files and programs I don't use, I was able to clone a couple projects and I was finally ready to start running them and replicating the issues. This time around, I worked on three projects; Thimble, Brackets, and Balrog. The bugs that I fixed for Thimble turned out to be fixes on Brackets so the pull requests were made there but referenced from Thimble. Overall, getting started was much easier than last time because I already had the experience and possibly the necessary files on my system to begin. After being assigned a couple bugs, I began to work on them and I have made a couple pull request for the fixes. They have passed all tests and I am just waiting on it to be accepted and merged into the actual project! That is my goal. I will need to follow up if anyth
GH-Pages is an interesting feature of github. It allows a user to host a website for free without registering a domain. I had the chance of playing around with it and it was super easy. It sets u on its own! Once you create a gh-pages branch, it automatically creates a url for the website content to be rendered on. So the code I wrote plays around with onLoad and how events can be triggered every time the picture is reloaded.