Hi Allison and fellow Castaways, long-time listener to the Podfeet family of podcasts and even longer-time developer. As is typical of me, I have been in stealth mode, supporting you through your product links. I thought I might throw in my 2 cents regarding a handy tool for coding, an IDE called PhpStorm by Jet […]
Continue readingMore TagTag: pbs
CCATP #710 – Bart Busschots on PBS 132 of X — Managing JSDoc
In this final Programming By Stealth and final Chit Chat Across the Pond for 2021, Bart teaches us how to manage our documentation in JSDoc. As any good programmer, he insists on automating as much as he possibly can. He starts by showing us each step that we have to do at the command line, […]
Continue readingMore TagCCATP #708 – Bart Busschots on PBS 131 – Introducing JSDoc
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 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 TagTiny Tip – AppleScript to Launch Terminal in Current Finder Directory by Frank Vos
Last week I talked about using the proxy icon in Finder windows to drag into a Terminal window so I could quickly change directory quickly without typing the full path and without having to escape out the spaces between words in my directory paths. Frank Vos wrote in with a great tip on how to […]
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 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 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 #679 – Bart Busschots on PBS 113 of X My First Git Remote
Last time on Programming By Stealth, Bart introduced the concept of remote repositories, also known as remotes. It was one of those episodes where we learned a lot but didn’t get to apply what we learned. In this week’s installment, we get our hands digitally dirty as we create a bare repository (a repo with […]
Continue readingMore TagCCATP #677 – Bart Busschots on PBS 112 of X – Introducing Git Remotes
In this next installment in our mini-series on learning Git, Bart Busschots gives us some foundational knowledge on how to work beyond being one person with one Git repository. He starts by reinforcing what he’s explained before, that Git is a peer-to-peer technology, which is hard to wrap your head around if you’re used to […]
Continue readingMore Tag