Cargo.toml
[package]
name = "alberto_cardenas"
version = "10.0.0" # 10 years of experience
edition = "2026"
description = "High-performance backend, data engines, and ETLs"
authors = ["Alberto Cardenas <iam@albertocardenas.com>"]

[dependencies]
rust = "1.0"
polars = "0.45"
python = "3.12"
pardox = { path = "../pardox", features = ["high-performance-etl"] }_

Core Projects

Featured Crate

pardoX

High-Performance ETL Engine

A data processing engine built in Rust to accelerate ETLs and replace heavy Python bottlenecks. Designed to integrate seamlessly with existing Python/NodeJS stacks while offloading compute-heavy tasks to Rust.

Rust Polars FFI
View Documentation

Backend Architecture

Designing fault-tolerant, async API services using Actix-web and Axum. Focusing on type safety, concurrency, and low-latency responses for data-intensive applications.

Actix Tokio gRPC