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 TagTag: programming by stealth
CCATP #630 – Bart Busschots on PBS 92 — Currency Grid Solution
CCATP #630 for March 14, 2020, and I’m your host, Allison Sheridan. This week our guest is Bart Busschots with PBS 92 of X in which he walks us through his solution to the assignment from PBS 89 to create a grid of currency conversions. He doesn’t go through his code line by line, but […]
Continue readingMore TagNC #771 Celestron, Hydrow, Transcribe VOIP Calls, mamaRoo, Currency Rate Decimals, Plugable, Hindenburg, Lost iPhone
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, February 16, 2020, and this is show number 771. mp3 download
Continue readingMore TagWhen Currency Rate Decimals Go Wrong
Problem to be solved My Currency Conversion Web App (work-in-progress) I’m not entirely sure that this subject belongs in the NosillaCast but Bart was quite insistent that I write it up, so here I go. In Programming By Stealth we’ve been working on a little web app that will do currency conversions. Bart gives us […]
Continue readingMore TagCCATP #624 — Bart Busschots on PBS 90 of X — JavaScript Wrapper Objects
Hope you enjoyed getting the little extra Tidbits episode this week. In this installment Bart continues our on-going mini-series looking at each of the proverbial hats JavaScript objects wear. Bart explains the concept of JavaScript wrapper objects that allow you to access properties of otherwise property-less primitives. It’s pretty magical and I only got lost […]
Continue readingMore TagPBS Tidbit 1 of Y — Display Values are not Data!
This is not a normal episode of Programming By Stealth, it’s what Bart Busschots is calling a PBS Tidbit. Listener @lbutlr pointed out to Bart and me on Twitter that Bart’s math was wrong in his solution to the challenge he posted in PBS 89. The assignment was to produce currency exchange rates for a […]
Continue readingMore TagCCATP #622 — Bart Busschots on PBS 89 of X — Currency Converter Challenge
In this week’s installment of Programming By Stealth, Bart explains his new plan for both the content of PBS and the way the shownotes are created and presented to you. Bart has noticed that because we put a challenge solution and new content into the same show, the solution gets short-changed. That’s a shame because […]
Continue readingMore TagCCATP #619 — Bart Busschots on PBS 88 of X — DOM & jQuery Objects Redux
Bart is nearing the end of his mini-series recapping al of the different hats JavaScript objects wear, doing a lot of redux to cement the concepts that have been spread over so many lessons. He takes a really interesting approach this week to his teaching. He explains a concept and then instead of having a […]
Continue readingMore TagCCATP #617 – Bart Busschots on PBS 87 of X — JavaScript Iterators Objects & Generator Functions
I’m not going to lie, this episode of Programming By Stealth with Bart Busschots was a bit head bendy. Bart explains JavaScript Iterator Objects and Generator functions but without his excellent examples I’m certain I would never have been able to get the concepts to even slightly congeal in my brain. Iterator Objects and Generator […]
Continue readingMore TagCCATP #615 – PBS 86 of X — JavaScript Function Objects (Redux & Update)
This week Bart Busschots takes us back through JavaScript function objects, explaining the three different ways to define a function. It was great to have them all together to refresh our memory. He explains how only one method is hoisted, which lead him to explain the medieval history reference of “hoisted by your own petard”. […]
Continue readingMore Tag