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
Copy file name to clipboardExpand all lines: src/pages/projects.astro
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,5 +39,60 @@ openai.anthropic.`,
39
39
},
40
40
]}
41
41
/>
42
+
<ProjectShowcase
43
+
color="#369482"
44
+
title="peaque"
45
+
link="https://peaque.io"
46
+
slides={[
47
+
{
48
+
image: "/peaqueFirst.png",
49
+
description: `peaque.io is an online book reading platform mixed with social media features. you can leave public notes/comments on any part of a book and people can react and reply to your notes. alongside that you can also create your own library, add custom artwork and chat with characters from the books (using ai).`,
50
+
},
51
+
{
52
+
image: "/peaqueSecond.png",
53
+
description: `i led a small team of 2 engineers and we built this entire platform from scratch. i worked as a fullstack engineer. built and implemented a custom version of an open source reading library(https://github.com/d-i-t-a/R2D2BC). designed the app architecture. built a fully response interface with my teammates. built the mobile app for this platform.`,
54
+
},
55
+
{
56
+
description: `tech i used:`,
57
+
},
58
+
{
59
+
description: `typscript.
60
+
gcp.firebase.cloud functions.
61
+
nodejs.express.
62
+
react.react native.styled components.
63
+
zustand.git.workflows.
64
+
react helmet.`,
65
+
},
66
+
]}
67
+
/>
68
+
<ProjectShowcase
69
+
color="#2958F6"
70
+
title="sesha-systems"
71
+
link="https://sesha-systems.com"
72
+
slides={[
73
+
{
74
+
image: "/seshaSystemsFirst.png",
75
+
description: `sesha systems is a multi-tenant article generation and editing tool. it allows users to provide 1 or more links to news articles. and then generates a new article based on the provided links. It can also be used to summarize news. it contains a full article management system with features version control, archiving, cross-org sharing, exporting and real time updates. `,
76
+
},
77
+
{
78
+
image: "/seshaSystemsSecond.png",
79
+
description: `I worked as a fullstack engineer and cloud architect. built the application architecture including the article generation pipeline. created in-house tooling which included a custom syntax parser that our ai engineer used to create and edit prompts in real time.
80
+
implemented multi-tenancy. built the user interface with real time article generation updates.`,
0 commit comments