Through discipline comes freedom.
– Aristotle
It’s been a few days…
I’ve come down with what I thought was COVID-19. My whole building has it, and my patients I’ve been treating have it. My kids and wife then got sick along with myself, however when we all tested, it was negative. So, testing again showed negative, and I’m guessing we have some other virus going around. Possibly influenza? Either way, I feel like garbage however I did get some programming projects done and turned in to The C Sharp Academy.
I went back on my Math Game project to clean it up. Went to using Switch statements and Stopwatch, as previous, but got rid of all of my old code that I just commented out. Then, using Microsoft documentation, I made the second project, which was a calculator. That one was pretty easy and taught me about debugging using Visual Studio. I still don’t fully understand debugging though.
The third project is one that I’m learning a zillion things on. The project is a habit tracker, made in C# console. This project requires a database using SQLite and ADO.NET. These two things I’m not familiar with. It is teaching me about basic CRUD implementation, which is the backbone of pretty much all web development apps. I’m using some more Microsoft documentation along with some tutorials to get SQLite working with ADO.NET. The project only requires one habit to track, which in this case is water. However this time around I’m going to complete all the challenges, as I really want to solidify my learning of this information.