Software projects

  • agua: An R package that provides H2O integration to the tidymodels framework. Users can fit, optimize and evaluate models using the friendly tidymodels syntax as well as taking advantages of H2O’s computing infrastructure. This package is my 2022 summer internship project at RStudio (now Posit).

  • overwatcher: A REST API for player and match statistics in the Overwatch League (yes it’s not a dead game). The application is built with FastAPI.

  • xkcd: An R package to create interactive xkcd-styled charts in R. The package itself is nothing to brag about but I have done some experiments in it with building htmlwidgets with TypeScript and esbuild.

Analytical projects

  • nyclodging : A shiny app to explore Airbnb rentals in NYC. Includes various EDA of spatial data and a prediction model for listing prices given housing descriptions as user input. The application is built with the golem framework.

  • Titanic Survival: A rather pedantic analysis of the Titanic incident. Ok it’s boring but it uses a more complete and updated version of the Titanic dataset (not the kaggle one) provided by the Encyclopedia Titanica, including redundancy analysis, multiple imputation, logistic regression, bootstrap validation and interpretability analysis.

Miscellaneous

In addition to data stuff I like to dabble in many other technologies to keep myself motivated to learn something new. Thee following listings are typically proof of concepts and are not intended for wider usage at this point.

  • frontend development

    • JavaScript notebook: an interactive notebook for JavaScript and TypeScript, available via npx with npx javascript-notebook serve. The application is built with React, Redux Toolkit, TypeScript and esbuild.

    • data science shelf: a vue + firebase application for sharing good readings in data science.

  • game development

    • real2d: a really simple 2D ECS game engine written in C++ and Lua.
  • others

    • clipstash: A web app and cli written in Rust to take notes and copy to clipboard

    • vstodo: A vscode extension to manage todo lists in the editor.

    • servy: A simple HTTP server written with Elixir OTP