feat(projects): add four private-repo case studies + site favicon - #8
Merged
Conversation
Private-repo case study: multi-tenant hotel event management (React + Express/Prisma + PostgreSQL + Auth0) with a matching hand-authored cover SVG. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Private-repo case study: a Python pipeline that tracks completed-sale prices for CS2 skins across marketplaces and alerts on profitable spreads via Discord, with a matching hand-authored cover SVG. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Private-repo case study: a statically exported Next.js 15 site for a family grocery store, Turkish-first with client-side Firebase for reviews/campaigns and a Netlify-function contact form, with a matching hand-authored cover SVG. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Private-repo case study: a unified inventory/invoicing/accounting system for a family grocery, shipped as both a web app and a Windows Electron desktop build over SQL Server (raw mssql, no ORM), with a matching hand-authored cover SVG. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
App Router icon.svg + apple-icon.png (auto-linked, no <link> tags). Serif "AE" monogram on ink with a blue accent rule, matching the project cover-art identity. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds four new case studies to the Work page, each sourced from a private
AltanEsmerrepository, plus a site favicon. Since the source repos are private, the write-up and the hand-authored cover art are the showcase — no source links.mssql)Each ships two files:
content/projects/<slug>.mdx(frontmatter persrc/lib/content.ts+ a first-person case study) andpublic/projects/<slug>.svg(a cover matching the existing house style — cream palette, serif title, domain motif).The favicon uses the App Router convention:
src/app/icon.svg+src/app/apple-icon.png(a serif "AE" monogram in the cover-art palette), auto-linked with no manual<link>tags.Why
Fleshes out the portfolio with real, distinct projects across web, tools, and desktop that weren't previously representable because their repos are private.
Notes for reviewers
npm run buildsucceeds (20/20 static pages); all four pages, four cover SVGs, and both icons emit intoout/.npm run lintis clean.🤖 Generated with Claude Code