built a web application
programmed in javascript
Finished a college project
+1
Our second group project for the semester was a web app, but tackling the same area as the first one, git (we're building two decently sized projects for different courses simultaneously after all). This one connected to user's GitHub profile, analyzed their commits in all projects available on GH and built their dev profile: what languages they use, what did they contribute to, when they work the most and other miscellaneous stats and fun facts.

Once again I was handling the 3rd party integration side, handling communication with GitHub, but considering this one went much smoother I also took upon myself to implement auth and standard REST API functionalities, as well as handle parallelism.

Now that last thing, parallelism in Node.js is... well, to say not great is an understatement.