Aletia Trepte

๐Ÿ“ž (619) 707-8130

๐Ÿ“ง aletia.trepte@gmail.com

๐ŸŒ linkedin.com/in/aletia-trepte

github.com/parcheesime | ๐Ÿ“„ Download Resume

Aletia Trepte

โœจ Explore Sandbox Preview

Welcome to the gamified side of my portfolio! Experimental features in this sandbox.

๐Ÿ‘ฉโ€๐Ÿ’ผAbout Me

Welcome! Thanks for stopping by. Iโ€™m a data and software engineer who builds clean systems, thoughtful automation, and tools that support collaboration and mission-driven work.

๐Ÿ’ก Fun Fact About Me

๐Ÿง‘โ€๐Ÿ’ป Some Projects

// Respect reduced motion preference
const prefersReducedMotion = window.matchMedia(
  '(prefers-reduced-motion: reduce)'
).matches;

if (!prefersReducedMotion) {
  animateBorder();
}
  • ๐Ÿงฉ Architecture: Built and modified Lit-based web components integrated with CMS-driven content.
  • โœจ UI / Styling: Implemented responsive UI features using Tailwind CSS and Eleventy (11ty).
  • ๐ŸŒ Accessibility: Debugged cross-browser rendering issues and accessibility behaviors (ARIA, keyboard navigation).
# Save job settings to S3
          key = f"backup_jobs/job_{job_id}_{today}.json"

          s3.put_object(
            Bucket=bucket_name,
            Key=key,
            Body=json_data,
            ContentType="application/json"
          )
  • โš™๏ธ Automated Recovery: Rebuilds Databricks jobs via REST API with latest valid configurations.
  • ๐Ÿ” Architecture: Backed up comprehensive job metadata to AWS S3, securely managing edge cases.
  • ๐Ÿš€ Impact: Drastically reduced devastating pipeline disaster recovery times from hours to mere minutes.
import 'dotenv/config';
          await fetch(`https://parseapi.back4app.com/classes/TestClass`, {
            method: 'DELETE',
            headers: {
              'X-Parse-Application-Id': process.env.APP_ID,
              'X-Parse-REST-API-Key': process.env.REST_KEY
            }
          });
  • ๐Ÿ›  Automation: Dynamically generated Parse schemas and organically populated environments securely via Node.js scripts.
  • ๐Ÿงช Agile TDD: Engineered targeted teardown scripts to instantly reset and sanitize datasets between robust test runs.
  • ๐Ÿ”ง Tech Sandbox: JavaScript (ES Modules), Node.js, REST APIs, and Back4App configuration via Environment Variables.
# Simulate freight event stream
          Listening on
          projects/dbt-learn-bigquery-444608/subscriptions/freight-sub...

          Received message: {
            "shipment_id": "feb156c6-788a-4a95",
            "status_update": "in transit",
            "last_known_location": "Phoenix, AZ"
          }
  • ๐Ÿ”„ Event Streaming: Engineered real-time publisher/subscriber data pipelines utilizing Google Pub/Sub and Python.
  • ๐Ÿ“ฆ Data Modeling: Orchestrated complete dbt staging, intermediate, and robust dimensional mart models mechanically.
  • ๐Ÿงช Mock Generation: Synthesized highly realistic geographic freight-tracking datasets at scale using Faker and Geopy.
// Scala: Watermarking, event-time processing
          val ranked = df.withColumn("row_num", row_number().over(
            Window.partitionBy("security_description", "source_id", "record_id")
              .orderBy(when(col("is_C"), 3)
                      .when(col("is_B"), 2)
                      .when(col("is_A"), 1)
                      .otherwise(0).desc)
          )).filter(col("row_num") === 1)
  • โš™๏ธ Pipeline Overhaul: Re-architected continuous ingestion and data-matching frameworks actively utilizing Scala + SQL.
  • ๐Ÿ“Š Optimization: Drastically reduced duplicate entries applying aggressive window functions and data watermarks.
  • ๐Ÿงฐ Technical Sandbox: Scala, SQL, Delta Tables, Databricks clusters, AWS S3, and JSON Streaming APIs.
class Educator {
  constructor() {
    this.focus = [
      "Explain Systems",
      "Teach",
      "Structure Learning"
    ];
  }
}
  • ๐Ÿ“š Core Experience: 12+ years professionally teaching Computer Science and higher-level mathematics.
  • ๐Ÿ—ฃ๏ธ Systems Translation: Dedicatedly translating highly complex engineering architecture into widely understandable concepts.
  • ๐Ÿ›ค๏ธ Developer Curriculum: Building structured technical learning paths and managing core stakeholder communications.

๐Ÿงญ My Engineering Journey

โœจ Click the nodes to uncover the full story.

๐Ÿ“ Math / MATLAB
๐Ÿ Python
๐Ÿ–ฅ๏ธ Linux
๐ŸŒ HTML / CSS / JS
๐Ÿ”— APIs
โš™๏ธ Automation
๐Ÿงฎ SQL
๐Ÿ“Š Dashboards & Observability
๐Ÿงช TDD
๐Ÿ” Pipelines
โšก Streaming Data

๐Ÿš€ My Technology

Python
SQL
AWS
dbt
google educator
google data analytics
GitHub
๐Ÿ… You hit 10 clicks! Thanks for exploring โœจ
๐ŸŽฏ I'm glad you stayed! Let's connect โ€” LinkedIn