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
Precision typing practice app for programmers with 12 built-in code
lessons, real-time WPM/accuracy tracking, and Cloudflare Workers edge
deployment. Updated README and wiki to reflect 26 total projects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# David Agustin — Portfolio
2
2
3
-
Personal portfolio showcasing 25 full-stack projects built with React, Next.js, Angular, Vue, SvelteKit, Python, and AI/ML technologies. Deployed across 10+ cloud platforms.
3
+
Personal portfolio showcasing 26 full-stack projects built with React, Next.js, Angular, Vue, SvelteKit, Python, and AI/ML technologies. Deployed across 10+ cloud platforms.
|[TypeCode](https://typing-app.app-production.workers.dev/)| React 19, TypeScript, Cloudflare Workers | Precision typing practice across 12 programming languages |
30
31
|[React 30](https://react-30-nu.vercel.app)| Next.js 16, React 19, TypeScript | 30 vanilla JS projects rebuilt as modern React |
31
32
32
-
[View all 25 projects on the live site.](https://davidagustin.github.io/#projects)
33
+
[View all 26 projects on the live site.](https://davidagustin.github.io/#projects)
33
34
34
35
## All Projects
35
36
@@ -43,6 +44,7 @@ Personal portfolio showcasing 25 full-stack projects built with React, Next.js,
43
44
| Rules of ML | Next.js 15, TypeScript |[Live](https://rules-of-machine-learning.vercel.app/) · [GitHub](https://github.com/davidagustin/rules-of-machine-learning)|
techDetails: 'Next.js 16 App Router with Server Components, React 19, TypeScript 5, Tailwind CSS 4. Modular component architecture with Biome linter and Vercel deployment.',
756
756
},
757
757
},
758
+
{
759
+
id: 26,
760
+
title: 'TypeCode',
761
+
description:
762
+
'Precision typing practice application for programmers. Type syntactically correct code across 12 languages with real-time WPM and accuracy tracking. Features a pure reducer-based typing engine, language-aware comment auto-completion, custom code upload with drag-and-drop, and edge deployment on Cloudflare Workers.',
overview: 'A precision typing practice app for programmers featuring 12 built-in code lessons, real-time keystroke metrics, custom code upload, and language-aware auto-completion. Zero external UI or state libraries with only 3 production dependencies.',
0 commit comments