In this installment of Programming By Stealth, Bart takes us on a time traveling adventure with Git. By using commands like git diff we can see changes over time, but we can actually see older versions of the code in a couple of ways. Using the archive command we learned out to pull just the […]
Continue readingMore TagTag: programming by stealth
CCATP #658 – Bart Busschots on PBS 104 – Tracking Changes in Git
In our next baby step in learning to use the version control system Git, Bart teaches us how to track changes. We start by doing a bit of housekeeping, especially for Mac users to set Git to always ignore those pesky .DS_Store files. We learn how to stage and then commit a simple change, then […]
Continue readingMore TagCCATP #654 – Bart Busschots on PBS 102 of X – Introducing Git
In our last Programming By Stealth we learned about the concept of version control, and the evolution from client/server version control to peer-to-peer version control and the creation of Git. In this installment we start learning the fundamental concepts of Git. We learn about the database, the working copy, and the index and understanding the […]
Continue readingMore TagDesigning My Time Shifter Clock
My Time Shifter Clock In Programming By Stealth with Bart Busschots we just passed a big milestone, not only reaching 100 episodes, but we also completed the section on learning JavaScript. Our final project for this phase was to create a web app with a very specific kind of clock on it. I had so […]
Continue readingMore TagCCATP #651 – Bart Busschots on PBS 100 of X — Time Sharing Challenge Solution
In this positively delightful episode, Bart and I celebrate 100 episodes of Programming By Stealth. When we hit 99 installments, Bart declared that for 100, there should be cake! So I got Bart’s darling beloved to deliver him a piece of cake right as we started, and Steve delivered one to me. To say that […]
Continue readingMore TagPBS Listeners – Can We Interest You in a Cup of Taming the Terminal?
Hi, Programming By Stealth listeners! I wanted to let you know that Bart and I are taking a bit of a break from Programming By Stealth, the need for which happens every summer but for some reason catches us both unawares each year. Bart works in education and the summertime is the only practical time […]
Continue readingMore TagCCATP #643 – Bart Busschots on PBS 99 of X – Building with Classes Part 2: Is-A
This week Bart Busschots brings us the penultimate JavaScript installment of Programming By Stealth as he brings us part 2 of building with classes. This wraps up our third look at Object Oriented programming in JavaScript. We learn about the concept of inheritance, and how it allows us to build classes that inherit attributes and […]
Continue readingMore TagI’m a Real Developer
When I started to learn to program from Bart Busschots in October of 2015 with Programming By Stealth, I didn’t really have the vision to understand what that would mean. I don’t think I expected really to be able to do the things I can do today. Caleb Fong tipped us off in our PBS […]
Continue readingMore TagCCATP #642 –– Bart Busschots on PBS 98 — Building with Classes Part 1 — Has-A
In this episode of Programming By Stealth, Bart explains one single concept, that of “Has-A”. This is part 1 of 2, where next time we’ll learn “Is-A” which is about inheritance. These both sound like odd terms but they’re part of what makes object oriented programming so powerful. Bart spends 90% of the time going […]
Continue readingMore TagCCATP #638 – Bart Busschots on PBS 96 of X — World Clock Challenge Solution
This installment of Programming By Stealth is a solutions show all about the clock assignment from PBS 92. Bart’s been quite busy this week designing an entirely new distance final exam system for the university where he works so he asked if I’d take on half of the content by presenting my solution to the […]
Continue readingMore Tag