Buenos Aires, Argentina

Candela
Corradin Tessa

Technical Solutions Creative Technologist AI-Native

I lead a team translating complex requirements into scalable solutions — the work that happens when functionality exceeds what a platform does natively.

Currently Lead Site Specialist — Rebolt
Based Buenos Aires · Remote
Languages EN C2 · ES Native · FR Basic
Scroll to explore
01

Capabilities

Creative technical solutions — extending platforms past their native capabilities. Scoped CSS and JavaScript layered into live, component-based environments. No HTML changes. No rebuilds.

production-site.com

Local business

Yards that look like you actually live here.

Weekly mowing, seasonal cleanups, and design installs across the metro area.

// scoped override · global.css
/* one component, no HTML touched */
.hero-section {
  background: var(--ink);
  padding: 72px 40px;
}
.hero-section .hero-btn {
  background: rgb(var(--primary));
  font-family: var(--mono);
  letter-spacing: 0.15em;
}
Same HTML · Same platform One injected layer
Recent implementations Methodology · selected
  1. 01
    SHADOW CLIPPED
    ::BEFORE LAYERED
    Before
    After

    Hero refinement · Visual implementation

    Specificity-safe visual polish on a Tailwind hero

    Challenge

    A client hero needed visual refinement without restructuring markup. Tailwind utilities won specificity battles, and an overflow: hidden wrapper clipped a decorative shadow with negative z-index.

    Solution

    Parent-prefixed selectors with !important overrode Tailwind reliably. border-radius moved to sibling elements. Decorative imagery layered via a ::before pseudo-element. Zero layout changes.

    • CSS only
    • No HTML changes
    • Specificity-safe
    • Scoped
  2. 02
    PHASE A init() PHASE B observe() PHASE C destroy() TRIGGER route△ IDEMPOTENT LIFECYCLE LOOP

    Dynamic behavior · SPA architecture

    SPA-safe interactive behavior on a component platform

    Challenge

    Interactive behavior needed to survive client-side route changes and dynamic DOM updates. Naive DOMContentLoaded approaches failed on navigation; listeners duplicated on re-init.

    Solution

    A namespaced controller with init() and destroy() methods, idempotency guards via data-* attributes. MutationObserver for late nodes; history API patching for route changes.

    • Vanilla JS
    • Idempotent init
    • MutationObserver
    • SPA-safe
  3. 03
    Find a location Visit one of our many locations across the country. SEARCH GENERIC
    Visit our Austin location South Lamar · open daily, 7am to 9pm CT. DIRECTIONS RESOLVED · TX
    Before
    After

    Personalization · Geolocation

    Region-aware content swaps without server rendering

    Challenge

    A site needed location-aware content without server-side rendering or markup changes. Standard geolocation APIs failed under browser CORS restrictions.

    Solution

    A CORS-compatible provider paired with TreeWalker to replace text nodes globally by resolved region. Standard init()/destroy() lifecycle with MutationObserver coverage for late content.

    • Geolocation
    • Text-node mutation
    • Lifecycle pattern
    • No injection
Recent deliverables Shipped builds · details redacted
01

Filterable product catalog

48 SKUs across 9 categories for a specialty dealer. Client-side filtering, sticky category nav, responsive card grid — no backend dependency.

  • Vanilla JS
  • CSS Grid
  • IntersectionObserver
  • Image CDN
98% 12k 5.0
02

Interactive service section

Rotating SVG process wheel paired with tabbed services and scroll-triggered counters. Resolved site-wide text-align inheritance conflicts via scoped resets.

  • SVG
  • Custom Properties
  • Scroll triggers
  • Cascade fixes
03

Full-page section suite

Careers, about, contact with map, embedded social, and a membership pricing grid. Bypassed site-wide heading animation hooks via structural rerouting.

  • Embeds
  • Maps
  • Form integrations
  • IIFE pattern
Modules delivered 12 section types · production
01
Hero Banners
02
Pricing & Memberships
03
Product Catalogs
04
Careers Pages
05
Contact + Map
06
★ ★ ★ ★ ★
Testimonials
07
CTA Strips
08
Feature Tabs
09
Stats & Counters
10
Process Wheels
11
Trust Badge Rows
12
Booking & Forms
Technical stack Vanilla · scoped · token-driven
HTML · CSS · JS CSS Custom Properties Design Tokens Scoped Namespacing SPA-Compatible Image CDNs Third-Party Embeds AI-Assisted Workflows
02

Leadership

Current role · Rebolt

Leading five specialists who solve what the platform can't do natively.

High-volume technical solutions across multiple U.S.-based client accounts, on a 24-hour delivery clock. I translate complex requirements into scalable implementations — built on reusable override frameworks, internal code resources, and documentation-first workflows that let a distributed team operate autonomously.

5 Direct reports
24h Standard turnaround
8 Industries served
A

Reusable frameworks

Override frameworks and internal code resources that compound. Every solution makes the next one faster.

B

AI as operational tool

Claude embedded in debugging, documentation, and implementation logic — paired with manual review for judgment.

C

Documentation-first ops

Async-by-default. Decision logs and handoff rituals replace meetings. Clarity travels with the work.

03

Experience

2024 — Present

Lead Site Specialist

Rebolt

Lead a remote team delivering custom technical solutions within an AI-powered website platform. Translate complex requirements into scalable implementations when functionality exceeds native product capabilities. Built reusable override frameworks and improved delivery through AI-assisted development and process optimization.

Team Lead Technical Solutions AI-Assisted
2023 — 2024

Multimedia Design & Email Marketing

Live Motion

Produced multimedia assets and email marketing materials for digital campaigns. Collaborated across creative and technical teams to ship cohesive campaign deliverables on agency timelines.

Campaigns Multimedia
2022 — 2024

Freelance Web Implementation

Independent

Designed and shipped websites and digital assets for independent clients — visual systems, UX considerations, and front-end implementation end to end.

Front-End UX/UI Client Work
2023 — 2025

Teaching Assistant

Universidad Nacional de las Artes

Supported multimedia arts students in projects at the intersection of digital media and creative technology. Bridged traditional arts pedagogy with emerging tools and workflows.

Teaching Mentorship
04

Independent Work

Side projects and creative experiments — where I get to test ideas end-to-end. AI applied as both a creative and operational tool.

01 2026

Mood DJ

Tell it how you feel — get a radio station that actually understands.

View live

Overview

A web app that turns a free-form mood — "melancholic rainy day," "pumped for the gym," "studying at 2am" — into a continuous, taste-aware Spotify radio. Claude interprets the mood, the Spotify catalogue is searched from multiple angles, and a second LLM pass filters out the junk that keyword search inevitably drags in.

Stack

Python · FastAPI Spotify Web API Claude Haiku 4.5 OAuth Vanilla JS Render
mood-dj-1equ.onrender.com
Open ↗

Technical highlights

A

Multi-query fan-out

A single Spotify query gets dominated by a handful of popular artists. Asking Claude for four diverse queries — each fishing a different corner of the catalogue — raised artist diversity from ~50% to ~77%.

B

LLM as semantic filter

Keyword search returns guitar backing tracks, sleep noise, and unrelated rap. Rather than fight the search syntax, I send the pool back to Claude with a list of things to remove. Tighter results, fewer surprises.

C

Mobile-embed workaround

Browsers block cross-origin autoplay regardless of Premium. On mobile, the app instead builds a real Spotify playlist via the Web API and deep-links to the native app — full tracks, no pretense.

D

Event-driven auto-advance

Timer-based track advance is unreliable: tabs throttle in background, buffering varies. The current build listens to playback_update events from the Spotify IFrame API and advances precisely on track end.

02 2023

Rotoscopy Study

Early generative AI applied as raw material, not a shortcut.

Made early 2023, before generative tooling was obvious. A rotoscopy study using diffusion models in the production pipeline as part of the visual language — same curiosity now applied daily to how my team ships implementation work.

05

Skills

Solution Design

  • Technical problem solving
  • Product extension & customization
  • Systems thinking
  • Rapid experimentation
  • Remote team leadership
  • Workflow optimization
  • Cross-functional coordination

Implementation

  • Frontend prototyping
  • Reusable override frameworks
  • Scoped CSS architecture
  • SPA-compatible JavaScript
  • HTML5 · CSS3 · Sass
  • Third-party integrations

AI-Native Practice

  • AI-assisted development
  • LLM-augmented review
  • Prompt engineering
  • Claude / Cursor / Copilot
  • Operational AI workflows
  • Generative R&D

Background

A background spanning both computer science and multimedia arts — systems discipline from one side, design instinct from the other.

Technical solutions sit where both meet: problem-solving rigor and design judgment, applied to whatever the platform can't do on its own.

Education

  • Full-Stack Developer Diploma

    UTN Buenos Aires · Expected 2026

  • Bachelor's in Multimedia Arts

    UNA · In progress · Associate 2021

  • CS & Computing Technician

    Inst. Politécnico Superior · 2017

  • UX / UI Design · English C2

    Coderhouse · Cambridge

Buenos Aires · Open to remote collaboration

Currently considering

Selective
collaboration
opportunities.