Release 0.2 reflects how we have grown as developers throughout the semester. Instead of new software updates, it's new and improved skills as inspiring developers.Read More
Our latest lesson was focused on the importance of effective source code reading. Projects can contain millions of lines of code. Imagine trying to find the right spot to fix a bug or add a...Read More
Being a student developer, I still have a lot to learn. But found it's also important to never stop learning. No matter how experienced you are. Engaging in the open-source community has exposed me to...Read More
Zopfli is a compression algorithm library written in C designed with performance over speed. Zopfli will compress to deflate, gzip and zlib output format, but it won't decompress. Existing gzip or deflate libraries can decompress...Read More
The reality is, documents such as README and CONTRIBUTING are some of the most important files in your project. It’s the first screen users navigate to for insight. Having an effective README is a great...Read More
Utilizing version control technologies such as Git not only tracks changes in files but makes collaborating with multiple people possible. A key factor to any successful project. To gain some exposure to the process of...Read More
The goal for our 0.1 release, was to find and fix a bug(s) in a Mozilla product or tool. I had chosen Mozilla's Thimble, an online code editor that is designed to help new coders...Read More
After having the chance to test out the waters of building an open source project (Building Firefox Source) , it was time to branch off (git pun intended) and begin researching other open source projects...Read More
One of the most important tools for any developer is their code editor. Choosing the right editor for the job will significantly increase productivity and performance. For the purpose of this lab , we were...Read More
The MIT License is one of the most common open-source software license. The license gives “any person obtaining a copy of … the Software” A.K.A the general public, permission as well as the same protection of...Read More