Skip to main content
  1. Authors/

Subhajit

RAG

·9 words·1 min
This is a collection of blog posts about RAG.

Outliers Detection in Python

·740 words·4 mins
Real-world datasets are messy. Outliers can hide patterns, distort models, and lead to bad decisions. In this article, we’ll walk through practical ways to detect them in Python - using plots, statistics, and machine learning, then apply it all on a real dataset.

System Architecture — A Comprehensive, Practical Guide

·1499 words·8 mins
Designing and evolving system architecture is about making informed trade‑offs. This guide provides a practical, opinionated walkthrough of the core concepts, patterns, and decisions you need to build scalable, reliable, and cost‑efficient systems—plus answers to the most common questions engineers and architects ask.

RAG for Knowledge-Intensive Tasks

·791 words·4 mins
Picture this: You’re asking an AI about cancer treatments. It sounds super confident and gives you detailed answers. But here’s the problem — it just made up a medical study that doesn’t exist.

Git & GitHub: The Definitive Version Control Guide

·1507 words·8 mins
Version control is the foundation of reliable software delivery. This guide teaches Git from first principles, then layers in practical GitHub workflows used by high-performing teams. You’ll learn the mental models, the everyday commands, and the advanced tools to collaborate confidently without fear of breaking anything.