๐ Building cross-vendor GPU compute ยท ๐ฅ Teaching Mojo ยท โ๏ธ Azure Solutions Architect Expert
Where Python ergonomics meet bare-metal performance.
A DataFrame query engine with Polars-style ergonomics and Mojo AOT kernels โ runs on NVIDIA, AMD, and Apple Silicon. No CUDA. No JIT tax.
| pandas | Polars | cuDF | ๐ MXFrame | |
|---|---|---|---|---|
| ๐ฎ GPU support | โ | โ | NVIDIA only | โ Any GPU |
| โ๏ธ Compiled kernels | โ | Rust | CUDA | โ Mojo AOT |
| ๐ฆ Install | pip | pip | CUDA stack | pixi install |
| ๐ Cross-vendor | โ | โ | โ | โ NVIDIA / AMD / Apple |
|
Q9 โ Product Profit (6-table join) |
Q12 โ Join + Agg |
Q7 โ Shipping Volume |
Q8 โ Market Share |
Q5 โ Multi-join |
๐ MXFrame CPU beats Polars on 18/22 TPC-H queries ยท GPU wins on 15/22 ยท Reproducible benchmark on RTX 3090 + AMD 12-core
โก๏ธ Explore mxframe โ
|
A weekly deep-dive into the language and runtime powering the next wave of AI compute. Mojo, MAX, GPU kernels, and the engineering that makes performance look easy. ๐ฅ New episode every Monday ๐ง From first principles โ production patterns โก The same Mojo that powers MXFrame, demystified |
|
The code companion to the YouTube channel. Hands-on Mojo & Modular MAX walkthroughs. |
Solutions Architect Expert (Certified) Enterprise-scale infrastructure design. Identity, networking, governance โ the load-bearing stuff. |
|
Production SaaS patterns and Material UI components. Hypermedia-first, no build step. |
Computer vision, sensor fusion, path planning. Where the cloud meets the road. |
%%{init: {'theme':'base', 'themeVariables': {'primaryColor':'#0f172a','primaryTextColor':'#f1f5f9','primaryBorderColor':'#3b82f6','lineColor':'#64748b','fontFamily':'ui-sans-serif'}}}%%
graph LR
Me(("`๐ **Abhishek**`"))
Me --> MX["`๐ **MXFrame**
Cross-vendor GPU`"]
Me --> YT["`๐ฅ **Mojo Monday AI**
YouTube`"]
Me --> Cloud["`โ๏ธ **Azure**
Architect Expert`"]
Me --> Web["`โก **FastHTML**
Hypermedia SaaS`"]
Me --> Robo["`๐๏ธ **Robotics**
Self-Driving CV`"]
MX --> Mojo["`๐ฅ Mojo AOT Kernels`"]
YT --> Mojo
Mojo --> Perf["`โก 128ร speedups`"]
Cloud --> Scale["`๐๏ธ Enterprise Scale`"]
Web --> Ship["`๐ข Ship Fast`"]
Robo --> Real["`๐ Real World`"]
classDef hub fill:#1e293b,stroke:#3b82f6,stroke-width:3px,color:#f1f5f9
classDef hero fill:#0f172a,stroke:#f97316,stroke-width:3px,color:#f97316
classDef pillar fill:#0f172a,stroke:#64748b,stroke-width:2px,color:#e2e8f0
classDef outcome fill:#0f172a,stroke:#10b981,stroke-width:2px,color:#10b981
class Me hub
class MX,YT,Mojo hero
class Cloud,Web,Robo pillar
class Scale,Ship,Real,Perf outcome