type DevMode = "accessibility-driven" | "museum-friendly" | "ever-learner";
interface DeveloperProfile {
readonly name: string;
location: string;
role: string[];
training: string;
devMode: DevMode;
coreSkills: string[];
tools: string[];
domains: string[];
currentFocus: string;
}
const georgia: DeveloperProfile = {
name: "Georgia E. Whitney",
location: "London, UK",
role: ["Digitisation and Preservation Systems Manager", "Software Engineer"],
training: "Founders & Coders Bootcamp Graduate, Level 4 Software Developer",
devMode: "museum-friendly",
coreSkills: ["TypeScript", "Next.js", "React", "Python", "AWS (s3, Lambda, IAM"), "ingest workflows", "DAMS", "preservation metadata"],
tools: ["AWS", "Elasticsearch", "Git", "npm", "Goobi", "Archivematica", "IIIF"],
domains: ["web Development" "digital preservation", "GLAM", "library data", "accessibility"],
currentFocus: "Cascading the fun between digitsation and preservation archiecture and engineering"
};
🏷 Museum-friendly Software Engineer
-
Wellcome Collection
- London, U.K.
-
03:48
(UTC) - georgiawhitney.com
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



