Hi!

Tech Stack

Languages & Core

AI/ML Frameworks

🤗

DevOps & Infrastructure

Specializations

LLM Training & Fine-tuning • Multi-GPU/Multi-node Training • Computer Vision • AI Infrastructure • MLOps

Posts

21 Nov 2025

Using hf tokenizers in Rust

Example of how to use Tokenizers from Huggingface in Rust

21 Oct 2025

Serverless Webhooks with Cerebrium

Processing large PDF files often leads to HTTP timeouts. You send a document, wait, and the connection dies before processing completes. Cerebrium’s serverless platform solves this with custom FastAPI webhooks and built-in security.

12 Aug 2025

Ansible at Home

Using Ansible to automate and manage home environments, including server setups and configurations.

3 Oct 2024

Re-Writing a Text Deduplication Tool in Rust

Exploratory project to re-write a text deduplication tool in Rust, comparing performance and accuracy with the original Python implementation.