This week in our miniseries on learning the version control system Git, Bart dips our proverbial toe into branching. Branches allow us, as developers, to work on bugs or feature enhancements in a separate place from our stable code, and only merge the code back in when the bugs are squashed or the features are […]
Continue readingMore TagCategory: Chit Chat Across the Pond
Chit Chat Across the Pond is a weekly interview show on the topic of technology, or sometimes just with someone really interesting.
CCATP #662 – Rod Simmons on Screencasting Tips and Tricks
This week Rod Simmons of the SMR Podcast https://smrpodcast.com joins me to talk about our tips and tricks for doing effective screen casting. We started by going through some more strategic ideas on how to get your message across with a screencast, and then we dug into some of the techniques and tools we use […]
Continue readingMore TagCCATP #661 – Bart Busschots on PBS 106 of X — Time Travel with Git
As we continue to learn Git from the command line for version control, Bart teaches us some tricks to travel through time. First he shows us how to view more compact Git logs so we can just see a shortened hash and the first line of our commit message. Then he shows us how to […]
Continue readingMore TagCCATP #660 – Lory Gil on M1 Macs
It wouldn’t be an Apple announcement week without Lory Gil joining us, managing editor of iMore. We start the conversation by talking about what all of the new M1 Macs have in common, which is much more than we’re used to seeing. Then we talk about what System on a Chip (SoC) actually means and […]
Continue readingMore TagCCATP #659 – Bart Busschots on PBS 105 – Seeing the Past with Git
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 TagCCATP #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 #657 – Lory Gil on the iPhone 12 Announcement
Lory Gil, managing editor from iMore is back to talk about the new toys announced by Apple this week. In a show where we do NOT talk about 5G we instead talk about how cool it is that Apple brought so many features to the entire product line of iPhones, and then we go deep […]
Continue readingMore TagCCATP #656 – Bart Busschots on PBS 103 of X — Getting Started With Git
After some quick revision from the previous episode, Bart explains how Git commands work with their subcommands. We start by looking at how to configure Git and the differences between local, global and system-level settings. Then we create our very first repo with an exciting README file, and we commit the file to our repo. […]
Continue readingMore TagCCATP #655 – Jill (from the North Woods) McKinley on Starting a Podcast
Start with Small Steps Podcast This week our guest is Jill McKinley of the Start with Small Steps Podcast at smallstepspod.com. Those of you who listen to the NosillaCast may already know her from her many fantastic tech reviews for the show as Jill from the North Woods. I’m a fan of the Start With […]
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 Tag