“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 …
Tag: learning
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 …
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, …