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: devlog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@
6
6
7
7
## 2025
8
8
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.
Copy file name to clipboardExpand all lines: updates.json
+49-7Lines changed: 49 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
{
2
2
"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
+
},
3
23
{
4
24
"id": "2025-01-28-001",
5
25
"date": "2025-01-28",
@@ -8,7 +28,12 @@
8
28
"title": "Portfolio Update System",
9
29
"description": "Created a comprehensive portfolio update system with CLI tools and React components",
10
30
"content": "Built an interactive update system that makes documenting my journey quick and fun! Features mood-based templates, auto-formatting, and Matrix-themed celebrations.",
"description": "Successfully migrated entire portfolio to React 19 with TypeScript",
25
50
"content": "The journey from static HTML to modern React is complete! Maintained the iconic Matrix theme while adding component architecture, TypeScript, and smooth animations.",
0 commit comments