Resumé
Overview
I’m an openly trans woman pursuing a Computer Science degree. I’ve been writing software for around ten years, mostly in games and web APIs.
I write and design my software with the following goals in mind:
- Simplicity
- Correctness (incl. accessibility)
- Efficiency
Skills
- Linux Systems Administration
- Backend API design and implementation
- Golang
- Python
- Web application development
- Flask (Python)
- Native CLI application development
- Rust
- Golang
- Python
I’m currently learning:
- JunOS
- Network Architecture
Selected projects
deployd (repo)
Written for the Boreal Express, deployd
is a
software deployment tool designed for minimal end-user interaction. It scans for
directories in a root (for boreal, /boreal/sites
), determines if they’re
“static” (just HTML) or “dynamic” (have a backend, etc). It then creates the
NGINX config, configures SSL, and starts a systemd unit for dynamic sites. All
this happens without the user needing to do much of anything, except bind to the
port passed to the site via the PORT
environment variable.
The static vs dynamic determination was done by checking for the existence of
either an index.html
or an entrypoint.sh
file. If an entrypoint.sh
file
was found without an index.html
, the site was deployed as a dynamic site.
Otherwise, if an index.html
was found, the site was deployed statically. One
of the major pain points identified on the Hacker Zephyr
was that switching projects between static and dynamic required manual
intervention – mostly because that event’s deployment tool worked off of
inotify
. Since deployd
is run as a cronjob regularly, it avoided that issue
by constantly re-evaluating the type of site.
NetWrench (no repo available)
As part of my employment at WPI, I was tasked with rewriting a few pieces of legacy web applications from their original PHP into a more maintainable Flask form. The first of those was NetReg, described below. My second project was NetWrench, which brings together all the various documentation sources used by Network Operations (IPAM, physical infrastructure, ClearPass) into one place that could be used by other departments. As part of this, I developed several API libraries for our internal services to make it easier to integrate with them.
NetReg (no repo available)
As the first application I was tasked to rewrite, NetReg set the tone for the Flask engine I developed for WPI. Its purpose was to allow students, faculty, and staff to register their devices MAC addresses for use on the campus wireless and wired networks, as well as being the captive portal for unauthenticated wired devices.
Articles from my webring
crates.io: development update
Since crates.io does not have releases in the classical sense, there are no release notes either. However, the crates.io team still wants to keep you all updated about the ongoing development of crates.io. This blog post is a summary of the most significa…
via Rust Blog July 29, 2024So you want to compete with or replace open source
We are living through an interesting moment in source-available software.1 The open source movement has always had, and continues to have, a solid grounding in grassroots programmers building tools for themselves and forming communities around them. Some loo…
via Drew DeVault's blog July 16, 2024Status update, July 2024
Hi! This month wlroots 0.18.0 has been released! This new version includes a fair share of niceties: ICC profiles, GPU reset recovery, less black screens when plugging in a monitor on Intel, a whole bunch of new protocol implementations, and much more. Thanks…
via emersion July 16, 2024Generated by openring