from pydantic import BaseModel, Field
class Jesse(BaseModel):
"""Father to three, live music enthusiast, sports geek. Applied AI Practice Lead at Rosetree Solutions. A decade of building on enterprise platforms and distributed systems."""
role: str = "Applied AI Practice Lead"
company: str = "Rosetree Solutions"
location: str = Field(default="Montana", description="Billings")
focus: list[str] = [
"applied AI",
"distributed systems architecture",
"developer tooling",
"automation",
]
posts: list[Post] = ‹…› 4 items⌄ 4 items
projects: list[Project] = ‹…› 3 items⌄ 3 items
# A Salesforce CLI plugin for bulk data operations. Pulls objects into a local SQLite stage so you can query, edit, transform and diff a load before executing.
# Built and maintains the site for a Seahawks fan club in Montana.
# A query builder for Apex by Beyond the Cloud; I've contributed patches.