Skip to content

Commit ada63d0

Browse files
committed
Portfolio: Dotnet React Calendar App 🎉
1 parent 06b53fb commit ada63d0

2 files changed

Lines changed: 62 additions & 7 deletions

File tree

devlog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
## 2025
88

9+
### August 3, 2025 - Dotnet React Calendar App 🎉
10+
11+
**What I Built:** A simple full stack application which I built to get a full undestanding of .NET and manage the whole build from start to finish.
12+
13+
**The Cool Bit:** This was a code assessment originally, but I turned it into something else bby adding React and API statistics to help me learn as I was building / testing. I now have not just engineered .NET but developed a full application.
14+
15+
**Tech Used:** .NET, C#, React, CSS, Node.js, Vercel, Render
16+
17+
**Impact:** My learning journey to build progressive full stack applications.
18+
19+
*Code is poetry in motion.* 💚
20+
21+
---
922
### January 28, 2025 - Portfolio Update System 🚀
1023

1124
**What I Built:** A comprehensive portfolio update system to make documenting my journey quick and fun!

updates.json

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"updates": [
3+
{
4+
"id": "2025-08-03-001",
5+
"date": "2025-08-03",
6+
"type": "feature",
7+
"mood": "building",
8+
"title": "Dotnet React Calendar App",
9+
"description": "A simple full stack application which I built to get a full undestanding of .NET and manage the whole build from start to finish.",
10+
"tech": [
11+
".NET",
12+
"C#",
13+
"React",
14+
"CSS",
15+
"Node.js",
16+
"Vercel",
17+
"Render"
18+
],
19+
"impact": "My learning journey to build progressive full stack applications.",
20+
"links": {},
21+
"featured": false
22+
},
323
{
424
"id": "2025-01-28-001",
525
"date": "2025-01-28",
@@ -8,7 +28,12 @@
828
"title": "Portfolio Update System",
929
"description": "Created a comprehensive portfolio update system with CLI tools and React components",
1030
"content": "Built an interactive update system that makes documenting my journey quick and fun! Features mood-based templates, auto-formatting, and Matrix-themed celebrations.",
11-
"tech": ["Node.js", "React", "CLI", "Matrix Theme"],
31+
"tech": [
32+
"Node.js",
33+
"React",
34+
"CLI",
35+
"Matrix Theme"
36+
],
1237
"impact": "Reduced update time from 30 minutes to 30 seconds",
1338
"links": {
1439
"devlog": "/devlog.md#january-28-2025---portfolio-update-system-"
@@ -23,7 +48,12 @@
2348
"title": "React Migration Complete",
2449
"description": "Successfully migrated entire portfolio to React 19 with TypeScript",
2550
"content": "The journey from static HTML to modern React is complete! Maintained the iconic Matrix theme while adding component architecture, TypeScript, and smooth animations.",
26-
"tech": ["React 19", "TypeScript", "Vite 7", "Anime.js"],
51+
"tech": [
52+
"React 19",
53+
"TypeScript",
54+
"Vite 7",
55+
"Anime.js"
56+
],
2757
"impact": "Modern, maintainable codebase with improved performance",
2858
"links": {
2959
"changelog": "/CHANGELOG.md#300---2025-07-20",
@@ -39,7 +69,12 @@
3969
"title": "AI Model Comparison Tool",
4070
"description": "Launched comprehensive AI model comparison platform",
4171
"content": "Part of AiTomatic Suite - Compare and evaluate different AI models side-by-side with real-time testing and performance metrics.",
42-
"tech": ["Python", "React", "AI/ML", "APIs"],
72+
"tech": [
73+
"Python",
74+
"React",
75+
"AI/ML",
76+
"APIs"
77+
],
4378
"impact": "Helping developers choose the right AI model for their needs",
4479
"links": {
4580
"live": "https://aitomatic.rocks/",
@@ -49,21 +84,28 @@
4984
}
5085
],
5186
"stats": {
52-
"totalUpdates": 3,
53-
"lastUpdated": "2025-01-28",
87+
"totalUpdates": 4,
88+
"lastUpdated": "2025-08-03",
5489
"updateFrequency": "weekly",
5590
"currentStreak": 42,
5691
"favoriteUpdateType": "milestone",
5792
"totalProjects": 12,
58-
"activeDevelopment": ["AiTomatic", "Portfolio v3.5", "Matrix Arcade"]
93+
"activeDevelopment": [
94+
"AiTomatic",
95+
"Portfolio v3.5",
96+
"Matrix Arcade"
97+
]
5998
},
6099
"config": {
61100
"maxRecentUpdates": 10,
62101
"enableMatrixCelebrations": true,
63102
"autoCommit": true,
64103
"socialSharing": {
65104
"enabled": false,
66-
"platforms": ["twitter", "linkedin"]
105+
"platforms": [
106+
"twitter",
107+
"linkedin"
108+
]
67109
}
68110
}
69111
}

0 commit comments

Comments
 (0)