Skip to main content
/

Technical Track Record

From Abstract Problems to Concrete Solutions

A curated selection of production-grade tools, automations, and platforms built to solve specific business constraints and operational bottlenecks.

Case 01

Next.js 15 (App Router)TypeScriptChart.jsjsPDFTailwind CSS
Performance Pipeline

iperf Report Generator

Time per report<5 min
Manual effort-2h/test
DatasetsTCP/UDP
OutputExec PDF

Case 01: iperf Analyzer - DevOps Performance Engine

Briefing

Manual processing of iperf logs across global infrastructures introduced inconsistencies and critical delays in SLA validation. I built a high-performance Single Page Application that centralizes all data processing entirely client-side. The solution converts raw logs into actionable intelligence, automating executive and technical report generation in five languages and reducing analysis time from hours to seconds.

Technical Deep Dive

I implemented a sophisticated parsing engine using a State Machine to process multi-stream iperf3 data flows. The application uses advanced Regex to normalize units (SI vs. Binary) and compute link efficiency statistics with an 80% threshold for automatic PASS/FAIL determination. To guarantee data sovereignty, the architecture is 100% stateless; all processing, complex chart rendering with Chart.js, and PDF generation via jsPDF occur in the browser, eliminating infrastructure costs and privacy risks.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Case 02

Python 3.11ScapyFastAPISQLiteDocker Compose
NetDevOps Sensor

Rogue DHCP Detection Loop

DetectionDHCPDISCOVER
Classification3 states
PersistenceSQLite
ExecutionWatchdog

Case 02: Scapy DHCP Sentinel - Rogue DHCP Detection for NetDevOps

Briefing

Rogue DHCP servers can cause outages, bad addressing, and traffic diversion within minutes, yet most teams still rely on reactive troubleshooting. I designed Scapy DHCP Sentinel as a proactive local detector: a host-side sensor sends real DHCPDISCOVER probes, captures DHCPOFFER replies, compares responders against a corporate whitelist, and surfaces suspicious servers in an operational UI before they escalate into incidents.

Technical Deep Dive

The architecture cleanly separates the privileged sensor runtime from the web core: Scapy and BPF run on the host for real network-interface access, while FastAPI, SQLite, and the local dashboard stay isolated in a containerized core. I implemented local HTTP ingest, `trusted/suspect/anomaly` classification, auditable persistence for runs and events, a recurring watchdog, and disk spool buffering so temporary core downtime does not erase operational evidence.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Case 03

Terraform 1.14Microsoft Azurecloud-initAnsibleAzure CLI
Azure Lab Stack

EVE-NG Provisioning Flow

ProvisioningTerraform
Bootstrapcloud-init
ReprovisionAnsible
OperationsAzure CLI

Case 03: EVE-NG Azure Terraform - Network Lab Provisioning

Briefing

Provisioning a functional EVE-NG lab on Azure manually means repeating the same network, VM, access, and bootstrap steps every time. I structured that flow as infrastructure automation so the environment can be brought up with a minimal topology, static public IP, and initial EVE-NG installation already coupled to provisioning, reducing operational friction for technical labs, proofs of concept, and individual validation environments.

Technical Deep Dive

The solution combines declarative Terraform to create the Resource Group, VNet, Subnet, NSG, NIC, and Ubuntu VM with `custom_data`, plus imperative guest bootstrap through `cloud-init` to update the OS, adjust GRUB, and execute the official EVE-NG installer. I also kept a complementary reprovisioning path via Ansible and a local operational layer with Azure CLI in `lab.sh` for start, stop, and status operations, prioritizing delivery speed without losing control over the lab lifecycle.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Case 04

Vite 5JavaScript (ES6+)Tailwind CSSLocalStorage Persistence
Seed Environment

Scheduling Resolution Grid

Constraints120+ vars
Resolution time<4h
ConflictsLive detect
PersistenceLocalStorage

Case 04: GradeOS – Academic Scheduling Engine

Briefing

Building the annual timetable for an educational institution is a classic combinatorial optimization problem that often paralyzes coordination teams for weeks. I built GradeOS to turn this chaotic process into a matter of hours. The system resolved a real logistical deadlock, enabling a complete, validated schedule in under 4 hours after weeks of stalled manual attempts.

Technical Deep Dive

I designed a 100% client-side multi-page architecture (MPA), using Vite 5 to keep builds lightweight and modular. At its core is the 'Seed Environment', an assisted rescheduling engine that enforces strict rules and detects conflicts in real time. With no backend required for the demo, I implemented a State Machine logic with LocalStorage persistence, ensuring the app is resilient, fast, and capable of handling 120+ constraint variables simultaneously.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Case 05

React (Vite)Node.js (Express)OpenAI APIAssemblyAISSE
Sales Copilot

Insight & Objection Matrix

StreamingSSE
TranscriptionAssemblyAI
ModesSDR/Closer
CitationsT# refs

Case 05: DNA Clotilde – AI-Powered Sales Enablement

Briefing

Sales teams often lose momentum when switching between lead context and structured sales methodologies (SDR/Closer). DNA Clotilde was conceived as a copilot assistant that reduces cognitive load by delivering scripts, objection handling, and real-time meeting audio summaries, while preserving brand voice and tone.

Technical Deep Dive

I implemented an SSE (Server-Sent Events) streaming architecture to deliver a fluid, responsive chat experience with token cancellation for cost optimization. The AI engine uses dynamic prompt engineering to adjust tone, formality, and objectives based on operating mode (SDR or Closer). I also integrated an asynchronous transcription pipeline with AssemblyAI and Vercel Blob, enabling analysis of real conversations and extraction of insights with structured citations (T#) to ensure factual traceability.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Case 06

Next.js 14SupabasePostgres (Triggers/RPC)TypeScriptTailwind CSS
Production Control

Inventory & Order Desk

Inventory800+ SKUs
Stages12
On-time+35%
Errors-40%

Case 06: Unit Gestao – Vertical ERP for Bespoke Manufacturing

Briefing

Small manufacturing businesses and ateliers often struggle with fragmented processes and poor financial visibility. I designed and engineered this vertical ERP to centralize the entire operational lifecycle, from order capture and material management to production scheduling and financial close. The system transformed a manual, spreadsheet-driven operation into a structured, scalable digital workflow.

Technical Deep Dive

The architecture adopts a BaaS pattern with Supabase, where I implemented critical business logic directly in the database layer using Postgres Triggers and RPCs (Remote Procedure Calls) to guarantee atomicity in complex order transactions. Security is enforced through an RBAC strategy using RLS (Row Level Security), ensuring full isolation of financial data. For output, I built a server-side PDF rendering engine that generates executive reports and production orders in real time, ensuring document consistency on any device.

Note: Source code is private due to enterprise compliance and non-disclosure agreements. Detailed system architecture and DevOps documentation are available for review.

Open Source, Community & Experiments

Syngenta NOC Training Platform (DHCP Journey)

Link

Gamified learning platform to upskill Tier-1 analysts.

Estação do Rock Festival

Link

High-traffic interactive landing page for a city-wide music festival.

ArenaOS

Link

Tournament bracket generator for the regional karate association.

Mesa Pronta

Link

Digital menu solution for local gastronomy.

Engagement

Want the full architecture deck or a deeper walkthrough? Schedule a strategic conversation.

Catalog Lens

Every project emphasizes business outcomes, operational reliability, and engineering clarity.

PerformanceAutomationArchitecture