Apache Allura - GSoC 2016 Summary

This post has the summary of my work during GSoC 2016. Hopefully I was able to cover everything. You can also see my work on forge-allura. Also, you can visually see a list of my commits made during GSoC that also contains the miscellaneous work here. Discussion... [Read More]

Share WiFi via Ethernet on Gnome 3.20

There is a hidden method to share your WiFi over Ethernet in the latest Gnome. I stumbled upon this while trying to connect my RaspberryPi 3B with my University’s Internet. Type nm-connection-editor in your terminal. Add a shared network connection by pressing the Add button. Choose Ethernet from... [Read More]

Topological Sort for problems using DAG

Given a DAG (Directed Acyclic Graph), in which we know the adjacencies represent the order in which to perform a task, and the vertices are tasks, we want to place the vertices in a sequence. We must find a sequence that must satisfy all dependencies of pre-requisites. This sequential arrangement... [Read More]

What is Apache Allura and why is it relevant to developers?

Apache Allura is a Top-Level Project under the Apache Software Foundation since April of 2014. It powers SourceForge, Open Source Projects Europe, DLR German Aerospace Center and DARPA’s VehicleForge. The most interesting features that distinguish Apache Allura from currently trending Forge Software like GitHub, GitLab and the Atlassian Toolkit are... [Read More]

To Draft or not to Draft

I just realized that I have way more drafts pending in my blog than the actual posts that are published here. Maybe, it is because I am afraid of being incorrect. Well, today I have decided that I will not worry about being correct and will post rather than draft.... [Read More]