Noob to Pro Integrate GUI
In the last couple of posts we have spent a bunch of time separating the GUI from the logic. Let complete this shift and get…
In the last couple of posts we have spent a bunch of time separating the GUI from the logic. Let complete this shift and get…
Today, I want to try a test. I want to see if I can wedge some Test Driven Development(TDD) into this series. Not sure if…
So we have done some serious work on our original code base. Before we do more we need to get over one of the hurdles…
In today’s post we will continue the Noob to Pro series. With the code in a much less complicated space, we will dig into how…
Before we can go and break something up to take our code to the next level. We need to clean up the complexity. This crazy…
Hopefully, you figured out yesterday’s homework and got the new function setup. In case you didn’t we will start with a refresher of the code…
So now we have the code better engineered for refactoring. It is time to start breaking down the code we have into functions. Before we…
When I was a young pup, I wrote really awful code. Most programmers when they start, write really bad code. Here are a couple of…
As I was thinking about new topics, I thought about how much I had changed as a developer over the last year. I have been…
One of the weird things I have noticed as I have dug through resume is the buzz word of full stack developer. I started running…