In this week’s episode of Programming By Stealth, Bart Busschots starts building out one more tool in our toolbox: shell scripts. Bart starts with the basics explaining how to tell our little scripts which shell to run using the shebang line, the structure of shell scripts, commenting, assigning, and using variables, and how to write […]
Continue readingMore TagTag: Programmers
CCATP #724 – Bart Busschots on PBS 137 of X — Bundling a Library with Webpack
We have one more thing to learn as we gear up to actually start writing modern code for Bart’s HSXKPasswd tool. The last piece of our tool kit is a bundler. In this installment, Bart teaches what problems bundlers solve, and he explains why he chose the bundler Webpack for our project. After learning about […]
Continue readingMore TagCCATP #717 – Bart Busschots on PBS 136 of X — More Jesting
Bart Busschots taught us the basics of Jest last time for our Test Driven Development environment. This week we learn to group our tests using the describe() function in Jest. Grouping tests with describe does more than eliminate the need to comment our code, it also provides more useful output from our tests and scopes […]
Continue readingMore TagCCATP #713 – Bart Busschots on PBS 134 of X — Firming up our Foundations (2 of 2)
In this installment of Programming By Stealth, Bart Busschots finishes firming up our foundation on a few more things before we meet Jest, which will be the Test Driven Development (TDD) environment we’ll be learning next time. He explains in some adorable examples involving a parrot (named Polly of course) how getters can be used […]
Continue readingMore TagCCATP #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 TagTiny 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 #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 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 #635 — Bart Busschots on PBS 94 of X — Basic JavaScript OO with Class
My Diagram Explaining Classes, Constructors, Objects and Instances In the early days of Programming By Stealth, Bart tried to explain JavaScript classes, objects and instances. He talked about it in Installment 17 before ES6, and then took another run at it in installments 27-31. But it never felt to Bart like he had explained it […]
Continue readingMore TagProgramming is My Happy Place
In my engineering curriculum, I took classes in two programming languages. In my freshman year of undergraduate work, I took a class in BASIC and then I took Fortran IV with WAT5 in grad school. I got my Masters in Mechanical Engineering in 1982 and that’s the last time I programmed. Right before I retired […]
Continue readingMore Tag