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
gccrs: An alternative compiler for Rust
This is a guest post from the gccrs project, at the invitation of the Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration. gccrs is a work-in-progress alternative compiler for Rust being developed as part…
via Rust Blog November 7, 2024Status update, October 2024
Hi! This month XDC 2024 took place in Montreal. I wasn’t there in-person, but thanks to the organizers I could still ask questions and attend workshops remotely (thanks!). As usual, XDC has been a great reminder of many things I wanted to do but which got bur…
via emersion October 21, 2024Post-OCSP certificate revocation in the Web PKI
Introduction Today, TLS certificates in the Web public key infrastructure (PKI) have long validity: almost all remain valid for at least three months! An attacker compromising a certificate early enough in its lifetime1 keeps it compromised for months. Cer…
via Posts on Seirdy’s Home September 25, 2024Generated by openring