Programming By Stealth Tutorials When Bart and I started the Programming by Stealth podcast, we were doing something no one had ever done before (at least to our knowledge.) Who would think that an audio podcast was a good way to learn to program? Because we were breaking new ground, we had no one to […]
Continue readingMore TagTag: GitHub
CCATP #719 – Bart Busschots on PBS Tidbits 3 of Y
In this Programming By Stealth adjacent installment labeled Tidbits 3 of Y, Bart Busschots talks to us about the dangers of using other people’s code in your code, and the danger of not using other people’s code. He explains this seeming dichotomy and gives us ways to approach the problem taking a middle ground. He […]
Continue readingMore TagNC #852 GitHub Copilot, Apple Apps Not Where You Think They Are, Security Bits
Hi, this is Allison Sheridan of the NosillaCast Apple Podcast, hosted at Podfeet.com, a technology geek podcast with an EVER so slight Apple bias. Today is Sunday, September 5, 2021, and this is show number 852. Before we get started, I have an announcement. There will NOT be a live show this coming Sunday, September […]
Continue readingMore TagGitHub Copilot for VSCode Might Make Coding Easier
As a beginner developer, I find it very difficult to recommend coding tools to others because I’m worried the more advanced programmers will make fun of me. They’ll say my opinion is wrong because I don’t have the right experience, or I’ll accidentally step into a religious war like saying vi is better than Emacs. […]
Continue readingMore TagCCATP #696 – Bart Busschots on PBS 123 of X — Backing up and Syncing Dot Files with Chezmoi
In this week’s episode of Programming By Stealth, Bart Busschots continues his instruction on how to use the open source tool Chezmoi to manage our dot files, those hidden configuration files on our Macs. In this installment, Bart teaches us how nearly effortless it is to sync our Chezmoi-managed dot files up to a private […]
Continue readingMore TagCCATP #690 – Bart Busschots on PBS 119 of X — Open Source on GitHub
As promised, Bart takes us through the final step in our GitHub journey – learning how to contribute to an open source project. He explains three open source scenarios: using someone’s code exactly as-is, using their code with a few customizations of your own, and finally the most interesting scenario, customizing the code and contributing […]
Continue readingMore TagCCATP #688 – Bart Busschots on PBS 118 of X — JavaScript Apps with GitHub Pages
In this installment of Programming By Stealth, Bart Busschots teaches us how to use a free service of GitHub called GitHub Pages. This service literally gives you free web hosting for the web apps we’ve learned to make in Programming By Stealth. Bart starts by explaining to us the difference between static and dynamic webpages, […]
Continue readingMore TagCCATP #686 – Bart Busschots on PBS #117 of X – Introducing GitHub
In this week’s installment of Programming By Stealth, Bart teaches us how to use GitHub as a public repository for our code, or for anything we write for that matter. He reviews why he chose Github, and then we dig right in. He does explain the benefits of using SSH to access Github instead of […]
Continue readingMore TagCCATP #685 – Bart Busschots on PBS 116 0f X – Team Git
In previous installments of our Git miniseries within a series in Programming By Stealth, Bart taught us how to work in Git standalone on one computer, then how to work as one developer with multiple computers. In those installments he taught us the necessary commands and their importance in the Git scheme of things. In […]
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