@ in

F3R Studio · founded 2024 · solo operator

A one-person studio, run like an operation.

A digital-services business for independent food-and-beverage clients — websites, SEO, analytics, and account security. Every system below I designed, documented, and run myself, which is the part that transfers to an IT team.

What the studio delivers

Four service lines

Web
Site design, build and ongoing maintenance — scoping through launch and into steady-state support.
Search
SEO audits and implementation — delivered as a written audit plus a training guide, so the client's own staff can maintain it after handoff.
Analytics
Measurement setup and reporting — Google Business Profile, site analytics, monthly reporting.
Security
Account and domain hardening for the assets under management — detailed below.

Bilingual throughout — service documentation and project agreements are maintained in both English and Spanish.

Systems I built

Studio infrastructure

Operations Dashboard

Node · Express · Docker

A containerized web app for tracking studio operations — KPIs, client metrics, and pipeline. Built it because spreadsheets stopped scaling. REST API for programmatic updates, JSON persistence on a mounted volume, CSV import and export, and a container healthcheck so it restarts itself when it stops answering.

Node.js 18+ Express 4 Docker Docker Compose REST API csv-parse
docker-compose — f3r-studio-dashboard
Operations dashboard architecture A browser reaches an Express server running in a Docker container on port 3000. The container mounts a data volume holding JSON state, takes CSV imports through an import script, and answers a health endpoint polled every thirty seconds. Browser responsive UI :3000 DOCKER CONTAINER · restart: unless-stopped Express server server.js · REST API · CORS /app/data JSON state · mounted volume /app/public static assets · mounted volume healthcheck /api/health every 30s · 3 retries CSV import import-csv script

Fig. 2 — State lives on a mounted volume rather than inside the container, so the image stays disposable and a rebuild never costs data.

F3R Secure

Defensive security service line

A defensive account- and domain-security service covering the digital assets the studio manages. It is the closest thing in my own business to the email security and incident work I did in-house at a health insurer — same disciplines, smaller blast radius.

Access
MFA on every managed account, passkeys or security keys for admin logins — plus least-privilege role cleanup, removal of stale users, and replacing shared logins with individual access.
OAuth
Review and revocation of risky third-party app connections; verification of recovery contacts and backup codes.
Email auth
SPF, DKIM and DMARC audit and configuration — DMARC staged from p=none through quarantine to reject once legitimate senders are confirmed, so the domain cannot be spoofed.
Monitoring
Recurring breach-exposure checks and review of login and admin activity, summarized in a monthly written report.
Response
A documented account-takeover incident-response procedure, with hardening checklists and audit-report templates behind it.
Training
Phishing-recognition training for client staff — recognition material only; the service does not send live lures.
Tooling
Python utilities I wrote for the recurring checks — breach exposure and email-authentication verification.
SPF / DKIM / DMARC MFA & passkeys Google Workspace OAuth review Incident response Python

Client Onboarding System

Process design

The third time I have built one of these — after the employee lifecycle system at a health insurer and client onboarding at an MSP. A documented, repeatable seven-stage process every engagement runs through, so onboarding does not depend on me remembering it.

01 Profile
Master reference record for the engagement — kept current as the single source of truth.
02 Discovery
Prep checklist, call script, structured notes, and a written action plan — so discovery produces a decision, not just a conversation.
03 Build
Website project scope, milestones and delivery.
04 Brand
Brand assets, voice, and style reference.
05–07
Proposals, project media, and agreements — each stage with its own template so nothing is improvised per client.
Process design Documentation Discovery & scoping Bilingual EN / ES

SEO Audit & Training Program

Methodology & enablement

A written audit methodology paired with an implementation training guide, so the deliverable is not just a report but the ability to act on it. Same instinct as the work-from-home training I built and delivered at a health insurer — the handoff matters more than the document.

Technical SEO Google Business Profile Analytics Staff training

Why this is on an IT résumé

Running the studio has meant doing the things an IT team does, without an IT team: standing up and containerizing a service, hardening accounts and email authentication, writing the incident procedure, and designing the process so the work repeats without me.