Developer · Creator · Problem Solver

Technical Creative who ships.

Enterprise software for the federal government. Live broadcast for a hundred million viewers. I learn fast and I build things that work.

See My Work

What I Build

Three modes, one person.

01 — Developer

Angular · Java · Python · SQL — from government production systems to broadcast automation.

Angular Component TypeScript
@Component({
  selector: 'app-assessment',
  template: `
    @if (isValid()) {
      <dp-summary [data]="form" />
    }
  `
})
Spring REST Java
@GetMapping("/api/records/{id}")
public ResponseEntity<Record>
    getRecord(@PathVariable String id) {
  return service.findById(id)
    .map(ResponseEntity::ok)
    .orElse(notFound().build());
}
Automation Pipeline Python
def render_bulletin(data: dict) -> Path:
    comp = aequery.Composition("Daily")
    for layer in comp.layers:
        if layer.name in data:
            layer.text = data[layer.name]
    return comp.render(format="h264")
Data Query SQL
SELECT t.file_id,
       SUM(a.amount) AS total
FROM assessments a
JOIN tax_files t
  ON t.id = a.file_id
WHERE a.tax_year = 2024
GROUP BY t.file_id;
New Control Flow Angular
<section class="grid grid-cols-3">
  @for (item of items(); track item.id) {
    <dp-card
      [data]="item"
      (selected)="onSelect($event)" />
  }
</section>
tap to shuffle 1/5

02 — Content Creator

Broadcast · Social · Campaign — daily content at Brazil's largest network.

Broadcast

Daily Bulletin · GloboTV
auto

03 — Problem Solver

Dev · Content · Infra — cross-domain execution, one person end to end.

Planning
0/7
Dev Migrate legacy form to Angular 21
Content Render daily bulletin template
Infra Dockerize staging environment
Content QC broadcast package for air
Dev Write API integration tests
Strategy Draft campaign brief for client
Infra Set up CI/CD pipeline
auto running...

Ilikebuildingthingsandfiguringthingsout

thedomainhasnevermattered.

Livetelevisionforahundredmillionviewers.Governmentsoftwareforanation.Cameras,code,pipelines,peopleeveryproblemisjustanewtoolkitwaitingtoclick.

Thetoolschange.Thedrivedoesn't.

Where I've Been

Three chapters, one story.

01 — Developer

Canada Revenue Agency

Software Developer — Ottawa, 2022–2025

Built and maintained enterprise web applications in Angular and Java for one of Canada's largest federal organizations. Migrated legacy Swing and WebLogic interfaces to modern web frameworks. Wrote comprehensive automated test suites and maintained security-critical dependency chains.

Completed the IT Apprenticeship Program — a rigorous year-long assessment — and earned recommendation for reclassification. Led production support rotations in a Microsoft 365 environment: when systems went down, I was the one reading logs, tracing root causes, and restoring services. Trained new hires, drove modernization initiatives, and shipped code that serves millions of Canadians.

Angular TypeScript Java REST APIs JUnit Production Support Legacy Migration

02 — Editor & Automator

Globo TV — Rede Globo

Cinema Editor → Content Editor — Rio de Janeiro, 2017–2020

In Brazil, Tela Quente and Sessão da Tarde aren't just TV slots — they're institutions. Every Brazilian grows up watching movies on those programs. I was the editor making those broadcasts happen for over 100 million viewers.

Every frame demanded precision: age restriction classifications, closed captions, multi-language audio tracks, visual information overlays, and narrative story coherence. When a live program like Big Brother ran 15 minutes over, I trimmed feature films on the spot — cutting scenes while preserving the story's emotional arc. In live television, there are no second takes.

Later, as Content Editor, I moved upstream — building Python automation pipelines that pulled data from APIs, rendered it through After Effects templates, and produced broadcast-ready content that had previously taken hours of manual work.

AVID Premiere After Effects Python API Pipelines 100M+ Viewers Live Broadcast

03 — Technical Director

Andarilho Filmes

Co-Founder — Rio de Janeiro, 2012–Present

Co-founded a production company and owned every technical system — AV equipment procurement, setup, and maintenance; cameras, lighting, audio, post-production, IT infrastructure. From wedding coverage with zero margin for error to a year-long embedded production at Rock in Rio — troubleshooting gear in real time during live performances — I learned that creative work is equal parts artistry and logistics.

The company has since pivoted to musical theatre, producing award-winning shows including Elvis and Bonnie & Clyde. Today I consult remotely on marketing strategy: building campaigns that drive ticket pre-sales, creating investor presentations that demonstrate ROI, and reviewing every creative asset for both visual quality and strategic alignment.

Cinematography Rock in Rio Musical Theatre Marketing Strategy Live Events IT Systems

Get In Touch

How about some coffee?

Or email me directly at [email protected]