Skip to main content

DPS 909 - Lab 3 - Hacktoberfest, and the Very Scary Repository

It's that time of year; the mornings are getting chilly, the leaves are turning, the pumpkin spice is flowing, and open source developers are getting all worked up over something called Hacktoberfest. Not to be confused with the other, similar-sounding (though arguably no less beer-filled) celebration, Hacktoberfest is a chance for open source enthusiast to truly flex their projects and contributions. Hosted by DigitalOcean, Hacktoberfest 2019 is an event running throughout the month of October that encourages activity in the open source community. It is completely free to sign up, and participants can even link their Github accounts to use as their Hacktoberfest profiles. As you may have already guessed, I will be participating in this event as my next major milestone on my journey into the world of open source.

Through the miracle of APIs, even my profile picture was imported!
While the prospect of diving headfirst into such a large, open source event as a beginner may sound daunting, don't be afraid! There are no ghosts or ghouls lurking in the depths of the open source world (though there is an ample amount of bugs and dead repos). In fact, Hacktoberfest very much encourages open source newbies to participate - I should know, I am one myself! There are many resource for a beginner to get started, and the one that I am using is Up For Grabs. Up For Grabs is a small, clever web application that allows prospective contributors to search for high-profile Github projects using tags. Using their search, you can sort projects by labels (e.g. beginner, bite-sized, help-needed) and also tags (say, you only want to look for C# projects... no problem!). It is a very handy tool, and I've managed to narrow down a few issues that have grabbed my interest:
When attempting to make headway into any new ventures, it's important to set goals for yourself. My goals for Hacktoberfest, aside from wading ever-deeper into the open sea (heh), are as follows:
  1. Contribute to something I'm confident in, because it's important to start strong!
  2. Contribute to something that uses technology I want to improve in, because the goal is always to keeping learning!
  3. Contribute to something that just seems like fun, because nobody is asking you to contribute, you have to want to do it!
With beginner-friendly resources in hand and the above goals in mind, I'm all set to get hacking. Can't wait to get started!

(Protip: It totally helps productivity to code while wearing a costume.)

Comments

Popular posts from this blog

DPS909 - Lab 1 - Github Trending Research: WebGL Fluid Simulator

The WebGL Fluid Simulator is a small application that allows the user to play with simulated fluids right in their browser, and works on both PCs and mobile devices. The visual effects follow proper fluid dynamics, and can be manipulated in real time by pointing and click, as well as several available options such as quality, density, and velocity.  The app is written in JavaScript, and as the name suggests, visually renders its effects using WebGL. It was created by Github user PavelDoGreat based off another Github project:  Fluids-2D , and is distributed under the MIT license. As of September 8th, 2019, WebGL Fluid Simulator is trending with 2,307 stars during the month, and 6,070 stars in total. Main interface of WebGL Fluid Simulator by Github user PavelDoGreat I was interested in investigating this project as it demonstrates the breadth of open source resources on Github. Users can find projects that range from complex systems and APIs, to small plug-ins and simpl...

DPS 909 - Release 0.3 - Diving Deeper

Hacktoberfest has come and gone. For everyone who attended and made an effort... hopefully you all got your shirts! For the rest of us... well you win some and then you lose some. But if you didn't, don't let it get you down - the true open source is the friends you made along the way. And speaking of friends, our Fall 2019 class of DPS 909 at Seneca College has decided to do something a little special for our Release 0.3 assignment: we've started our own internal, open source project! To cut a long story short, we've been tasked with developing a web application that aggregates open-source-related blog posts from current and former students of the DPS 909 course. A very old, and very out-dated version of the website current exists here , but it is clunky, buggy, and prone to errors that block up the whole system. It's our job as the current students of DPS 909 to redesign and revitalize this website into something much more intuitive and robust. The repo of our ...