Technical Writing
Articles on AI, Apache Airflow, Data Engineering, and Python · Medium & Substack
Editor on Medium for
Writer for
AI & Agents
RAG
RAG Without Vectors: How LLMs Are Learning to Navigate Documents Like Humans
Data Engineering Byte · Medium
Explores emerging RAG architectures that go beyond vector similarity — BM25, hybrid retrieval, and late-interaction models — and when to choose them over classic vector stores.
Read →
Agent Ops
Before You Deploy an AI Agent, Read This
Data Engineering Byte · Medium
A pre-flight checklist for production AI agents — tool scoping, guardrails, observability, fallback strategies, and the failure modes teams skip until they're on-call.
Read →
Podcast
Why AI Makes Data Engineers More Important
Stackademic · Medium
A counterintuitive argument: as AI abstracts away more coding, the data engineer's role in pipeline reliability, data quality, and infrastructure becomes more critical — not less.
Read →
LangChain
LangChain's Deep Agents Are Actually Worth Your Time
Shrividya Hegde's Substack
A hands-on take on LangChain's latest agent primitives — when they shine, when they over-engineer, and how to wire them into real data pipelines.
Read →
AI
The 4 AI Concepts Every AI Developer Should Know
Stackademic · Medium
A practical breakdown of foundational AI concepts — embeddings, vector stores, prompt engineering, and retrieval — that every developer building AI systems needs to understand.
Read →
Apache Airflow
Airflow
What's Actually Costing You in Apache Airflow®?
Data Engineering Byte · Medium
Breaks down the hidden performance and cost traps in Airflow deployments — scheduler bottlenecks, pool misconfiguration, and DAG serialization overhead — with fixes.
Read →
DevOps & Infrastructure
DevOps
How Kubernetes Is Quietly Draining Your Cloud Budget
DevSecOps Community · Medium
A cost-engineering deep dive into Kubernetes resource requests, over-provisioning defaults, and namespace sprawl — with concrete strategies to cut waste without sacrificing reliability.
Read →
Data Eng
Linux 101 for Data Engineers
DevSecOps Community · Medium · Jan 2026
A practical command-line guide for data engineers who need Linux fluency — file operations, process management, cron, pipes, and shell scripting patterns for pipeline work.
Read →
Python
Python
Practical Uses of Python Lambda Functions
Python in Plain English · Medium · Jan 2026
Goes beyond toy examples — real-world lambda patterns for data transformation, sorting, filtering, and functional pipelines in Python, with trade-offs vs. named functions.
Read →
Python
10 Python Snippets That Make Coding Easier
Python in Plain English · Medium · Dec 2025
Ten concise, production-ready Python patterns — walrus operator, dataclasses, zip with strict, contextlib tricks, and more — that reduce boilerplate in everyday engineering.
Read →