Plugging In The Holes-logo

Plugging In The Holes

Technology Podcasts

A show in which we address various issues that may come up with the technological tools that we depend on in our work or daily lives and how we can overcome them before they overcome us! We also cover JavaScript applications and workflows, both front end and backend (Node.js, npm, MongoDB, to name a few). And we have started introducing Python related subject matter as well. Please visit the blog on our website to view transcripts and embeds of our podcast episodes.

Location:

United States

Description:

A show in which we address various issues that may come up with the technological tools that we depend on in our work or daily lives and how we can overcome them before they overcome us! We also cover JavaScript applications and workflows, both front end and backend (Node.js, npm, MongoDB, to name a few). And we have started introducing Python related subject matter as well. Please visit the blog on our website to view transcripts and embeds of our podcast episodes.

Language:

English


Episodes
Ask host to enable sharing for playback control

Migrating from Gatsby v2 to v3

4/10/2021
In this episode, I discuss the minimum required changes I had to make to my Gatsby site when migrating from version 2 to version 3. To view the transcript/post of this podcast, please visit Migrating from Gatsby v2 to v3 on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:14:50

Ask host to enable sharing for playback control

Zoom has invaded the web page too

3/5/2021
I this episode, I discuss how zoom as invaded the web page, and how to avoid it. To view the transcript/post of this podcast, please visit Zoom has invaded the web page too on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:05:45

Ask host to enable sharing for playback control

Adobe Brackets is finally being put to rest

3/4/2021
In this episode, I talk about how the Adobe Brackets code editor is being deprecated, and which code editor I suggest would be a good replacement. To view the transcript/post of this podcast, please visit Adobe Brackets is finally being put to rest on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:01:55

Ask host to enable sharing for playback control

Using the Notes Extension In Brackets

2/16/2021
In this episode, I talk about the advantages of using the Brackets Notes extension, a nifty little extension which creates notes within an active Brackets window of a project folder. And those notes only exist in Brackets! The best part of this neat little extension (especially for students, but others too) is that the content of the note can be extracted to a markdown file inside your project folder. This is written up in the post but was inadvertently omitted by me in the podcast. It's called I podcasted this in the middle of the night syndrome! To view the transcript/post of this podcast, please visit Using the Notes Extension In Brackets on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:58

Ask host to enable sharing for playback control

Using Google Meet for on-the-fly screen sharing

2/14/2021
In this episode, I discuss how one can use the Google Meet video conferencing app with screen sharing capability. To view the transcript/post of this podcast, please visit Using Google Meet for on-the-fly screen sharing on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:04:08

Ask host to enable sharing for playback control

Google Chrome and the Brackets Live Preview extension

2/6/2021
In this episode, I discuss how the Brackets code editor launches its own instance of Google Chrome when its Live Preview extension is being used, what to watch out for security-wise about this behavior, and how you can turn it off. To view the transcript/post of this podcast, please visit Google Chrome and the Brackets Live Preview extension on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:05:37

Ask host to enable sharing for playback control

How iTunes Match saved me from losing iTunes Purchases bought under previous Apple IDs

11/28/2020
In this Season 2 episode 2, I discuss how iTunes Match saved me from losing iTunes Purchases bought under previous Apple IDs. To view the transcript/post of this podcast, please visit How iTunes Match saved me from losing iTunes Purchases bought under previous Apple IDs on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:49

Ask host to enable sharing for playback control

How to enable async await in a Node.js/Express application with ESLint

11/14/2020
In this first episode of Season 2, I discuss how to configure Eslint to recognize async/await in a Node.js/Express application. To view the transcript/post of this podcast, please visit How to enable async await in a Node.js/Express application with ESLint on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:33

Ask host to enable sharing for playback control

Binary Data: MongoDB Compass vs Robo 3T vs Local Mongo Shell

9/29/2020
In this (very short) episode, I discuss why I switched from MongoDB Compass to Robo 3T in local development. To view the transcript/post of this podcast, please visit MongoDB Compass vs Robo 3T vs Local Mongo Shell on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:01:26

Ask host to enable sharing for playback control

Reverting a file to a specific revision in Git

9/27/2020
In this episode, I talk about restoring a file to a specific state using Git. To view the transcript/post of this podcast, please visit Reverting a File to a Specific Revision in Git on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:43

Ask host to enable sharing for playback control

Using POST request with VS Code's REST Client extension

9/9/2020
In this episode, Now I discuss using a POST request in a local environment using VS Code's REST Client extension. To view the transcript/post of this podcast, please visit Using POST request with VS Code's REST Client extension on. interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:04:50

Ask host to enable sharing for playback control

Using VS Code's REST Client extension instead of Postman

9/8/2020
In this episode, I discuss an alternative to the Postman Collaboration Platform for API Development. It is a VS Code extension called REST Client. To view the transcript/post of this podcast, please visit Using VS Code's REST Client extension instead of Postman on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:03:53

Ask host to enable sharing for playback control

Hiding an "N/A" value of a src attribute of an img tag from an API

9/2/2020
In this episode, I discuss how one can hide the default alternate placeholder image both when an image does not exist or the link passed to the value of its src attribute is broken. To view the transcript/post of this podcast, please visit Hiding a "N/A" value of a src attribute of an img tag from an API on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:05:48

Ask host to enable sharing for playback control

Installing Python 3.8.0+ on your Mac with pyenv

7/4/2020
In this episode, I discuss how I recently wrote a post entitled Installing the latest version of Python on Mac OS Catalina and overriding the old default pre-installed version about installing Python 3.7.7 on Mac OS Catalina with Homebrew. Python 3.7.7 was the latest version of Python that one could install < 3.8.0. At the time, I was totally okay with that. That was before I discovered the Mkdocs documentation generator, which requires Python 3.8.2. It also supports 3.8.3. I checked to make sure! To view the transcript/post of this podcast, please visit Installing Python 3.8.0+ on your Mac with pyenv on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:11:16

Ask host to enable sharing for playback control

Adding host property to webpack.config.js which permits you to view your app in localhost on other shared network devices

6/7/2020
In this episode, I talk about how to add the host property to your webpack.config.js file, thereby permitting you to view your app in localhost on other shared network devices. To view the transcript/post of this podcast, please visit Adding host property to webpack.config.js which permits you to view your app in localhost on other shared network devices on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:27

Ask host to enable sharing for playback control

How to set up more than one wireless printer with HP ePrint using the HP Smart App

5/31/2020
In this episode, I discuss setting up more than one wireless printer with HP ePrint using the Hp Smart App. To view the transcript/post of this podcast, please visit How to set up more than one wireless printer with HP ePrint using the HP Smart App on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:10:48

Ask host to enable sharing for playback control

Enabling the auto-complete feature in Git with Z-shell

5/29/2020
In this episode, I discuss how to enable the auto-complete feature in Git. To view the transcript/post of this podcast, please visit Enabling the auto-complete feature in Git with Z-shell on intergloblamedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:02:18

Ask host to enable sharing for playback control

Installing the latest version of Python on Mac OS Catalina and overriding the old default pre-installed version

5/29/2020
In this episode, I discuss how to replace the old pre-installed default version of Python on Mac OS with the latest version of Python via Homebrew. To view the transcript/post of this podcast, please visit Installing the latest version of Python on Mac OS Catalina and overriding the old default pre-installed version on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:04:09

Ask host to enable sharing for playback control

The real reason behind why VSCode seemed to go haywire on me

5/27/2020
In this episode, I discuss how I finally resolved the diminished rendering in the browser issue I encountered when using VS Code's Live Server. To view the transcript/post of this podcast, please visit The real reason behind why VSCode seemed to go haywire on me on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:01:59

Ask host to enable sharing for playback control

When deploying an app to gh-pages that uses confetti-js

4/24/2020
In this episode, I talk about how to add the confetti-js npm package to an application you are hosting on Github gh-pages. To view the transcript/post of this podcast, please visit When deploying an app to gh-pages that uses confetti-js on interglobalmedianetwork.com. --- Support this podcast: https://podcasters.spotify.com/pod/show/maria-campbell/support

Duration:00:05:26