“Be self aware, rather than a repetitious robot” – Bruce Lee As I’ve stated before, I want to really grasp CRUD implementation, so I’ve also started a small console game to reinforce my understanding of SQL and CRUD. I don’t want to fly past each one of these projects and come out with minimal knowledge …
Category: Life
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 …
Do-While Motivated.
Don’t really want to workout? I work out. Don’t really want to hammer on the project? I hammer on the project. Don’t really want to get up and get out of bed? I GET UP AND GET OUT OF BED. Jocko Willink I haven’t been “slacking” on this blog. I’ve been at work all weekend and it’s more difficult to update …
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 …
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, …