I extracted data of 900 articles from Tech In Asia's API. After checking the available data attributes, i thought it will be useful to create a dashboard to better understand articles published on TIA by identifying trends in terms of author contribution and article topics. I conceptualized a graph network to be like a TIA 'universe' enabling the user to explore infuential authors or topics and their connections. To achieve this, I did some simple Natural Language Processing of article titles to extract keywords. This is done on the assumption that a TIA article's content can be summarized by just its title. Relationships between authors, title keywords and tagged categories were then established. Graph analytics was done to understand the global and local graph structure.