AnalysisRTT

This program was made for Cedexis, as I was tasked to collect .gz JSON S3 bucket information saved locally on a hard disk. Then, unzip, read, parse, and create a list that would allow plotting. Specifically for this task, the data parsed was organized in such as way that would allow easy data manipulation to plot the difference in roundtrip times between 2 CDN providers across a time period. The data object is saved in an easily retrievable file. Before plotting, the time chunks for aggregation could be specified.

Github source can be found here: https://github.com/Xavier-J-Ortiz/AnalyzeRTT

AnalysisRTT

This program was made for Cedexis, as I was tasked to collect .gz JSON S3 bucket information saved locally on a hard disk. Then, unzip, read, parse, and crea...

Chat App in React

The High Level Low Down This is a webapp created when learning about React. It was a twist on a project that I had to do for the Software Developer Program a...

Weather Application

This application was created by using React. The application uses the browser’s geo-location abilities to fetch relevant weather data from the user.