This week’s Chit Chat Across the Pond is another installment of Programming By Stealth with Bart Busschots. In our last installment, Bart explained why good documentation matters to ourselves and to other developers who want to use our code, and he also explained that using an automatic document generator like JSDoc could help make it […]
Continue readingMore TagTag: programming
Tiny Tip – When You’re Stuck Coding, Write a Letter You’ll Never Send
When I’m programming, I often run into problems I can’t solve. I’ve gotten pretty good at reading the documentation (at Bart’s insistence), and I read lots of forum discussions on sites like Stack Overflow where people help each other with their code, but it’s pretty common that I still can’t figure out how to fix […]
Continue readingMore TagCCATP #706 – Bart Busschots on PBS 130 of X – Good Technical Documentation
As we embark on our journey to create a JavaScript module for the strong, memorable password generating service XKPASSWD, Bart explains the importance of creating good documentation. That sounds super annoying and tedious, and it is, so Bart explains why a good documentation generator will be our friend. He outlines the two distinctly different users […]
Continue readingMore TagCCATP #703 – Bart Busschots on PBS 128 of X – JavaScript Module Basics
This installment of Programming By Stealth could probably have been two segments but all of us are itching to get moving quickly so we decided to power through. In the first part of the installment, Bart introduces us to JavaScript modules by giving us a bit of a history lesson on how they’ve evolved. If […]
Continue readingMore TagCCATP #701 – Bart Busschots on PBS 127 of X – Introducing NPM (and Node)
As we launch full steam into Phase 2 of Programming By Stealth, Bart Busschots introduces us to the Node Package Manager and Node itself. Unlike our mini-series within a series for Git and Chezmoi, Bart isn’t going to do an exhaustive walk through NPM and Node. Instead he’s going to teach use what we need […]
Continue readingMore TagTime Shifter Clock V2 is Released – Now With More Cities!
Time Shifter Clock V2 on iPhone I’ve been working on a major update to my Time Shifter Clock for quite a long time, and it’s finally released and is now available at timeshifterclock.com. I even bought it its own domain name! If you’re not familiar with my web app, let me tell you the problem […]
Continue readingMore TagCCATP #699 – Bart Busschots on PBS 125 of X – Chezmoi on Multiple Computers
In this final episode of Programming By Stealth before we launch into the back end of web development with PHP, Bart finishes his miniseries on Chezmoi to manage dot files. In this installment he teaches us how to effectively manage our dot files on multiple computers using templating to ensure that the correct settings end […]
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 #695 – Bart Busschots on PBS 122 – Managing Dot Files with Chezmoi
In our previous installment of Programming By Stealth, Bart introduced us to Chezmoi, an open source tool to help us manage dot files, those hidden configuration files that get created on our Macs. Configuration files contain information about how we like our Macs configured, including where to access our ssh keys and our preferred command […]
Continue readingMore Tag