Mason Garcera
I'm Mason, a social worker who tells stories using data and design. I take facts and turn them into something human.
Mason Garcera
About
I'm Mason, a social worker who tells stories using data and design. I take facts and turn them into something human.
Salesforce
Intake
Action
Plan
R
Excel
A
B
C
12
8
20
9
11
=SUM(A1+B2)|
Notion
GitHub
VS Code
const data = await fetch(url)
const res = await data.json()|
Airtable
Name
Status
Date
Mason
In Progress
Today
Swift · Xcode
struct ContentView: View {
var body: some View {
Text("hi 👋")
}|
Canva
ChatGPT · Codex
Explain this code
Claude
Brainstorm with me
Midjourney
apple
an apple
TypeScript
type Section =
| "home"
| "tools"
| "projects"
| "contact"|
React
<Panel
visible={onTools}>
<Grid />
</Panel>|
Next.js
import Image from "next/image"
<Image
src="/me.png"
width={180} />|
CSS
:root {
--bg: #f8f7f4;
--accent: #2c5f8a;
--muted: #a09d97;
}|