Hey, I'm Arnab.
Backend & AI engineer.
Upcoming cohorts:Production Django + GenAI→Currently at Inferstrat — GenAI, marketing analytics, and ads infrastructure. Before that, 4 years at Pixis (Series C, AI ad platform, 2019–2023) and a short stint at EvenRank Data Science (distributed web crawlers, 2019).
On the side I run Stackedtensor, my personal lab where I ship a handful of products under one roof. I'm also preparing my first two live cohorts — production Django and GenAI engineering — opening for enrolment soon.

Upcoming Cohorts & Courses
Practical Backend & AI Engineering, Taught Live

LLMs & Generative AI — From Prompts to Production (Live Cohort)
A weekend live cohort for engineers who want to ship real GenAI features. 18 sessions, 2 hours each, over ~9 weekends (Sat + Sun). Model fundamentals, prompting, RAG, agents, fine-tuning, evaluation, and production concerns — without the hype.

Production-Grade Backend Engineering with Django (Live Cohort)
A weekend live cohort for engineers who want to ship production Django backends. 18 sessions, 2 hours each, over ~9 weekends (Sat + Sun). Covers Django + DRF, PostgreSQL, architecture, Celery, auth, observability, testing, and deploys.
Selected Work
Backend Systems, AI Products & Open-Source

Inferstrat Ad Engine — Multi-Platform Campaign OS
Enterprise ad campaign management across Meta, Google Ads, and TikTok — creative studio, A/B experiments with statistical significance, Celery-driven automation rules, and real-time WebSocket updates.

BrandEngine — AI-Native Marketing Analytics
A unified platform that pulls organic social and paid-ad data into one place, then layers AI sentiment, OpenAI-powered content generation, and cross-platform attribution on top. Built by merging two prior products into a single multi-tenant platform.

Pixis — Ad-Tech Platform Engineering
Multi-year backend engineering across Pixis's ad-tech platform — targeting-AI, performance models, reporting, sync pipelines, and upload infrastructure feeding Google, Meta, and Bing Ads.
Latest Articles
Insights on Backend Development & AI

Things you should know before running celery in Production (Part I)
Celery is the de-facto framework for running distributed tasks written in Python. Celery has strong support for Django and is well-documented for integration with other frameworks like Flask and…
Read Article
Implementing Interfaces in Python
Python doesn’t provide explicit support for interfaces like Java or Go. But we can implement interfaces and can enforce them at the time of class definition. The interface is generally a good…
Read Article