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 current project can be found here.
With 60 students currently enrolled in the course, we are in no shortage of contributors, but organizing a project around that many amateur open source developers is a task in and of itself. It's been about a week and a half since the project was announced, and already there was quite a bit of learning involved. We've had to slowly grasp how to take charge of issues; on top of actually writing code and submitting pull requests to the project repo, we also have to take part in discussions regarding the development of the system itself, as well as review our peers' contributions. Unsurprisingly, it's been quite a hectic experience, but also a valuable learning opportunity! You can find the full project description here, along with our list of MVP features and future pipe dreams... hopefully we'll make it work!
As for my contributions, I've been doing a lot of learning, as well as passing off what I've learned to the team via our project discussion boards and Slack channel (the latter of which is private... sorry!). For example, in order to get the project rolling, I suggested we implement a simple plaintext website that simply retrieves blog content and caches them as JSON files - a system that would make up a very rudimentary backend until a proper database can be implemented. I don't know if my suggestion made a difference or not, but our instructor, David Humphrey, went ahead and developed a basic system that retrieves blog URLS from a plaintext file and logs the queue to console (thanks Dave!).
I am currently working on implementing a way to retrieve blog posts from RSS and Atom feeds, and filtering them based on the timestamps of the blogger's most recent post. The idea is that we don't want to keep displaying outdated blogs that are no longer maintained by their authors, or, at the very least, mark them as being on hiatus. As I develop my contribution, I am keeping in mind that eventually it will make its way into a system that is being worked on by dozens of other people. So, modularity is key, which is great news considering we're working in Node.js!
Before I've even started laying down any code, I've already run into something of an issue. The containerization platform we've chosen, Docker, does not play well with VirtualBox, which I need installed on my workstation for another school course. Looks like I'm going to have to do some native installations.
Aside from the internal project, we're also required to continue our contributions to external open source endeavors. I have not began my work on any external projects just yet for Release 0.3, but I've definitely scoped out the project I want to work on - the open source game engine Godot. I've used the Godot software for some hobby-grade game development in the past, so I think it's high time I contributed back to the community! There are as many as 5000+ issues currently at large... choices, choices!
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 current project can be found here.
We can do better! |
As for my contributions, I've been doing a lot of learning, as well as passing off what I've learned to the team via our project discussion boards and Slack channel (the latter of which is private... sorry!). For example, in order to get the project rolling, I suggested we implement a simple plaintext website that simply retrieves blog content and caches them as JSON files - a system that would make up a very rudimentary backend until a proper database can be implemented. I don't know if my suggestion made a difference or not, but our instructor, David Humphrey, went ahead and developed a basic system that retrieves blog URLS from a plaintext file and logs the queue to console (thanks Dave!).
I am currently working on implementing a way to retrieve blog posts from RSS and Atom feeds, and filtering them based on the timestamps of the blogger's most recent post. The idea is that we don't want to keep displaying outdated blogs that are no longer maintained by their authors, or, at the very least, mark them as being on hiatus. As I develop my contribution, I am keeping in mind that eventually it will make its way into a system that is being worked on by dozens of other people. So, modularity is key, which is great news considering we're working in Node.js!
Before I've even started laying down any code, I've already run into something of an issue. The containerization platform we've chosen, Docker, does not play well with VirtualBox, which I need installed on my workstation for another school course. Looks like I'm going to have to do some native installations.
Uh oh. |
No shortage of issues on the Godot game engine project. |
There's definitely lots to work on these coming weeks, so stay spry and keep hydrated folks!
Comments
Post a Comment