Building business software by day, poking at LLM workflows by night, and observing production from a comfortable branch.
class Hootpy:
location = "Adelaide, Australia"
role = "Backend Software Engineer"
languages = ["Python", "JavaScript", "TypeScript"]
backend = ["Django", "FastAPI", "Flask", "Node.js", "NestJS"]
databases = ["PostgreSQL", "MySQL", "MongoDB", "DynamoDB"]
tools = ["AWS", "Docker", "Kubernetes", "CI/CD"]
current_focus = [
"Backend systems",
"API integrations",
"Business automation",
"Practical AI workflows"
]
def debug(self, problem):
observe(problem)
read_logs()
question_everything()
return fix(problem)Hoot is the sound of an owl, my spirit animal. I chose the owl for its legendary wisdom and observation, though mostly I relate to the part where it's wide awake at 3 AM, silent, unblinking, and deeply concerned about something in the darkness. That something, for me, is usually a production log.
The py comes from Python, the language that got me into this whole mess in the first place. No refunds.


