Join the Lovely Banks bench
We hire slowly—three distinct workstreams below so you know which packet to submit.
Query labs producer
Build reproducible datasets, mask production shapes, and script failure injections for PostgreSQL labs. Expect tight collaboration with the SQL coach on rubrics.
Schema review mentor
Facilitate expand/contract retros, keep war-room whiteboards honest, and document rollback triggers. Travel around Victoria a few days per month.
Optimisation session lead
Run planner deep dives with hardware-aware labs—students bring anonymised plans, you keep egos in check while teaching measurement discipline.
-- mentor routing sketch
CREATE TABLE mentor_shift (
id uuid PRIMARY KEY,
focus text CHECK (focus IN ('lab','review','optim')),
starts_at timestamptz NOT NULL
);
CREATE INDEX mentor_shift_focus_idx ON mentor_shift (focus);
Send portfolio + availability