You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="posts/building-an-intelligent-video-analyst-crafting-the-agents-brain-part-2.html">Building an Intelligent Video Analyst: Crafting the Agent's Brain (Part 2)</a>
<ahref="posts/building-an-intelligent-video-analyst-the-foundational-pipeline-part-1.html">Building an Intelligent Video Analyst: The Foundational Pipeline (Part 1)</a>
<ahref="posts/from-messy-data-to-production-mlops-my-network-security-journey-part-2.html">From Messy Data to Production MLOps: My Network Security Journey (Part 2)</a>
<ahref="posts/from-messy-data-to-production-mlops-my-network-security-journey-part-1.html">From Messy Data to Production MLOps: My Network Security Journey (Part 1)</a>
232
222
</h3>
@@ -251,28 +241,20 @@ <h2 class="section-heading">Filter by Technology</h2>
Copy file name to clipboardExpand all lines: js/search-index.js
+12-30Lines changed: 12 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,8 @@ const SEARCH_INDEX = [
7
7
"tags": [
8
8
"Python",
9
9
"Streamlit",
10
-
"Agno",
11
10
"Google Gemini",
12
-
"DuckDuckGo API",
13
-
"google-generativeai",
14
-
"python-dotenv",
11
+
"Agno",
15
12
"Agentic AI",
16
13
"Multimodal AI",
17
14
"Generative AI",
@@ -32,11 +29,8 @@ const SEARCH_INDEX = [
32
29
"tags": [
33
30
"Python",
34
31
"Streamlit",
35
-
"Agno",
36
32
"Google Gemini",
37
-
"DuckDuckGo API",
38
-
"google-generativeai",
39
-
"python-dotenv",
33
+
"Agno",
40
34
"Agentic AI",
41
35
"Multimodal AI",
42
36
"Generative AI",
@@ -58,12 +52,8 @@ const SEARCH_INDEX = [
58
52
"Python",
59
53
"Agno",
60
54
"Groq",
61
-
"Agentic AI",
62
-
"Multi-Agent Systems",
63
55
"FastAPI",
64
-
"DuckDuckGoTools",
65
-
"YFinanceTools",
66
-
"Google API",
56
+
"YFinance",
67
57
"Multi-Agent AI System",
68
58
"Financial Analysis",
69
59
"Stock Market",
@@ -187,14 +177,14 @@ const SEARCH_INDEX = [
187
177
"date": "2025-09-15",
188
178
"summary": "I thought taking a scikit-learn model to the cloud would be simple, but AWS SageMaker taught me more about cloud architecture and DevOps than I ever expected. This post details my entire journey, from battling IAM roles and structuring S3 buckets to mastering the SageMaker training patterns that finally bridged the gap between my local machine and a production-ready endpoint. It's a story of the struggles, the breakthroughs, and the hard-won lessons learned while building a real-world ML pipeline.",
189
179
"tags": [
190
-
"AWS",
191
180
"AWS SageMaker",
192
181
"Scikit-learn",
193
182
"AWS S3",
194
183
"Python",
195
184
"MLOps",
196
185
"CloudWatch",
197
186
"AWS",
187
+
"AWS",
198
188
"Amazon SageMaker",
199
189
"AWS S3",
200
190
"IAM",
@@ -266,15 +256,11 @@ const SEARCH_INDEX = [
266
256
"summary": "With a working local pipeline, the \"easy\" part was next: deployment. This turned into a multi-day AWS nightmare. After successfully automating the CI/CD pipeline with GitHub Actions, the app was live but unreachable. The culprit? A single, critical line of code related to container networking. This post dives into the humbling, real-world challenges of cloud infrastructure, debugging EC2 security groups, and the final \"aha!\" moment that brought the entire system online.",
267
257
"tags": [
268
258
"Python",
269
-
"MLflow",
270
-
"Dagshub",
271
-
"AWS EC2",
272
-
"AWS ECR",
273
-
"AWS S3",
274
-
"Scikit-learn",
275
-
"MongoDB",
276
-
"FastAPI",
259
+
"AWS",
277
260
"Docker",
261
+
"FastAPI",
262
+
"Scikit-learn",
263
+
"MLflow",
278
264
"GitHub Actions",
279
265
"CI/CD automation",
280
266
"Schema Validation",
@@ -295,15 +281,11 @@ const SEARCH_INDEX = [
295
281
"summary": "My journey began with a classic MLOps mistake: underestimating messy data. My model worked locally, but I spent weeks debugging failures until a breakthrough came from implementing rigorous **data validation schemas** and **drift detection**. This post covers the foundational engineering\u2014modular architecture, custom logging, and experiment tracking\u2014that's essential *before* you even think about the cloud. It\u2019s the story of building a resilient pipeline from the ground up.",
0 commit comments