{ "$schema": "https://recivi.pages.dev/schemas/recivi-resume.json", "bio": { "name": "Tera", "fullName": "Tera Bites", "summary": "Hobbyist software developer with a love for backend systems", "labels": ["software developer", "homelabber"], "aliases": ["imterah"], "contact": { "emails": ["me@terah.dev", "imterah@pm.me"] }, "profiles": [ { "site": { "id": "github", "name": "GitHub" }, "url": "https://github.com/imterah", "username": "imterah" }, { "site": { "id": "bluesky", "name": "Bluesky" }, "url": "https://bsky.app/profile/terah.dev", "username": "terah.dev" }, { "site": { "id": "codeberg", "name": "Codeberg" }, "url": "https://codeberg.org/imterah", "username": "imterah" }, { "site": { "id": "forgejo", "name": "Personal Git Server" }, "url": "https://git.terah.dev/imterah", "username": "imterah" }, { "site": { "id": "matrix", "name": "Matrix" }, "url": "https://matrix.to/#/@tera:matrix.terah.dev", "username": "@tera:matrix.terah.dev" } ], "skills": [ { "name": "Backend", "id": "backend", "subSkills": [ { "id": "go", "name": "Golang" }, { "id": "javascript", "name": "JS" }, { "id": "typescript", "name": "TS" } ] }, { "name": "Scripting", "subSkills": [ { "id": "gnubash", "name": "Bash" }, { "id": "python", "name": "Python 3" } ] } ], "languages": [ { "name": "English", "speak": "native", "listen": "native", "write": "native", "read": "native" } ], "residence": { "state": "IN", "countryCode": "US" } }, "education": [], "work": [], "creations": [ { "id": "hermes", "name": "Hermes", "url": { "dest": "https://hermes.terah.dev", "label": "Hermes Documentation" }, "summary": "Port forwarding over computers", "description": "Hermes is a modular system that lets you port forward across computers instead of over the internet directly.", "projects": [ { "id": "hermes_api", "name": "API", "summary": "The API server for Hermes.", "role": "Creator", "tags": ["resume_pdf"], "technologies": [ { "id": "go", "name": "Go" }, { "id": "sqlite", "name": "SQLite" }, { "id": "postgresql", "name": "PostgreSQL" }, { "id": "gorm", "name": "GORM" } ] }, { "id": "hermes_backend", "name": "Backend Infrastructure", "summary": "Standardized system that lets you write 'backends' (methods to proxy services) in any programming language.", "role": "Creator", "tags": ["resume_pdf"], "technologies": [ { "id": "go", "name": "Go" } ] }, { "id": "hermes_sshbackend", "name": "SSH Backend", "summary": "Backend that proxies services over SSH. Only supports TCP.", "role": "Creator", "technologies": [ { "id": "go", "name": "Go" } ] }, { "id": "hermes_sshappbackend", "name": "SSH App Backend", "summary": "Backend that proxies services over SSH + a remote Go binary to support both TCP and UDP.", "role": "Creator", "technologies": [ { "id": "go", "name": "Go" } ] } ] } ] }