As I continued to look for new issues in an effort to contribute to Visual Studio Code, it was back to the 4000+ issue list for my next bug. In no time I came across...Read More
In continuation of, Microsoft Visual Studio Code: First Contribution, I'll be talking about my experience working with Visual Code extension grammars, Text Mate, and extension development.Read More
What a better way to kick off the new term by continuing right where I left off. Contributing to the open source community. This time around things are going to be a little different.Read More
Test Building Post Notes: All tests and optimizations can be downloaded from my GitHub repo. github.com/marcobeltempo/zopfli/tree/optimization_tester To build the source code run the make command from the main directory Execute/compress file ./zopfli your_file_nameIn continuation of Stage...Read More
Download – glibc-2.26.tar.xz Similar to my last post GNU Source Building | Wget | Part 1, I will be covering the popular GNU C library package. Glibc provides the user with an interface to the...Read More
This post will be the first of two, discussing the ideas behind Free Software Foundation, as well as getting hands-on with a couple common GNU software packages you’ve probably used at some point in time....Read More
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