Skip to content

Commit a614d7e

Browse files
davidagustinclaude
andcommitted
feat: replace System Design Practice with Algomations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0477041 commit a614d7e

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

src/utils/constants.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -529,30 +529,30 @@ export const PROJECTS: Project[] = [
529529
},
530530
{
531531
id: 18,
532-
title: 'System Design Practice',
532+
title: 'Algomations',
533533
description:
534-
'Comprehensive learning platform for mastering system design interviews. 50 study materials covering load balancing, database replication, caching, CDNs, microservices, event-driven architecture, and sharding. 40 core concepts, 60 quiz questions with progressive difficulty, and dark mode.',
535-
technologies: ['Next.js 15', 'React 19', 'TypeScript', 'Tailwind CSS', 'Vercel'],
536-
githubUrl: 'https://github.com/davidagustin/system-design-practice',
537-
liveUrl: 'https://system-design-practice.vercel.app/',
534+
'Interactive visualization platform for mastering coding interview algorithms. 301 problems across 19 pattern categories with step-by-step code execution, real-time data structure animations, multi-language code display, and an AI tutor powered by WebLLM.',
535+
technologies: ['Next.js 16', 'React 19', 'TypeScript', 'Tailwind CSS 4', 'Framer Motion', 'WebLLM'],
536+
githubUrl: 'https://github.com/davidagustin/algorithm-visualizations',
537+
liveUrl: 'https://algomations.vercel.app',
538538
category: 'Education',
539539
features: [
540-
'50 Study Materials',
541-
'40 Core Concepts',
542-
'60 Quiz Questions',
543-
'Dark Mode',
540+
'301 Visualizations',
541+
'19 Categories',
542+
'AI Tutor',
543+
'Interview Filter',
544544
],
545545
readmeHighlights: {
546-
overview: 'Comprehensive system design learning platform with 50 study materials, 40 core concepts, and 60 interactive quiz questions. Includes advanced progress tracking, dark mode, and multi-level filtering for interview preparation.',
546+
overview: 'Interactive visualization platform for mastering coding interview algorithms with 301 problems across 19 pattern categories.',
547547
highlights: [
548-
'50 study materials covering load balancing, microservices, blockchain, ML infrastructure, chaos engineering',
549-
'40 core concepts: CAP theorem, consistent hashing, Raft consensus, CQRS, saga pattern, zero trust',
550-
'60 quiz questions across 3 difficulty levels with 11 category filters',
551-
'Advanced progress tracking with study time tracking, streak monitoring, and localStorage persistence',
552-
'Lighthouse score 95+ with FCP < 1.5s and LCP < 2.5s',
553-
'Privacy-focused: no external analytics, local storage only, offline capability',
548+
'301 algorithm visualizations covering Two Pointers, Hash Maps, Trees, DP, Graphs, and more',
549+
'Step-by-step code execution with variable tracking and data structure animations',
550+
'Multi-language code display: Python, JavaScript, Java, and Pseudocode',
551+
'Interview recommended filter curating classic problems across all categories',
552+
'AI tutor powered by on-device WebLLM — no API keys needed',
553+
'Dark/light mode, responsive design, and keyboard navigation support',
554554
],
555-
techDetails: 'Next.js 15 App Router for SSR, React 19, TypeScript, Tailwind CSS with custom CSS variables for dark mode, Context API for theme management.',
555+
techDetails: 'Next.js 16 App Router, React 19, TypeScript, Tailwind CSS 4, Framer Motion for animations, WebLLM for AI tutor.',
556556
},
557557
},
558558
{

0 commit comments

Comments
 (0)