Available for contracts

Renaud J. Beaupré

Full-Stack Data Professional

10+ years spanning the complete analytics lifecycle — from exploratory analysis to production engineering. My path from data analyst → data scientist → data engineer gives me deep empathy for data consumers and the technical expertise to build systems that truly serve their needs.

I specialize in analytics-first architectures where every pipeline, transformation, and data model is designed with the end user in mind. Currently exploring the intersection of data engineering and AI/ML to build intelligent systems that augment decision-making at scale.

“Be high quality; inspire high quality.”

//consulting

Available for Consulting & Contract Engagements

I take on select data engineering and analytics contracts — greenfield architecture design, legacy system modernization, AI/ML data infrastructure, and everything in between. With experience across the whole spectrum of data roles, I embed quickly and deliver production-grade work independently.

Schedule a Discovery Call →
//projects
Wyzard AI

Les Socialites · 2024 — 2025

View on GitHub →

A full-stack multi-tenant SaaS platform giving SMBs a customizable AI assistant grounded in their own business context. Teams configure a knowledge base from uploaded documents or live website scraping, define a brand voice, and access role-based AI personas across 14+ business functions — all sharing context and conversation history across the team.

  • Knowledge base ingestion from PDF, DOCX, and live website scraping with GPT-4o summarization
  • Per-business brand voice configuration that shapes tone across all AI-generated content
  • Role-based AI persona system covering Sales, HR, Legal, Marketing, and 10+ other functions
  • Persistent conversation history stored in Cloud SQL PostgreSQL per user session
  • Stripe subscription billing with automated user lifecycle management via Cloud Functions
PythonFlaskOpenAI GPT-4oPostgreSQLGoogle App EngineCloud FunctionsStripeCloud SQL
Discord Bot

Discord Bot

GLEX Quarantine Gang · 2026

View on GitHub →

AI-enabled Discord bot that uses a Claude (Haiku) backbone to generate dynamic and context-aware content across multiple automated features: trivia questions, music blurbs, review summaries, and film pitches. All produced via structured prompt engineering with the LLM returning typed JSON objects that the bot renders directly into Discord embeds. Scheduling is orchestrated by APScheduler with per-guild configuration persisted in PostgreSQL, allowing server admins to reconfigure any feature live without a restart.

  • Each feature invokes Claude with a dedicated system prompt and explicit JSON schema taking advantage of the Haiku model's low latency and cost efficiency for synchronous calls inside scheduled jobs
  • APScheduler orchestrates seven independent feature cogs as a lightweight data pipeline — each re-registers its jobs at runtime from guild config stored in PostgreSQL
  • Ingests and reconciles data across five external APIs (Spotify, Ticketmaster, TMDB, Pitchfork, ESPN) with dedicated per-guild database tables to prevent repeat content
  • Config-driven architecture containerized with Docker to enable new server onboarding with zero code changes
PythonClaude APIPrompt EngineeringAPSchedulerPostgreSQLREST APIsDockerdiscord.py
//skills

Languages & Markup

PythonSQL (MySQL/Postgres)JavaScriptBashHTML/CSSJinjaFastAPIFlask

Data Engineering & Orchestration

dbtAirflowDagsterFivetranStitchETL/ELT PipelinesREST APIsDimensional ModelingKimball ArchitectureMedallion ArchitectureWeb ScrapingCDCComposerData ArchitectureDatabase DesignDataFlowDebeziumKafkaPub/SubStar SchemaSnowflake SchemaOne Big Table (OBT)

Cloud & Data Warehouses

BigQuerySnowflakeGCPAWSAzureCloud SQLMongoDBData LakesVector Databases

DevOps & Infrastructure

DockerKubernetesTerraformCI/CDGitCloud BuildCloud RunAWS Lambda FunctionsGoogle Cloud Functions

Analytics & Visualization

LookerLookMLTableauData StudioA/B TestingGoogle AnalyticsGoogle Tag ManagerStatisticsAnalytics EngineeringBusiness Intelligence (BI)Data AnalysisJupyter NotebooksUniversal Analytics

AI & Machine Learning

Generative AIPrompt EngineeringLLMsRAGAgentic WorkflowsAI AgentsLangChainLangFuseVertex AIOpenAI GPTWeights & BiasesScikit-LearnPandasNumPyMatplotlibSciPyFeature EngineeringHyperparameter TuningSupervised LearningClassification Models
//experience

Data Engineer

uConnectFeb 2024 — Present

As the founding data engineer and analytics owner, I architect and maintain the complete data infrastructure supporting company-wide analytics, client deliverables, and strategic decision-making across 400+ clients in higher education including Harvard, Yale, UCLA, and Teach for America.

  • Built enterprise-grade data lakehouse architecture implementing Type 2 SCD methodology on GCP, establishing BigQuery as the centralized data warehouse while integrating legacy systems and WordPress MySQL databases
  • Created automated ETL pipelines using Cloud Build and event-driven architecture to ingest data from 15+ sources including HubSpot, Maxio, and Intercom, processing 10M+ monthly events with 99.9% uptime
  • Implemented modern analytics engineering practices using dbt — 150+ tested data models with automated QA and Looker Studio dashboards delivering actionable insights to executive stakeholders
  • Led Universal Analytics → GA4 migration for hundreds of properties ahead of Google's June 2024 deprecation deadline, ensuring zero data loss and protecting millions in client ARR
  • Contributed to the company's AI Search product (LangGraph-orchestrated agentic RAG) and built an end-to-end observability framework using Langfuse evaluators and MongoDB Atlas to track user behavior and LLM cost attribution
  • Deployed conversational analytics AI agents and agentic workflows on GCP, enabling non-technical stakeholders to query the BigQuery data warehouse directly via semantic layer in natural language

Technical Co-founder

Wyzard AIAug 2024 — Sep 2025

Co-founded an AI-powered business intelligence platform designed to help SMBs leverage LLMs and Generative AI in a cohesive manner.

  • Designed and built a full-stack AI wrapper on the ChatGPT API — Flask backend with a CloudSQL database, HTML/CSS/JavaScript frontend — featuring shared information retrieval and prompt-engineered workflows for consistent, team-first AI responses
  • Trained and mentored a junior frontend developer as their direct manager, providing technical guidance on architecture and best practices

Data Engineering Contractor

Bombardier (BRP)Dec 2023 — Feb 2024

Lead data engineer for the Performax initiative — a fixed-term data transformation project delivering actionable insights to BRP's global dealership network.

  • Deconstructed complex Vistex SAP workflows into scalable medallion architecture designs for Type 1 and Type 2 SCD models using dbt with supporting Terraform infrastructure in Snowflake, delivering all milestones within the initial project timeline

Analytics Engineer

Source MediumDec 2022 — Sep 2023

Joined as a hybrid data scientist and analytics engineer tasked with modernizing data infrastructure and introducing data engineering best practices for an ecommerce subscription analytics platform.

  • Migrated the company to a modern data stack, replacing ad hoc SQL with a dbt-based transformation layer and revamped subscription metrics architecture powering core BI products
  • Built a CI/CD testing framework in GitHub for staging deployments, enforcing QA unit testing and DAG-based deployment validation to eliminate manual release risk
  • Designed ETL pipelines in Stitch ingesting Shopify, Stripe, and third-party vendor data, and authored dbt contracts enabling external partners to consume core models directly
  • Built customer and charge dimensional models in BigQuery and dbt with Looker dashboards, directly contributing to Skio contract renewal representing 30% ARR

Data Scientist · Data Analyst

Recharge PaymentsSep 2019 — Oct 2022

Promoted from analyst to data scientist following Series B expansion, with the mandate to build machine learning-focused product lines around the company's ecommerce subscription offerings.

  • Built XGBoost binary classification models for customer churn prediction and cross-sell segmentation using Python and Vertex AI, achieving a 12% performance improvement over baseline
  • Deployed production ML models on GCP Vertex AI using Composer-scheduled jobs with CI/CD pipelines, exposing predictions via Snowflake API integration
  • Created dbt models in Snowflake to track ML model performance via Looker dashboards and measure marketing campaign ROI using an A/B testing framework
  • Developed a Linear SVC model using TF-IDF vectorized web-scraped data for multi-class merchant vertical classification, deployed with Docker and Kubernetes

Data Analyst

InkboxJul 2017 — Sep 2019

Analytics lead across all business functions during company growth from $100K seed to $60M Series A.

  • Automated KPI reporting (SQL/MySQL) across online and supply chain metrics, cutting manual reporting overhead by 90%, and built Looker dashboards blending transactional, psychographic, and geographic data for retail performance tracking
  • Developed revenue forecasting models in Python and Jupyter Notebooks, and implemented A/B testing frameworks with Google Tag Manager for UI/UX experiments across primary and affiliate sites

Web Analyst

Sears CanadaNov 2016 — Jul 2017

First analyst hire on the Initium team as it worked to transform Sears.ca into a profitable digitally-native retailer.

  • Automated reports using Google Analytics 360 and Google Sheets, reducing labor overhead by 10 hours/week, and collaborated with the data science team to build the company's first cloud database
//education
Data Science CertificateUniversity of TorontoToronto, CA2019 — 2020
Bachelor of Arts in EconomicsMcGill UniversityMontreal, CA2008 — 2013
//certifications
Google Cloud Professional Data EngineerGoogle CloudQ4 2026 (Expected)