Thanks to visit codestin.com
Credit goes to vmmid.vercel.app

Background / 1999—Present

I design and lead the systems behind ambitious digital products—where technology, business, and experience move as one.

July 2025 – Present

VRL Technology

Head of Information Technology Department

Miami, Florida – US

João Pessoa, Paraíba – BR

Visit company
July 2025 – Present

VRL Technology is an AI-native product and research company that builds AI-powered websites and high-scalability performance platforms — including Promotz, a proprietary digital platform for monetization, engagement, and premium experiences for creators, artists, brands, and communities. An in-house applied-AI practice drives research, rapid prototyping, and model evaluation across products.

  • Lead end-to-end platform strategy — system architecture, backend and frontend engineering, cloud infrastructure, security, and scalability — across AI-powered websites and high-performance products spanning exclusive content, subscriptions, live streaming, legal promotional campaigns, digital raffles, auctions, and affiliate networks, traceable and compliant by design.
  • Direct the applied-AI and research practice: LLM and multi-agent orchestration, retrieval-augmented generation over vector search, personalization and recommendation models, and generative content pipelines — held to prompt-engineering standards, evaluation harnesses, human-in-the-loop review, and guardrails that keep production models measurable, governed, and reproducible.
  • Run an AI-assisted engineering workflow — agentic coding with Cursor, OpenAI Codex, Claude, Gemini, and Copilot alongside automated review and testing — to ship server-rendered Next.js experiences that hold Core Web Vitals, technical SEO, and WCAG accessibility budgets, while aligning technology, business strategy, and legal frameworks with high availability under traffic spikes, data integrity, DevOps, and cloud cost optimization.

PromotzCreator-Economy Commerce Platform

Solution Architect & Head of Technology

Promotz is a multi-tenant creator-economy commerce platform that gives creators, influencers, athletes, and brands one system to monetize an audience across four independent revenue engines: ticket-based prize-draw campaigns with capacity control and auditable winner selection, four-tier paid memberships with gated media and prorated billing, digital products with signed time-limited delivery, and affiliate storefronts with automated commission resolution and promoter payouts.

  • Own end-to-end architecture and technology strategy across three applications, 35 custom domain modules, and 16 scheduled pipelines on a single shared data platform — designed as a modular monolith over a headless commerce core with bounded contexts, explicit cross-module link definitions, and workflow orchestration with compensating transactions, so all four revenue engines evolve independently without cross-domain coupling.
  • Established the platform engineering standards the team builds to: workflow-only mutations, idempotency by default, documented architecture decision records, unit and integration test tiers, and machine-readable code maps for every major subsystem.
  • Re-architected the high-contention checkout path from a serialized distributed lock — a measured ceiling near 20 purchases per minute — into a lock-free capacity gate combining a single-round-trip atomic in-memory admission script with a transactional relational source of truth, validated on a staged ladder of 1K → 10K → 40K → 80K purchases per minute (~1,333/sec) against hard invariants of zero oversell and zero duplicate allocations under full concurrency.
  • Moved payment capture, entitlement issuance, notifications, and analytics off the synchronous request path into durable queues with dead-letter handling, exponential backoff, poison-message detection, and queue-depth-based worker autoscaling — holding payment-webhook acknowledgement under 100ms, p95 checkout under 2 seconds, and an issuance pipeline sized for ~133,000 ticket allocations per second.
  • Designed the data tier for write-heavy bursts: transaction-mode proxy pooling, read replicas for reporting and admin traffic, partitioning of high-cardinality allocation tables, contention-free batch allocation via row-level skip-locking, and partial unique indexes as the final correctness backstop — with an in-product load-testing and observability harness plus an external load-generation cluster enforcing explicit release gates.
  • Architected a multi-rail payments layer spanning instant bank transfers, card payments, stored credentials, and recurring subscription billing, anchored by an idempotency ledger keyed on provider event identifiers so duplicate, replayed, or out-of-order webhooks can never double-grant entitlements or double-count revenue.
  • Designed the revenue-share and payout system: an immutable earnings ledger with point-in-time commission snapshots, a five-level commission resolution hierarchy, tiered settlement windows from same-day to D+15 with corresponding acceleration fees, automated split settlement, and an audited request/review/execute payout workflow protected by advisory locks against balance overdraw.
  • Made money movement resilient to an inherently racy asynchronous payment rail through scheduled webhook replay, provider polling for stale records, catch-up grants for missed entitlements, refund and chargeback reversal workflows, strict separation of entitlement state from billing state, and a bounded 0.5% overflow buffer with automated refund classification for late payments.
  • Built a near-real-time analytics platform — incremental event-driven aggregation with a uniqueness-constrained dedup ledger and atomic upserts, reconciled nightly by an authoritative recompute job with on-demand backfill — powering multi-dimensional revenue reporting across product, currency, partner, sales channel, geography, membership tier, and cohort with proportional multi-item attribution and historically stable point-in-time snapshots.
  • Delivered revenue-driving product surfaces: a progressive volume-pricing engine that materializes discount tiers as first-class promotion records applied natively by the checkout engine, and a gated media platform with tier-based entitlement checks, collection and tag taxonomies, browser-direct resumable uploads that keep media bytes off application servers, and short-lived signed playback tokens.
  • Implemented defense-in-depth for a regulated payments context: national tax-ID checksum validation, multi-checkpoint purchase-limit enforcement, mandatory idempotency keys on mutating routes, distributed single-flight guards, edge WAF with bot management and per-identity rate limiting, field-level masking of payout destinations, a role-scoped access model enforced in server actions before every read, mutation, and export, organization-scoped multi-tenancy, and passwordless-capable onboarding with hashed one-time codes and invitation-based membership.
  • Led a full-platform modernization: commerce core v1 → v2 with module-based architecture and a new query graph, storefront and React major-version migration to server components and streaming, and infrastructure consolidation from fragmented managed databases and public-internet caching into a single in-VPC, proxy-pooled, replica-backed data tier.
  • Established an AI-augmented engineering practice built on documentation as executable context — a versioned in-repository agent capability library, tool-protocol integrations connecting coding agents to the database, payment sandbox, cloud infrastructure, and docs, and 50+ architecture documents exposed as machine-readable code maps — governed by guardrails that keep AI-assisted throughput from trading against financial correctness.

AI News MachineSocial & News Intelligence Platform

Architect & Lead Engineer

AI News Machine is an end-to-end editorial intelligence platform that ingests social, news, and search-trend data at scale, enriches it with AI, and ranks it through an explainable trend-scoring engine to drive AI-assisted, automatic, and human-approved multi-channel publishing.

  • Architected and built an end-to-end editorial intelligence platform (TypeScript monorepo: Next.js 16, React 19, Node.js workers, PostgreSQL/pgvector, Prisma, Redis/BullMQ, S3) that ingests social, news, RSS, and search-trend data and converts it into ranked, explainable publishing decisions.
  • Designed an explainable Trend Intelligence Engine that scores content 0–100 from immutable engagement snapshots using weighted multi-signal analysis — velocity, acceleration, source-relative baselines, freshness decay, multi-source coverage, and authority — with persisted score lineage and hot-swappable, versioned algorithms configurable by administrators without code changes.
  • Implemented a vendor-agnostic provider abstraction normalizing managed scraping, headless-browser article extraction, RSS, and BigQuery search-trend sources into one contract, eliminating vendor lock-in across the AI, ranking, and publishing layers.
  • Cut third-party collection cost through incremental scraping that halts on the first known post, activity-adaptive scheduling, single-attempt billable jobs, real-time spend tracking, and automatic pipeline pausing on budget breach.
  • Built a semantic story-clustering system on OpenAI embeddings and pgvector that unifies duplicate coverage across sources, resolves first-publisher vs. first-detected attribution, and generates coverage timelines and topic rollups with editor-controlled merge/split.
  • Delivered an AI-assisted editorial workflow — recommendation engine, rewriting queue with multi-variant generated copy, duplicate-publication matching, and scheduled automation plans — feeding OAuth-connected multi-format social publishing with idempotent dispatch, automatic token refresh, and post-publication insights.
  • Engineered a 20+ queue distributed job system with idempotency keys, concurrency controls, backoff, cancellation, and a cron-style meta-scheduler, plus a live operational dashboard for job control, source health, and cost reporting.
  • Established production security and governance: multi-tenant workspaces, role-based access control, invitation-only onboarding, AES-256-GCM credential encryption, HMAC-signed webhooks, audit logging, and default-on human approval gates before external publication.
  • Isolated all scoring, archival-policy, and scheduling logic into pure, dependency-free packages covered by deterministic Vitest suites, enabling CI validation of ranking behavior with zero live third-party calls.
Capabilities

Leadership & product

  • Technology & Product Leadership
  • Applied Research & Innovation
  • E-commerce
  • Lottery Systems
  • SaaS
  • Agile
  • Platforms
  • High-Scale Systems
  • SEO

Frontend

  • Next.js
  • React
  • SSR
  • TypeScript
  • JavaScript
  • Tailwind
  • SCSS

Backend

  • Event-Driven Architecture
  • Node.js
  • Express.js
  • Prisma
  • TypeORM
  • Microservices
  • BullMQ

Cloud & infrastructure

  • DevOps
  • AWS
  • AWS Lambda
  • AWS SQS
  • AWS SNS
  • AWS S3
  • MongoDB
  • PostgreSQL
  • pgvector
  • Redis

AI & automation

  • Applied AI Research
  • LLM
  • AI Agents
  • Agentic Workflows
  • RAG
  • Vector Search
  • Prompt Engineering
  • Model Evaluation
  • AI Governance
  • ChatGPT
  • OpenAI Codex
  • Claude
  • Gemini
  • Cursor
  • GitHub Copilot
Continue through the timeline
August 2021 – June 2025

CarParts.com

Solution Architect, Team Lead

Los Angeles, CA – US

Visit company
August 2021 – June 2025

CarParts.com (formerly U.S. Auto Parts Network, Inc.) is an American eCommerce company specializing in aftermarket auto parts—including collision, engine, and performance parts and accessories. The company is publicly traded on NASDAQ (PRTS) and offers a large catalog (approximately 1.2M SKUs), including a substantial private-label assortment (about 58K SKUs).

  • Led solution architecture and cross-functional delivery for a NASDAQ-listed eCommerce platform spanning roughly 1.2 million SKUs, partnering with product, engineering, and business stakeholders to align technical roadmaps with revenue and discoverability goals.
  • Drove the shift to a micro-frontend architecture on Next.js, React, and TypeScript with PNPM workspaces, decoupling team release cycles into independently deployable storefront surfaces and improving developer productivity.
  • Architected event-driven integrations over Kafka and AWS messaging (SQS, Lambda), replacing synchronous coupling between commerce, catalog, and fulfillment services to improve scalability and fault isolation.
  • Owned server-side rendering and edge caching strategy through Akamai to hold Core Web Vitals and technical SEO budgets on high-traffic category and product detail pages.
  • Guided experimentation and personalization strategy across Optimizely A/B testing and Bloomreach CMS, with Google Tag Manager instrumentation tying test results back to conversion and discoverability goals.
  • Integrated Strapi and headless content services with Elasticsearch-backed search and browse experiences to improve findability across a 1.2M-SKU assortment.
  • Established delivery standards across GitHub and GitLab with Jenkins CI/CD pipelines in an Agile/Jira operating model, mentoring engineers and raising release quality as team lead.
  • Aligned data access patterns with service boundaries across a polyglot data tier spanning MongoDB, MySQL, and DocumentDB to meet performance and reliability requirements.
Capabilities

Leadership & product

  • Team Leadership
  • E-commerce
  • Optimizely
  • Bloomreach CMS
  • Agile
  • Jira
  • SEO

Frontend

  • Micro Frontends (MFE)
  • Next.js
  • React
  • SSR
  • TypeScript
  • JavaScript
  • Tailwind
  • SCSS
  • Google Tag Manager (GTM)
  • PNPM

Backend

  • Event-Driven Architecture
  • Strapi
  • Node.js
  • Express.js
  • TypeORM
  • Microservices

Cloud & infrastructure

  • Akamai
  • GitHub
  • GitLab
  • GIT
  • Jenkins
  • AWS
  • AWS Lambda
  • AWS SQS
  • Kafka
  • Elasticsearch
  • MongoDB
  • MySQL
  • DocumentDB
Next work
January 2019 – June 2021

Akira Beauty International

IT Director, eCommerce

San Francisco, CA – US

Visit company
January 2019 – June 2021

Akira Beauty is an international luxury beauty retailer with its digital team based in California. The business builds on 30+ years of experience through a long-established beauty trading company, supported by a global buying team developed over ~16 years. Buyers are based in key fashion capitals—including Paris, Rome, London, New York, Tokyo, Seoul, Singapore, and Taipei—curating authentic luxury products for a premium global customer experience.

  • Owned end-to-end eCommerce technology strategy and execution — architecture, base code foundation, API integrations, and warehouse synchronization — from the first stage of development through operating the platform against business growth targets.
  • Launched and scaled the digital channel to multimillion-dollar revenue in its first year, then grew new users 423% and mobile revenue 272% by early year two.
  • Architected and built “Akira Beauty Core” from scratch on Next.js, React, Node.js/Express, and MongoDB — a proprietary back-office service layer automating sales reporting, analytics, inventory synchronization, and shipping and tracking workflows across Shopify and warehouse APIs.
  • Eliminated recurring over- and under-selling by automating inventory reconciliation between storefront and warehouse systems, replacing the manual discrepancy resolution that previously consumed daily operations time.
  • Delivered operational dashboards with Recharts data visualization covering products, inventory, cross-API synchronization health, customer feedback, and campaign performance, plus dynamic customer and order activity logs for audit-ready traceability.
  • Built a custom Order API integration to satisfy finance-department reporting requirements and automated on-the-fly coupon-code generation with trackable delivery emails for campaign execution.
  • Led the platform migration from Shopify to Magento Commerce Cloud on a headless architecture with PWA Studio, Elasticsearch-backed search, and GraphQL APIs to support long-term catalog and performance growth.
  • Hired, trained, and managed the technology team, setting the vision, roadmaps, development processes, and engineering best practices behind a multi-channel roadmap spanning web, mobile, email, and social touchpoints.
  • Provided functional and technical direction across analysis, design, development, integration, testing, and ongoing support of customer-driven solutions, driving process changes that improved customer experience and team productivity.
Capabilities

Leadership & product

  • E-commerce
  • Shopify
  • Magento Commerce Cloud
  • SEO
  • Agile
  • Azure Boards

Frontend

  • Next.js
  • React
  • SSR
  • TypeScript
  • JavaScript
  • PWA Studio
  • Recharts
  • SCSS
  • Bootstrap
  • HTML5
  • NPM
  • Yarn

Backend

  • Node.js
  • Express.js
  • Mongoose
  • Microservices
  • GraphQL

Cloud & infrastructure

  • GitHub
  • GIT
  • Elasticsearch
  • MongoDB
  • Heroku
  • MariaDB
Next work
April 2018 – December 2018

NetApp

Sr. Front-End Engineer, Team Lead

Sunnyvale, CA – US

Visit company
April 2018 – December 2018

NetApp is a Fortune 500 enterprise technology company headquartered in Sunnyvale, California. It provides hybrid cloud data services that simplify the management of applications and data across cloud and on-premises environments, helping organizations accelerate digital transformation.

  • Held the lead UI position for NetApp SaaS Backup, owning front-end architecture and implementation while partnering with product and design on scalable, reusable UI patterns and high-quality releases.
  • Designed mockups and reporting layouts, then delivered a complete UI revamp of the NetApp SaaS Backup application within three months — a release NetApp announced publicly as a brand-new user interface.
  • Led the AngularJS to Angular 6 migration as a hybrid application, modernizing the codebase incrementally without interrupting delivery cadence.
  • Rebuilt responsiveness and performance across the SaaS web experience using Angular, Material Design, Bootstrap, and SCSS, with Google Charts visualizations powering backup reporting views.
  • Established front-end test coverage with Jasmine and Protractor to protect migrated modules against regressions during the framework transition.
  • Built the NetApp Trust Center web pages in Angular, extending the design system to customer-facing security and compliance content.
Capabilities

Leadership & product

  • Team Leadership
  • UI/UX
  • SaaS
  • Agile
  • Jira

Frontend

  • SPA
  • Angular 6
  • AngularJS
  • JavaScript
  • Material Design
  • Google Charts
  • SCSS
  • Bootstrap
  • HTML5
  • Jasmine
  • Protractor
  • NPM

Backend

  • Node.js
  • Express.js
  • Mongoose
  • Microservices

Cloud & infrastructure

  • MongoDB
  • AWS
Next work
August 2017 – March 2018

ZapRates

Chief Technology Officer

Miami/Boston – US

August 2017 – March 2018

ZapRates is a fintech lead-generation platform that helps consumers compare and find competitive loan rates. The company leverages modern technology and performance marketing capabilities to connect customers with lending offers.

  • Set the technical vision as CTO and built the company's core programming platform from the ground up, establishing architecture, engineering standards, and a Scrum delivery process.
  • Architected and developed both the client-facing website and the back-office administration platform from scratch on ASP.NET Core, C#, LINQ, and Dapper ORM in an n-tier architecture.
  • Built single-page dynamic wizard applications in Vue.js that let lenders compose customized question flows and interfaces per loan product, improving lead-capture quality and conversion.
  • Designed and implemented a complex tracking system for the lead-generation network, routing and attributing leads across 200+ lenders nationwide.
  • Delivered reporting services and interactive graph visualization with Kendo UI Core charts and D3.js to support campaign optimization and business decision-making.
  • Designed and implemented the lead-generation data architecture across Azure SQL and Cosmos DB, with Redis caching and Azure Blob Storage for throughput and cost efficiency.
  • Applied technical SEO and searchability best practices across the client-facing platform to grow organic acquisition alongside paid lead flow.
  • Owned production reliability end to end: root-cause analysis, diagnostics, and permanent fixes for complex cross-stack issues, supported by TFS/Git source control and Telerik Test Studio automation.
Capabilities

Leadership & product

  • CTO
  • UI/UX
  • SEO
  • Scrum

Frontend

  • Vue.js
  • JavaScript
  • TypeScript
  • Kendo UI
  • Kendo MVVM
  • D3.js
  • CSS3
  • LESS
  • Bootstrap
  • HTML5
  • Webpack
  • Telerik Test Studio

Backend

  • N-Tier Architecture
  • ASP.NET Core
  • C#
  • LINQ
  • Dapper ORM

Cloud & infrastructure

  • Azure DevOps
  • Cloudflare
  • TFS
  • GIT
  • Azure SQL
  • T-SQL
  • Cosmos DB
  • Redis Cache
  • Azure Blob Storage
Next work
December 2014 – July 2017

FlexOffers.com, Inc

Sr. Full-Stack Engineer, Team Lead

Miami, Florida – US

Visit company
December 2014 – July 2017

FlexOffers.com is an affiliate marketing network and partner platform that connects advertisers and publishers through offer discovery, tracking, reporting, and payout workflows—supporting performance marketing at scale.

  • Served as head developer of the next-generation publisher platform for an affiliate network carrying 12,000+ programs, running Scrum with selective waterfall phases where they fit delivery better.
  • Led the publisher platform migration from Microsoft WebForms to ASP.NET MVC 4 with Web API, C#, JavaScript, and TypeScript, modernizing the stack while maintaining business continuity.
  • Owned the complete software lifecycle — requirements definition, prototyping, design, interface implementation, coding, testing, release, and maintenance.
  • Created the publisher website redesign and visual concepts, prototyping mobile-friendly responsive interfaces with Bootstrap, AngularJS and Angular 4, Webpack, LESS, and HTML5.
  • Implemented the C# service layer and a Redis in-memory caching solution to cut database load and latency across high-traffic publisher screens.
  • Built a proprietary front-end service combining the Telerik Kendo MVVM pattern with JavaScript, and delivered the company's new reporting section with dynamic dashboards and charts in Kendo UI and TypeScript.
  • Architected and developed multiple features in the company's internal control system, including a dynamic wizard registration flow for onboarding new publishers.
  • Built complex search experiences over REST services with Angular, and designed the database and data access layer across MS SQL 2016, ADO.NET, LINQ, Dapper ORM, and MongoDB/Mongoose.
Capabilities

Leadership & product

  • Team Leadership
  • UI/UX
  • Scrum

Frontend

  • JavaScript
  • TypeScript
  • Kendo UI
  • Kendo MVVM
  • AngularJS
  • Angular 4
  • CSS3
  • LESS
  • Bootstrap
  • jQuery
  • AJAX
  • HTML5
  • Telerik Test Studio
  • NPM

Backend

  • N-Tier Architecture
  • ADO.NET
  • ASP.NET MVC 4
  • C#
  • LINQ
  • Web API
  • REST
  • WebForms
  • Dapper ORM
  • Node.js
  • Express.js
  • Mongoose
  • xUnit

Cloud & infrastructure

  • TFS
  • GIT
  • MS SQL 2016
  • T-SQL
  • MongoDB
  • Redis Cache
Next work
January 2011 – December 2014

Intradata Solutions – VPS Virtual Bank

Sr. Full-Stack Software Developer & Artwork

Miami, Florida – US

Visit company
January 2011 – December 2014

Intradata is a software provider specializing in the design and development of modern solutions for government agencies, financial institutions, and mobile payment providers. The platform is used by banks and money service businesses (MSBs) across 30+ countries, supporting enterprise-grade, regulated financial workflows.

  • Modernized the VPS Virtual Bank customer portals and internal back-office systems end to end, elevating UI/UX quality across regulated workflows used by banks and money-service businesses in 30+ countries.
  • Delivered features across every layer of an n-tier architecture — database, services, and user interfaces — implementing core functionality on several distinct banking platforms.
  • Contributed to the platform migration from Microsoft WebForms to ASP.NET MVC 4 as part of the team driving broader re-architecture.
  • Designed and optimized data models and the data access layer in MS SQL, T-SQL, ADO.NET, LINQ, and Dapper ORM to support secure, auditable transaction processing and reporting.
  • Built rich administrative interfaces with Infragistics UI components, jQuery, AJAX, and REST services, and implemented site-wide responsiveness with Bootstrap and CSS/LESS.
  • Owned web design concepts and visual presentations for product and stakeholder alignment, delivering within Agile practices on TFS/Git source control.
Capabilities

Leadership & product

  • UI/UX
  • Agile

Frontend

  • JavaScript
  • Infragistics UI
  • jQuery
  • AJAX
  • Linq.js
  • CSS3
  • LESS
  • Bootstrap
  • HTML5

Backend

  • N-Tier Architecture
  • ASP.NET MVC 4
  • C#
  • LINQ
  • REST
  • WebForms
  • ADO.NET
  • Dapper ORM
  • Visual Basic

Cloud & infrastructure

  • TFS
  • GIT
  • MS SQL
  • T-SQL
Next work
January 2011 – December 2014

Promotz

Full-Stack Web Development

Miami, Florida – US

Visit company
January 2011 – December 2014

Promotz is a marketplace platform for online promotions designed to keep communities connected through interactive campaigns and engagement experiences, supported by operational tooling for creators and organizers.

  • Founded and built the product end to end as a concurrent venture alongside a full-time senior engineering role, owning architecture, development, hosting, and ongoing iteration across web applications, APIs, and back-office tooling.
  • Developed core back-end services and REST APIs on ASP.NET MVC 5, C#, LINQ, and Dapper ORM in an n-tier architecture, alongside customer-facing experiences and administrative workflows.
  • Designed relational data models in Microsoft SQL Server and T-SQL to support transactional promotion records, participant tracking, and scalable feature expansion.
  • Built single-page interfaces using the Kendo UI MVVM pattern with jQuery and AJAX, later migrating the front end to React and Next.js backed by a Node.js/Express and MongoDB service layer.
  • Ran the full product lifecycle solo — roadmap, delivery, deployment on Azure DevOps, and iteration — validating the marketplace model that later informed the modern Promotz platform.
Capabilities

Leadership & product

  • Founder
  • E-commerce
  • UI/UX

Frontend

  • SPA
  • React
  • Next.js
  • JavaScript
  • TypeScript
  • Kendo UI
  • Kendo MVVM
  • jQuery
  • AJAX
  • Linq.js
  • CSS3
  • SCSS
  • Bootstrap
  • HTML5
  • NPM

Backend

  • N-Tier Architecture
  • Node.js
  • Express.js
  • Mongoose
  • Microservices
  • ASP.NET MVC 5
  • C#
  • LINQ
  • REST
  • Dapper ORM

Cloud & infrastructure

  • Azure DevOps
  • GIT
  • MongoDB
  • MS SQL
  • T-SQL
Next work
January 2007 – January 2011

Vitale Advertising

Full-Stack Web Development & Art Direction

Miami, Florida – US

January 2007 – January 2011

Vitale Advertising is a bi-lateral marketing and advertising firm specializing in U.S.–Brazil market campaigns. The agency has delivered campaigns and growth initiatives for organizations including TAM Airlines, Universal Studios Orlando, the Brazilian American Chamber of Commerce of Florida, and other Brazilian-focused brands in the U.S.

  • Served as the agency's sole developer, architecting and building promotional systems and campaign microsites from scratch for U.S.–Brazil accounts including TAM Airlines, Universal Studios Orlando, and the Brazilian-American Chamber of Commerce of Florida.
  • Owned the full delivery lifecycle — requirements definition, prototyping, design, interface implementation, coding, testing, and maintenance — across concurrent client engagements as a core member of every project.
  • Built interactive campaign experiences with JavaScript, jQuery, AJAX, and REST integrations backed by Microsoft WebForms services over SQL Server and T-SQL.
  • Produced rich media and motion work in Adobe Flash and ActionScript, with responsive layouts in CSS3/LESS and HTML5 for cross-device campaign delivery.
  • Delivered art direction across publications, artwork, and web advertising for the agency's U.S. and Latin American accounts, prototyping in Adobe Photoshop and producing layouts in Adobe InDesign.
Capabilities

Leadership & product

  • Art Direction
  • UI/UX
  • Adobe Photoshop
  • Adobe InDesign

Frontend

  • ActionScript
  • Adobe Flash
  • JavaScript
  • jQuery
  • AJAX
  • CSS3
  • LESS
  • HTML5

Backend

  • WebForms
  • REST

Cloud & infrastructure

  • MS SQL
  • T-SQL
  • Microsoft Access
Next work
January 2005 – December 2006

Seven Magazine

Art Direction and Web Development

Rio de Janeiro, RJ – Brazil

January 2005 – December 2006

Seven Magazine was a lifestyle and culture publication supported by premium advertisers and sponsorships. Key advertisers included brands such as Nokia, TIM, BMW, Ballantine’s Scotch Whisky, Amsterdam Sauer, Itaipava Beer, Tele Cine, UniverCidade, Wise Up Idioms, Stilo Asia, and Duloren.

  • Co-founded the publication and led art direction and web development, combining editorial design, sponsor visibility, and interactive digital experiences.
  • Directed the visual identity across covers, editorial spreads, outdoor advertising, and campaign artwork for premium sponsors including Nokia, TIM, BMW, Ballantine's, Amsterdam Sauer, Itaipava, and Telecine.
  • Built and maintained the companion website with interactive media in Adobe Flash and ActionScript alongside JavaScript, jQuery, and AJAX.
  • Produced print-ready layouts in Adobe InDesign with photo direction and retouching in Adobe Photoshop, managing production from concept through press.
Capabilities

Leadership & product

  • Art Direction
  • UI/UX
  • Adobe Photoshop
  • Adobe InDesign

Frontend

  • ActionScript
  • Adobe Flash
  • JavaScript
  • jQuery
  • AJAX
  • CSS3
  • HTML5
Next work
January 2007 – January 2015

VMMID Inc

Full-Stack Web Development and Art Direction

Miami, Florida – US

Visit company
January 2007 – January 2015

VMMID Inc is a full-stack web development and art direction studio serving clients across travel, telecom, financial services, and media. Key clients included TAM Airlines, DirecTV, Dish Network, InterTransfers Money Remittance, Global Money Remittance, Gmuller Clocks, and Communication.

  • Founded and ran an independent consulting practice delivering full-stack web development and art direction across travel, telecommunications, financial services, and media — clients included TAM Airlines, DirecTV, Dish Network, InterTransfers Money Remittance, Global Money Remittance, and Gmuller Clocks.
  • Owned the complete lifecycle on every engagement — requirements, prototyping, design, implementation, testing, launch, and long-term maintenance — as the sole technical contact for each client.
  • Architected and built applications on ASP.NET MVC 4, ADO.NET, Web API, C#, and LINQ with AngularJS single-page front ends, Redis caching, and REST/JSON service integrations.
  • Designed and implemented Microsoft Azure SQL cloud databases and T-SQL data access layers supporting client transactional and reporting workflows.
  • Delivered art direction in parallel with engineering — web advertising, publications, and campaign artwork in Adobe Photoshop, InDesign, and Flash — while retaining hands-on ownership of the full stack.
Capabilities

Leadership & product

  • Art Direction
  • Lead UI/UX
  • Adobe Photoshop
  • Adobe InDesign

Frontend

  • ActionScript
  • Adobe Flash
  • JavaScript
  • AngularJS
  • CSS3
  • LESS
  • Bootstrap
  • jQuery
  • AJAX
  • HTML5

Backend

  • N-Tier Architecture
  • ADO.NET
  • ASP.NET MVC 4
  • C#
  • LINQ
  • Web API
  • REST
  • WebForms

Cloud & infrastructure

  • TFS
  • Azure SQL
  • T-SQL
  • Redis Cache
Beyond the timeline

Architecture with a product mind.

Over 15 years across enterprise software, e-commerce, advertising, and digital products—combining technical depth with art direction and business leadership.

01

Professional focus

Solution architecture, team leadership, high-scale platforms, complex data, performance, and customer-centered product delivery.

02

Creative range

UI/UX, art direction, e-commerce, experimentation, storytelling, and the systems that make digital brands coherent.

03

Working style

Collaborative, hands-on, bilingual in English and Portuguese, and comfortable moving from executive strategy to implementation detail.

Have a complex product or platform to move forward?

Start a conversation
VMMIDTechnology, product & digital experiences.
© 2026 Vitor Mendonca