In our last installment of Programming By Stealth, Bart started teaching us how to bundle an app/website using our bundler of choice, Webpack. The app/website he’s creating for us is very simplified but is intended to allow us to exercise every one of the kinds of things we’d want to bundle. This week we finish […]
Continue readingMore TagTag: programming by stealth
CCATP #738 – Bart Busschots on PBS 138 – Bundling a Web App/Site with Webpack (Part 1)
We’re back in the saddle after a summer of “PBS Adjacent” installments. Our last real PBS was learning how to use Webpack to bundle a JavaScript library for sharing with the world. That was cool, but a lot of us want to use Webpack to bundle a web app we’ve written ourselves to include all […]
Continue readingMore TagCCATP #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 TagFollow Up on Keyword Search Extension and Static Sites
Two weeks ago I told you about the nifty plugin for Safari called Keyword Search. This is the one that allows you to set up little shortcuts to search sites you visit often. I explained that it works really swell with most sites, but not with static sites like Programming By Stealth. PBS is a […]
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 #715 – Bart Busschots on PBS 135 of X – Introducing Jest (and re-Introducing Test Driven Development & Unit Testing)
In this week’s installment of Programming By Stealth, Bart takes us down memory lane to 102 episodes ago when he first introduced us to the concept of test-driven development. He explains why back then he taught us how to use QUnit for our TDD work, and why it’s no longer in favor with him. It’s […]
Continue readingMore TagCCATP #714 – Bart Busschots – PBS Tibit2 – It’s Ok to Play a Different Game!
This episode of Chit Chat Across the Pond perfectly straddles the line between Programming By Stealth and Lite. While it’s definitely a nerdy discussion topic, Bart Busschots is really just telling a story. He starts by explaining how he ended up a computer scientist essentially by accident, and tells us about a fantastic CS professor […]
Continue readingMore TagProgramming By Stealth Makes Me Feel Powerful
Wordle Solved by Lucas s Python SCript Speaking of Python, Dave Hamilton (of the Mac Geek Gab podcast) bragged that his son Lucas had written a solver for Wordle in Python as well. It was in a private repo on GitHub so I asked for permission to see it. I bring this up not to […]
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 TagPhpStorm – An IDE Not Just for PHP – by William Reveal
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 Tag