index / readme
gabriela-schlemper.tstypescript
function whoIs() {
const name = "

Gabriela Schlemper

"
const role = "Software Engineer"
const based = "Bray, Ireland" // Europe/Dublin
const citizenship = "Italian" // full EU work rights
const sponsorship = false // no visa or sponsorship needed anywhere in the EU
const workModes = ["remote", "on-site"]
const experience = "4+ years"
const openToOffers = true
// I document engineering decisions instead of listing technologies.
const focus = [
"software architecture",
"distributed systems",
"full-stack engineering",
]
return { name, role, based, focus }
}

Every experience in this repository answers one question: “What evidence does this give about the engineer I am?”

highlighted case studies
all 12 →
4+
Career Years
3
Companies
12
Case Studies
5+
Architecture Decisions
“The goal isn't to collect technologies. The goal is to understand how to make good engineering decisions.”