Skip to content

Commit

Permalink
feat: added helicone to portfolio and projects
Browse files Browse the repository at this point in the history
  • Loading branch information
umuthopeyildirim committed Dec 22, 2023
1 parent 2df6d1b commit 3d4b6b4
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
85 changes: 85 additions & 0 deletions src/data/_Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
<p>
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.
</p>
<h4>Helicone Technical Contributions: 🎯</h4>
<ul style={{listStyleType: 'disc'}}>
<li>
Revamped documentation and fixed TypeScript configurations for
Langchain and other projects.
</li>
<li>
Removed and replaced `recharts` with alternatives in Tremor,
entailing deletion and repurposing of multiple components.
</li>
<li>
Developed and integrated a new `cache_hits` table in Clickhouse,
enhancing the `recordCacheHit` function for improved data
management.
</li>
<li>
Eliminated unnecessary dependencies like `@dqbd/tiktoken` and
updated API calls by substituting `axios` with `fetch`.
</li>
<li>
Implemented code quality improvements by resolving eslint
unused-imports errors and removing redundant imports.
</li>
<li>
Enhanced user experience by adding redirect options for Google and
GitHub sign-in and supporting GitHub authentication.
</li>
<li>
Contributed to user interface enhancements, including the addition
of a user cost graph.
</li>
</ul>
<h4>Helicone Project Management and Optimization:</h4>
<ul style={{listStyleType: 'disc'}}>
<li>
Managed testing requirements for UI/UX improvements, particularly
for the Cache page.
</li>
<li>
Streamlined onboarding processes by modifying email templates and
onboarding checks, and setting existing users to 'has_onboarded'.
</li>
<li>
Ensured thorough testing, including end-to-end testing of GitHub
authentication integration.
</li>
</ul>
</>
),
links: [
{
name: 'Website',
link: 'https://helicone.ai',
},
{
name: 'Github',
link: 'https://github.com/helicone/helicone',
},
],
},
{
category: 'Website',
title: 'MarkAI',
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function Home() {
<section className={styles.servers_wrapper}>
<h2>Projects</h2>
<div className={styles.servers}>
<Server name="Helicone" src="img/projects_logo/helicone.webp" />
<Server name="MarkAI" src="img/projects_logo/markai.png" />
<Server
name="Mirage Vision Renderer"
Expand Down
Binary file modified static/download/resume.pdf
Binary file not shown.
Binary file added static/img/projects/helicone.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/projects_logo/helicone.webp
Binary file not shown.

1 comment on commit 3d4b6b4

@vercel
Copy link

@vercel vercel bot commented on 3d4b6b4 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.