Projects

Riverside Rocks (archived)

A website that offered various free privacy services. At it's peak, the website transfered more than 700TB of data a month and hundreds of thousands of unique visitors. Technologies used include Apache and Docker. I closed the website because of the time consuming mantience it required. All @riverside.rocks emails are forwarded to @trentwil.es, and the website redirects back to this website.

BART API

A service to replace BART's legacy API, which has errors and is unstable. Scrapes data directly from the BART website, and returns it in the JSON format. Implements caching to prevent strain on BART infrastructure. Technologies used include Beautiful Soup and Varnish.

Sniffspector (coming soon)

Inspect all domains that obtain TLS certificates in real time, using filters and HTTP requests. Will include a live dashboard, built in proxy support, and options to archive site content. Expected to be released and open sourced by late 2024.

Github

I've been backing up the majority of my code to GitHub since 2020. Should be noted I didn't create Github.

Shore Line East API

API for Shore Line East, the commuter rail service for the Connecicut shoreline. Similar to the BART project, it scrapes data from the website and represents it as JSON, however, unlike the BART project, there was no API prior to creating this project.

This Website!

Coded on plain HTML with Bulma CSS. Hosted on my home server behind Cloudflare. I've learned that AWS is really expensive if you accidently spend beyond the free plan.