Plugging In The Holes

Follow Plugging In The Holes
Share on
Copy link to clipboard

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! Support this podcast: https://anchor.fm/maria-campbell/support

Maria Campbell


    • Apr 10, 2021 LATEST EPISODE
    • monthly NEW EPISODES
    • 5m AVG DURATION
    • 59 EPISODES


    Search for episodes from Plugging In The Holes with a specific topic:

    Latest episodes from Plugging In The Holes

    Migrating from Gatsby v2 to v3

    Play Episode Listen Later Apr 10, 2021 14:50


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Zoom has invaded the web page too

    Play Episode Listen Later Mar 5, 2021 5:45


    I this episode, I discuss how zoom as invaded the web page, and how to avoid it. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Adobe Brackets is finally being put to rest

    Play Episode Listen Later Mar 4, 2021 1:55


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Using the Notes Extension In Brackets

    Play Episode Listen Later Feb 16, 2021 2:58


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Using Google Meet for on-the-fly screen sharing

    Play Episode Listen Later Feb 14, 2021 4:08


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Google Chrome and the Brackets Live Preview extension

    Play Episode Listen Later Feb 6, 2021 5:37


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    google chrome brackets live preview
    How iTunes Match saved me from losing iTunes Purchases bought under previous Apple IDs

    Play Episode Listen Later Nov 28, 2020 2:49


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later Nov 14, 2020 2:33


    In this first episode of Season 2, I discuss how to configure Eslint to recognize async/await in a Node.js/Express application. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later Sep 29, 2020 1:26


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Reverting a file to a specific revision in Git

    Play Episode Listen Later Sep 27, 2020 2:43


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Using POST request with VS Code's REST Client extension

    Play Episode Listen Later Sep 9, 2020 4:50


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Using VS Code's REST Client extension instead of Postman

    Play Episode Listen Later Sep 8, 2020 3:53


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later Sep 2, 2020 5:48


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Installing Python 3.8.0+ on your Mac with pyenv

    Play Episode Listen Later Jul 4, 2020 11:16


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later Jun 7, 2020 2:27


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later May 31, 2020 10:48


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later May 29, 2020 2:18


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later May 29, 2020 4:09


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later May 27, 2020 1:59


    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. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

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

    Play Episode Listen Later Apr 24, 2020 5:26


    In this episode, I talk about how to add the confetti-js npm package to an application you are hosting on Github gh-pages. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    The really cool jscolor color picker

    Play Episode Listen Later Apr 9, 2020 3:32


    In this episode, I talk about how to add the really cool jscolor color picker to an application! To view the transcript/post of this podcast, please visit The really cool jscolor color picker on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Sticky Footers in the age of coronavirus: It always comes down to FlexBox, just the implementation may vary

    Play Episode Listen Later Apr 9, 2020 10:44


    In this episode, I talk about a new way that I implemented FlexBox to achieve a sticky footer in the new application I created for my students called "Storage Fun With Forms". I also give some advice on how to approach your work during these times of the coronavirus. And yes, this comes from personal experience! To view the transcript/post of this podcast, please visit Sticky Footers in the age of coronavirus: It always comes down to FlexBox, just the implementation may vary on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    How challenges, road blocks, and mistakes can lead to fruitful progress as a web designer or developer

    Play Episode Listen Later Mar 23, 2020 2:53


    In this episode, I talk about how challenges, road blocks, and mistakes can lead to fruitful progress as a web designer or developer. To view the transcript/post of this podcast, please visit How challenges, road blocks, and mistakes can lead to fruitful progress as a web designer or developer on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Recording Saving and Downloading Blackboard Collaborate Ultra Sessions

    Play Episode Listen Later Mar 16, 2020 16:46


    In this episode, I talk about how to record, save, and download Blackboard Collaborate Ultra audio/video sessions. This is in response to the City Tech college shut down due to the Corona Virus, and the need for conducting classes online. One of the ways we are dealing with this at City Tech is to use the Blackboard Collaborate Ultra Tool available to us on Blackboard. It is actually a really cool tool. One of my students introduced me to it! To view the transcript/post of this podcast, please visit Recording Saving and Downloading Blackboard Collaborate Ultra Sessions on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Forking A Repository on Github and Subsequently Creating a Pull Request on the Original Repository

    Play Episode Listen Later Mar 11, 2020 7:22


    In this episode, I talk about forking a repository on Github and subsequently creating a pull request on the original repository. To view the transcript/post of this podcast, please visit Forking A Repository on Github and Subsequently Creating a Pull Request on the Original Repository on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    How to prevent buttons from moving on click

    Play Episode Listen Later Mar 2, 2020 14:02


    In this episode, I talk about how I solved the issue of moving buttons on click, and what the side effects were of that move! To view the transcript/post of this podcast, please visit How to prevent buttons from moving on click on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    VS Code and the Live Server extension

    Play Episode Listen Later Feb 28, 2020 1:48


    In this episode, I talk about how to use the Live Server extension for VS Code. To view the transcript/post of this podcast, please visit VS Code and the Live Server extension on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Switching Shells on Mac OS Catalina

    Play Episode Listen Later Feb 27, 2020 5:53


    In this episode, I talk about why one should switch over to the ZShell from Bash if they has Mac OS Catalina installed on their machine. To view the transcript/post of this podcast, please visit Switching Shells on Mac OS Catalina on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Images in Gatsby Post Content when using Netlify CMS

    Play Episode Listen Later Feb 25, 2020 3:28


    I this episode, I talk about how to add images in the body of Gatsby markdown posts when using Netlify CMS. To view the transcript/post of this podcast, please visit Images in Gatsby Post Content when using Netlify CMS on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Git cloning a branch other than master from Github

    Play Episode Listen Later Feb 25, 2020 2:11


    In this episode, I talk about how to git clone a branch other than the master branch from a Github repository. To view the transcript/post of this podcast, please visit Git cloning a branch other than master from Github on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Git Large File Storage

    Play Episode Listen Later Feb 24, 2020 2:52


    In this episode, I discuss how I finally took the plunge and started using Git Large File Storage in my repositories. To view the transcript/post of this podcast, please visit Git Large File Storage on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    The importance of taking time out to check your code and html markup

    Play Episode Listen Later Feb 18, 2020 3:33


    In this episode, I discuss what tools will help you in checking your source code AND html markup, thereby reducing the number of errors present in your code base or html markup. To view the transcript/post of this podcast, please visit The importance of taking time out to check your code and html markup on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    The importance and advantage of git push -u

    Play Episode Listen Later Feb 15, 2020 3:10


    In this episode, I discuss the importance and advantage of the -u flag when pushing a local git repository to remote for the first time. To view the transcript/post of this podcast, please visit The importance and advantage of git push -u on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Using node-sass instead of system Sass in OS X Catalina

    Play Episode Listen Later Feb 12, 2020 7:15


    In this episode, I describe how I circumvented my inability to use my old Sass installation on my Macbook Pro which I recently upgraded to OS Catalina, by installing node-sass locally in some of my smaller vanilla JavaScript applications. To view the transcript/post of this podcast, please visit Using node-sass instead of system Sass in OS X Catalina on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    APIs for Developers and what pitfalls to watch out for

    Play Episode Listen Later Jan 14, 2020 5:59


    In this episode, I discuss resources I have come across providing information about APIs for developers. I also discuss what pitfalls to watch out for when working with APIs. To view the transcript/post of this podcast, please visit APIs for Developers and what pitfalls to watch out for on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    How to take a screenshot on your Mac (Mojave or later)

    Play Episode Listen Later Jan 12, 2020 3:17


    In this episode, I discuss how you can take awesome screenshots without any of the accidental deselect or inaccuracies hastle in older versions of the OSX operating system. To view the transcript/post of this podcast, please visit How to take a screenshot on your Mac (Mojave or later) on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Github Integration App Smart Commits on Jira

    Play Episode Listen Later Jan 11, 2020 2:47


    In this episode, I discuss how I reconnected a Github repository to the Github Integration app for Jira after discovering that my #resolve, #done, and #close commands were not working in my Smart Commits. To view the transcript/post of this podcast, please visit Github Integration App Smart Commits on Jira on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    How to create a sticky footer when you originally didn't account for having one

    Play Episode Listen Later Jan 9, 2020 7:28


    In this episode, I discuss how I went about creating a sticky footer after having already built the basic infrastructure and code of my Message Me app. To view the transcript/post of this podcast, please visit How to create a sticky footer when you originally didn't account for having one on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Crisp chat, GatsbyJS and dotenv (update)

    Play Episode Listen Later Dec 31, 2019 2:30


    In this episode, I discuss the update I made to Crisp chat, GatsbyJS, and dotenv issue and what it all means. To view the transcript/post of this podcast, please visit Crisp chat, GatsbyJS and dotenv (update) on interglobalmedianetwork.com --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    GatsbyJS and dotenv

    Play Episode Listen Later Dec 30, 2019 3:42


    In this episode, I discuss what happened when I tried to use the dotenv npm package with the Crisp chat box and GatsbyJS. To view the transcript/post of this podcast, please visit GatsbyJS and dotenv on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    The window object, React hooks, and GatsbyJS

    Play Episode Listen Later Dec 29, 2019 4:30


    In this episode, I talk discuss how I came about successfully adding media queries to a React element's inline styles. To view the transcript/post of this podcast, please visit The window object, React hooks, and GatsbyJS on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Crisp Chat Box now on interglobalmedianetwork.com

    Play Episode Listen Later Dec 28, 2019 2:23


    In this episode, I talk about why I decided to go with a chat box widget instead of creating a node chat app myself for interglobalmedianetwork.com. To view what the Chat Box looks like, please visit interglobalmedianetwork.com. To view the transcript/post of this podcast, please visit Crisp Chat Box now on interglobalmedianetwork.com on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    GatsbyJS and the Sharp plugin

    Play Episode Listen Later Dec 23, 2019 2:49


    In this episode, I describe how I finally was able to add back the gatsby-plugin-manifest and gatsby-plugin-offline plugins to my interglobalmedianetwork.com site and subsequently successfully deploy to Netlify. To view the transcript/post of this podcast, please visit GatsbyJS and the Sharp plugin on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Checking In

    Play Episode Listen Later Dec 14, 2019 4:14


    In this episode, I talk about the importance of being acquainted with the tools one depends on every day at work and that if one is NOT acquainted with them, the importance of investing time to conquer them and how to conquer them. To view the transcript/post of this podcast, please visit Checking In on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    My thoughts on Social Media

    Play Episode Listen Later Nov 22, 2019 2:30


    In this episode, I share my thoughts on Social Media and why I removed myself from Facebook. To view the transcript/post of this podcast, please visit My thoughts on Social Media on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    The Status of my Code Camp NYC 2019 Presentation Submission

    Play Episode Listen Later Sep 9, 2019 0:44


    In this short but sweet episode, I reveal the status of my Code Camp NYC 2019 presentation submission. Tune in to find out the status! --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Multer S3 and AWS S3

    Play Episode Listen Later Sep 4, 2019 2:14


    In this episode, I reveal the status of my goal to delete images dynamically uploaded via multer s3 to AWS Simple Storage Service (aka S3), the title of my proposed presentation to Code Camp 2019, and if not accepted, how other conferences or meetups interested in the topic can contact me. To view the transcript/post of this podcast, please visit Multer S3 and AWS S3 on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Specialization: The Importance of Not Spreading Oneself Too Thin

    Play Episode Listen Later Sep 3, 2019 5:33


    In this episode, I mention my submission to Code camp NYC 2019, the importance of specialization, and the importance of doing things we believe in instead of what others expect us to do. To view the transcript/post of this podcast, please visit Specialization: The Importance of Not Spreading Oneself Too Thin on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Multer, Amazon S3 and AWS Amplify

    Play Episode Listen Later Aug 2, 2019 5:50


    In this episode, I discuss the pitfalls of using the npm package multer-s3 for uploading files onto Amazon Simple Storage Service (aka S3) and what might be viable alternatives. To view the transcript/post of this podcast, please visit Multer, Amazon S3 and AWS Amplify on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Node.js and graphql

    Play Episode Listen Later Jul 30, 2019 7:55


    In this episode, I will be talking about graphql and why I came to love working with Node.js and graphql on the backend. To view the transcript/post of this podcast, please visit Nodejs and graphql on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Github automated security fixes (beta)

    Play Episode Listen Later Jul 29, 2019 4:29


    In this episode, I talk about what are Github automated security fixes and how they work. Having yet another source to fix the vulnerabilities in your code is a good thing. If you know of any automated security tools for open source software that you would like to share with me, feel free to ping me on Twitter @letsbsocial1. To view the transcript/post of this podcast, please visit Github automated security fixes (beta) on interglobalmedianetwork.com. --- Send in a voice message: https://anchor.fm/maria-campbell/message Support this podcast: https://anchor.fm/maria-campbell/support

    Claim Plugging In The Holes

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel