avatar

Alice Winters

30 | She/Her/Hers

DevOps/Fullstack Engineer in Minneapolis, MN. I mainly use Python, Rust, and JavaScript. E-mail or DM me for a full resume if needed.

I use the alias “[Alice/Ada] Werefox” online for the sake of personal privacy. “Alice Winters” is my preferred name, but not my legal name.

Some projects I've worked on

One of my favorite games for the past year or so has been a small independently developed game called “TUNIC”. After joining the community for the game and discovering a “randomizer” mod was created, I decided to contribute something to assist in tracking progress during a “randomized” playthrough. I collaborated with another community member to create a frontend site that makes calls to an API that gets exposed by a backend running a small web server. I developed this mostly using Django and plain Javascript for AJAX calls and DOM manipulation.

A personal site I made to showcase a hobby of mine, writing poems. This uses Rust's Dioxus framework as a fullstack application with SSR. Because I'm a single user and won't be adding things very often, I opted for the site to handle entries by parsing Markdown files on the backend side. This happens at compile time, so there is no need to parse them again once the app has been built. In the future, this would ideally take the form of a database of some kind, and I do plan on implementing that eventually.

This is a personal site I made for my online persona. Originally this was built using NextJS and TailwindCSS, with some AJAX calls to grab profile information for a “testimonials” page, and data defined in various YAML files that were parsed out and generated into components. A few months ago, I refactored the code to use the Dioxus framework for Rust, and to use a proper API with app authentication to my personal account in order to grab profile information. Additionally, data has been migrated to a TOML format.




Source code




Where to contact me