Skip to content

Commit 1b50dae

Browse files
committed
Add Tech line to projects and PDF CV download
1 parent e9dcbbd commit 1b50dae

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

public/argha-ray-cv.pdf

340 KB
Binary file not shown.

src/pages/about.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,26 @@ For the full professional record, see my [CV](/cv).
1616

1717
## Projects
1818

19-
**[Vesper](https://vesper.argha.dev/chat)** — a personal AI agent that runs 24/7 on a VPS. Telegram bot with a cognitive architecture — seven modes of engagement, emotional signal detection, scheduled reviews, auto-research loops, wiki compilation. Guest web chat where anyone can talk to it about me. Git-synced knowledge base with 3,000+ markdown files. Python, FastAPI, Claude API, SearXNG.
19+
**[Vesper](https://vesper.argha.dev/chat)** — a personal AI agent that runs 24/7 on a VPS. Telegram bot with a cognitive architecture — seven modes of engagement, emotional signal detection, scheduled reviews, auto-research loops, wiki compilation. Guest web chat where anyone can talk to it about me. Git-synced knowledge base with 3,000+ markdown files.
20+
**Tech:** Python, FastAPI, Claude API, SearXNG
2021

21-
**Streaming Platform** — TVOD platform for on-demand movie rentals. Built two versions — self-hosted HLS on a free Oracle VPS (zero cost) and Bunny Stream CDN with per-segment token auth. Swapping the delivery layer required zero changes to auth, sessions, or the player. I wrote about the [full journey](/posts/streaming-video-on-a-zero-dollar-server). NestJS, React, Shaka Player, PostgreSQL.
22+
**Streaming Platform** — TVOD platform for on-demand movie rentals. Built two versions — self-hosted HLS on a free Oracle VPS (zero cost) and Bunny Stream CDN with per-segment token auth. Swapping the delivery layer required zero changes to auth, sessions, or the player. I wrote about the [full journey](/posts/streaming-video-on-a-zero-dollar-server).
23+
**Tech:** NestJS, React, Shaka Player, PostgreSQL
2224

23-
**[harnesskit](https://github.com/ArghaRay00/harnesskit)** — agent orchestration framework. Tool registry, permission engine, query loop, context manager with cache-aware compaction, agent spawner, hook system, model router. Three intelligence levels — rule-based (no model, $0), hybrid (local model), full agent (cloud model) — same architecture across all three. TypeScript, model-agnostic.
25+
**[harnesskit](https://github.com/ArghaRay00/harnesskit)** — agent orchestration framework. Tool registry, permission engine, query loop, context manager with cache-aware compaction, agent spawner, hook system, model router. Three intelligence levels — rule-based (no model, $0), hybrid (local model), full agent (cloud model) — same architecture across all three.
26+
**Tech:** TypeScript, model-agnostic
2427

25-
**[Helix](https://github.com/ArghaRay00/helix)** — personal knowledge system that replaced a vector database. Four-layer architecture of markdown files, git-synced across devices. Powers Vesper's memory. I wrote about [the design](/posts/giving-an-ai-agent-memory-that-survives-the-session). Markdown, Git, Python.
28+
**[Helix](https://github.com/ArghaRay00/helix)** — personal knowledge system that replaced a vector database. Four-layer architecture of markdown files, git-synced across devices. Powers Vesper's memory. I wrote about [the design](/posts/giving-an-ai-agent-memory-that-survives-the-session).
29+
**Tech:** Markdown, Git, Python
2630

27-
**[OnlineExam](https://github.com/ArghaRay00/OnlineExam)** — college project rewritten a decade later in .NET 9. Clean Architecture, Carter, MediatR, EF Core 9, PostgreSQL, xUnit, GitHub Actions CI. Twenty-plus endpoints with auto-grading.
31+
**[OnlineExam](https://github.com/ArghaRay00/OnlineExam)** — college project rewritten a decade later in .NET 9. Twenty-plus endpoints with auto-grading.
32+
**Tech:** .NET 9, Clean Architecture, Carter, MediatR, EF Core 9, PostgreSQL, xUnit, GitHub Actions CI
2833

29-
**[Jira Ticket Creator](https://github.com/ArghaRay00/jira-ticket-creator)** — VS Code extension for creating Jira tickets with AI. Cookie auth for enterprise Jira behind SSO/IAP. JavaScript, Copilot LM API.
34+
**[Jira Ticket Creator](https://github.com/ArghaRay00/jira-ticket-creator)** — VS Code extension for creating Jira tickets with AI. Cookie auth for enterprise Jira behind SSO/IAP.
35+
**Tech:** JavaScript, Copilot LM API
3036

31-
**[argha.dev](https://argha.dev)** — this site. Astro, Tailwind CSS, Cloudflare Pages.
37+
**[argha.dev](https://argha.dev)** — this site.
38+
**Tech:** Astro, Tailwind CSS, Cloudflare Pages
3239

3340
---
3441

src/pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "CV of Argha Ray — Senior Software Engineer at Motorola Solutions
99
Bengaluru, India
1010
[argha.dev](https://argha.dev) · [GitHub](https://github.com/ArghaRay00) · [LinkedIn](https://www.linkedin.com/in/argha94)
1111

12-
*Last updated: April 2026*
12+
*Last updated: April 2026* · [Download PDF](/argha-ray-cv.pdf)
1313

1414
---
1515

0 commit comments

Comments
 (0)