I’ve realized posting a blog post every single day is madness. Blogging isn’t really my kind of fun, and honestly, I can’t talk much about something every day. I’m hoping with my projects I’m working on, that I’ll be able to update more often. In reality, who knows. I got into this “framework” or “barebones” …
Category: Software Development
Work Sick
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 …
Refactoring Refactored Code
Well I finally completed my Math Game from the C Sharp Academy. I gave myself a deadline of today to do it. I’ve refactored the code many times over, and finally said I was done. I found someone else’s version and added to it, as it was amazingly done. Instead of using if-else like I …
I Forgot the Stopwatch…
Last post I mentioned Stopwatch in the title. Well, I didn’t mention it anywhere else. I was going to explain that I found a stopwatch method for my math game I’m working on. The Stopwatch starts at Start(), and then you fill in the code to run while the Stopwatch method is running. After your …
Stopwatch and C#
I’m going to try to make a blog post every day or every other day briefly going over what I’ve been doing in C#. Weekends may be rough due to working 12+ hour shifts, but I’ll try. The past couple days I’ve been working on the first project in the C Sharp Academy course. You …
Dev Journey
I’ve “officially” begun my software development journey by starting The C Sharp Academy. I’ve dabbled off and on with C# since the amazing days of XNA Studio. After, I switched Unity when it became free and tried to continue my C# experience there. I ended up in what I now know as Tutorial Hell. Basically, …