diff --git a/src/data/_Projects.js b/src/data/_Projects.js index 703ec82..1317371 100755 --- a/src/data/_Projects.js +++ b/src/data/_Projects.js @@ -3,6 +3,91 @@ import React from 'react'; const projects = [ + { + category: 'Website', + title: 'Helicone', + slug: '#helicone', + imageUrl: 'img/projects/helicone.jpeg', + subtitle: 'The easiest way to monitor your LLM-applications at scale.', + period: '24 Nov 2023', + tech: 'NextJS, Cloudflare, OpenAI, Tailwindcss, Vercel, Supabase, Clickhouse, TypeScript, PostgreSQL, KV, Cache', + team: [ + { + name: 'Umut Hope YILDIRIM', + link: 'https://github.com/umuthopeyildirim/', + }, + ], + description: ( + <> +

+ As a collaborative member of the Helicone Team, I contributed to the + development of a robust platform designed for monitoring Large + Language Models (LLMs) at scale. This innovative platform streamlines + the process of managing and analyzing LLMs, enhancing efficiency and + scalability. My role encompassed both technical development and + project optimization, ensuring a seamless user experience and + effective system performance. +

+

Helicone Technical Contributions: 🎯

+ +

Helicone Project Management and Optimization:

+ + + ), + links: [ + { + name: 'Website', + link: 'https://helicone.ai', + }, + { + name: 'Github', + link: 'https://github.com/helicone/helicone', + }, + ], + }, { category: 'Website', title: 'MarkAI', diff --git a/src/pages/index.js b/src/pages/index.js index 72fd866..84c3551 100755 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -42,6 +42,7 @@ export default function Home() {

Projects

+