25+ articles.
Plus a lot of ghostwriting.
Tutorials and developer documentation published under my name on Tutorialspoint and Codedamn. The rest — a much larger volume — written under freelance agency contracts and ghostwritten for other publications.
Dec 2022 — Jul 2024
Tutorialspoint
Step-by-step tutorials covering SQL, Python, database management, web development, and software engineering fundamentals — published on one of the world's largest tutorial platforms.
Read articles →
2023 — 2024
Codedamn
Hands-on coding tutorials and developer guides on JavaScript, React, Node.js, Python, and full-stack web development for the codedamn learning platform.
Read articles →
2023 · 2024
IRJET (Research)
Two peer-reviewed research papers in the International Research Journal of Engineering and Technology (Impact Factor 8.226). BERT-based cybersecurity detection and multimodal social-media NLP.
Read articles →
Why I chose Qdrant — and why vector DB knowledge matters more than most engineers think
Embedding quality matters more than model size. Hybrid search catches what pure semantic search misses. Metadata filtering before vector search dramatically reduces latency. Qdrant Essentials cert: 100% score (20/20).
I've built AI agents that worked perfectly in testing. Then broke silently in production for 3 days.
The agent isn't the hard part — knowing whether it's actually working is. Custom Prometheus/Grafana dashboards: cost per provider, P50/P95/P99 latency, error rates, fallback triggers, tokens per chain per model.
Most people miss what LangChain actually does in production
Structured output parsing. Tool calling architecture. Retrieval chains across pgvector + Qdrant. Multi-model routing across providers — that's how we cut LLM API spend from £800/mo to £30/mo.
LangGraph isn't about chaining prompts — it's about designing intelligent workflows with engineering discipline
Stateful multi-agent workflows. Explicit routing control. Human-in-the-loop checkpoints. Retry logic at each step. Used at CMS Desk for document classification, RAG retrieval, quote generation, banking reconciliation.