Day 122 - May 22, 2025
Goal: Project Management App Idea
Result: PCP Fixed Auth and Roles
I wanted to test out Copilot Analyze feature to try and fix auth on PCP and after a lot of back and forth it finally fixed the errors. Most of it was other "AI" not having the full project. I may go back to getting PopCorn Press finished soon. I do want to get my project management app idea started and not put off every day. I also was watching some stuff about new Claude Sonnet 4 and I will have to see if it can make some good-looking HTML
Tomorrow: Project Management App Idea
Day 121 - May 21, 2025
Goal: Project Management App Idea, MS Build
Result: React Tinkering
I was playing with different "build a web page" AI prompts last night and found how you can create pages with React. So I was playing with React in pure HTML pages with no server side. It is an interesting way of building pages as functions then running each one in App() using Babel. If you build something this way you still need a backend API so that makes me lean more to using Blazor or PHP to build the page from the start.
Tomorrow: Project Management App Idea
Day 120 - May 20, 2025
Goal: YOCA Day Catchup, MS Build, Commit List
Result: YOCA Day Catchup, MS Build, Commit List
I have been kind of ignoring my daily code log on this site so I got that caught up with what I did daily. I also have been watching video from MS Build to see what is going on there. I also got a tool built to create a list of recent commit messages from GitHub because it only wants to do that for a select time for a select repository. But I have a quick tool that makes a basic HTML page with the last number of commits.
Tomorrow: Project Management App Idea, MS Build
Day 119 - May 19, 2025
Goal: Fix Email Code for Website
Result: Fix Email Code
Fixed some code for sending emails from my software website. Did some tinkering on how to build a SaaS business without becoming developer imbalanced.
Tomorrow: YOCA Day Catchup, MS Build, Commit List
Day 118 - May 18, 2025
Goal: Daybook With Blazor
Result: Daybook With Blazor
Tinkered with building this using Blazor in MAUI for Daybook.
Tomorrow: Fix Email Code for Website
Day 117 - May 17, 2025
Goal: Daybook Tinkering
Result: Daybook Tinkering
Tinkering with how to build out Daybook.
Tomorrow: Daybook With Blazor
Day 116 - May 16, 2025
Goal: Daybook Storage
Result: Daybook Storage
Worked on how to store the days, may have a way to commit them to git, but also want to have them stored as markdown locally.
Tomorrow: Daybook Tinkering
Day 115 - May 15, 2025
Goal: Daybook UI Thinking
Result: Daybook UI Config
Worked on how to create a config file for fields that people would fill out.
Tomorrow: Daybook Storage
Day 114 - May 14, 2025
Goal: Daybook MAUI Project
Result: Daybook MAUI
Created the MAUI project to start with a multi platform app. Did some searching about how much MAUI will be supported as MS sometimes seems like they are not so at keep things like this around, but they released a new version 10 preview this day.
Tomorrow: Daybook UI Thinking
Day 113 - May 13, 2025
Goal: Daybook
Result: Daybook Design
Created some designs for my daily log app idea I am calling Daybook. Thinking about how to store the information, and how to build an output people can review back a day.
Tomorrow: Daybook MAUI Project
Day 112 - May 12, 2025
Goal: More Components
Result: Remaining Components
Added the reset of the components from examples into the library. Organized them into folders based on types.
Tomorrow: Daybook
Day 111 - May 11, 2025
Goal: Component Library
Result: Blazor Component Library
Created a library using the components created. Finding out if I wanted to make this or keep using other libraries.
Tomorrow: More Components
Day 110 - May 10, 2025
Goal: Blazor Components From Themes
Result: Blazor Components From Themes
Tinkering with examples of components to make a Blazor library.
Tomorrow: Component Library
Day 109 - May 9, 2025
Goal: Themes Store Colors
Result: Themes Testing
Testing with different colors, placeholder images, and trying to fix the mobile menu.
Tomorrow: Blazor Components From Themes
Day 108 - May 8, 2025
Goal: Themes Store Design
Result: Themes Store Design
Working to create some new designs for a store site to use with PCM. Using my set of colors generated with other themes so I could drop them in and have options to select a color set.
Tomorrow: Themes Store Colors