Logo

    TPDP025: Securing Applications with a Second Factor of Authentication

    en-usMarch 02, 2019
    What was the main topic of the podcast episode?
    Summarise the key points discussed in the episode?
    Were there any notable quotes or insights from the speakers?
    Which popular books were mentioned in this episode?
    Were there any points particularly controversial or thought-provoking discussed in the episode?
    Were any current events or trending topics addressed in the episode?

    About this Episode

    In this episode I'm joined by Luke Walker who is a Solutions Architect at Yubico, the company that creates security hardware tokens such as the YubiKey. Security is a big deal in for both end users who are supplying data and developers who are working to keep that data safe. Luke and I spend some time in this episode discussing some of the various two-factor authentication (2FA) mechenisms that can be implemented in web applications and where some of these mechenisms fall short. In addition to things like TOTP, SMS, we also dive deep into the FIDO and FIDO2 protocol which Yubico implements and is pushing as a web standard. A brief writetup to this episode can be found via https://www.thepolyglotdeveloper.com/2019/03/tpdp-e25-securing-applications-second-factor-authentication/

    Recent Episodes from The Polyglot Developer Podcast

    TPDP038: COBOL Development on the Mainframe

    TPDP038: COBOL Development on the Mainframe
    In this episode I'm joined by Elizabeth Joseph from IBM, and we discuss COBOL. I know what you're thinking. Why are we resurrecting a dinosaur of a programming technology for this podcast episode? While the programming language is one of the oldest, it is still very relevant when it comes to modern development, more particularly mainframe development. While the focus point of this episode is around COBOL, Elizabeth and I spend a lot more time discussing mainframe development and where it fits in a world where JavaScript, Python, and similar technologies are dominating. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/07/tpdp-e38-cobol-development-mainframe/

    TPDP037: Writing Tests in a Development Project

    TPDP037: Writing Tests in a Development Project
    In this episode I'm joined by repeat guest, and awesome developer, Corbin Crutchley from Unicorn Utterances. The topic of this episode is on testing, and I'm not talking about taking exams, I'm talking about writing tests in your development projects to produce much better final products. If you've ever been curious about the differences between unit tests, integration tests, end to end tests, and all of the other possible types of tests that might exist, this episode is for you. It doesn't matter if you're a new developer, a casual developer, or expert developer, knowing how to write tests will greatly benefit your career. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/06/tpdp-e37-writing-tests-development-project/

    TPDP036: Machine Learning, AI, and Data Science

    TPDP036: Machine Learning, AI, and Data Science
    In this episode I'm joined by Upkar Lidder from IBM, and we're talking about modern machine learning. Do you process a large amount of data and manually make decisions on it? There's a good chance that you could be leveraging machine learning to reduce your workload and make more accurate decisions. Learn about what machine learning is, how it differs from artificial intelligence and data science, and what you need in order to be successful with it. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/05/tpdp-e36-machine-learning-ai-data-science/

    TPDP035: Developing on the Blockchain

    TPDP035: Developing on the Blockchain
    In this episode I'm joined by Lennart Frantzell from IBM, and we're talking about the blockchain. If you've ever been curious on what the blockchain is, why you should develop on it, or how to even develop on it, this is the episode for you. We clear the air on a lot of misconceptions that people have and show that it is more than just cryptocurrency and hype. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/04/tpdp-e35-developing-on-the-blockchain/

    TPDP034: Containers, Virtual Machines, and Orchestration, Part 2

    TPDP034: Containers, Virtual Machines, and Orchestration, Part 2
    This episode is a continuation of the previous episode featuring Marek Sadowski from IBM. In the previous episode, Marek and I discussed the history and use-cases behind virtual machines, containers, and bare metal deployments. We briefly discussed orchestration, but ran out of time when it came to getting into the exciting topics. As part of the continuation, we jump into Kubernetes (K8s), a popular container orchestration tool, and how it differs from popular orchestration services like Red Had OpenShift. If you're looking to scale your organization, this is an episode worth listening to. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/03/tpdp-e34-containers-virtual-machines-orchestration-part-2/

    TPDP033: Containers, Virtual Machines, and Orchestration, Part 1

    TPDP033: Containers, Virtual Machines, and Orchestration, Part 1
    In this episode I'm joined by Marek Sadowski from IBM, and we're bringing DevOps into focus. More particularly, we're focusing on virtual machines, containers, and orchestrating them with tools like Kubernetes and RedHat OpenShift. If you've ever had to deploy an application, you've probably asked yourself, what do I choose for deployment? Do I build my own hardware, use a virtual machine, or do I look into containers? What happens when your one application turns into one hundred applications? How do you manage those applications without bringing yourself to madness? Do you choose something like Kubernetes, or do you explore a managed solution like OpenShift? This is a two part episode with this particular episode focusing on containers, virtual machines, and Kubernetes. The next episode in the series takes a spin at comparing Kubernetes to solutions like OpenShift for orchestration. A brief writeup to this episode can be found via https://www.thepolyglotdeveloper.com/2020/02/tpdp-e33-containers-virtual-machines-orchestration-part-1/

    TPDP032: Getting Familiar with TypeScript for Development

    TPDP032: Getting Familiar with TypeScript for Development
    In this episode I'm joined by Corbin Crutchley, a friend and regular on the show, and we set out to talk about TypeScript and how it is used in modern development. If you've never been exposed to TypeScript, it is a strongly typed language that acts as a superset to JavaScript, but compiles to JavaScript in the end. It is a go-to technology for a lot of developers and is becoming increasingly popular every day. Corbin and I take some time to explain all of the benefits and a few of the negatives about this awesome technology in this episode of the show. A brief writetup to this episode can be found via https://www.thepolyglotdeveloper.com/2019/10/tpdp-e32-getting-familiar-typescript-development/

    TPDP031: Developer Education through Books, Video Courses, and Conferences

    TPDP031: Developer Education through Books, Video Courses, and Conferences
    In this episode I'm joined by Adrienne Tacke, author of Coding for Kids: Python, and Alex Ziskind, owner of the NativeScripting course platform. The topic of this episode is broken into two parts. The first is around improving your skills as a developer through different education avenues such as eBooks, video courses, conferences, and other events. The three of us on the show are developers, like many of the listeners. We each have our own methods towards learning new development technologies or deepening our skills with the technologies we're already using. Some of these methods might not be obvious and it's something we want to share. The second part of the episode is around taking the developer skills that you have and then using them to teach others through writing your own eBooks or courses, and what it looks like in terms of hardware, funding, and similar. A brief writetup to this episode can be found via https://www.thepolyglotdeveloper.com/2019/09/tpdp-e31-developer-education-books-video-courses-conferences/

    TPDP030: Building a Developer Community with Meetups

    TPDP030: Building a Developer Community with Meetups
    In this episode I'm joined by Vijay Menon, organizer of the JavaScriptLA and JavaScript South Bay Meetup groups in Southern California. The topic of this episode is around the importance of being a part of a developer community and building your own if one doesn't already exist in your local area. In this episode you'll hear success stories that Vijay has had at his very large and successful developer communities and the work that is involved for building and managing your own on Meetup.com. A brief writetup to this episode can be found via https://www.thepolyglotdeveloper.com/2019/08/tpdp-e30-building-developer-community-with-meetups/

    TPDP029: Asynchronous JavaScript Development

    TPDP029: Asynchronous JavaScript Development
    In this episode I'm joined by Corbin Crutchley, a seasoned JavaScript developer with extensive knowledge of various frameworks such as Vue.js, Angular, and React.js. Corbin also operates his own development blog, Unicorn Utterances. The topic of this episode is around asynchronous development using JavaScript and no particular framework. If you're coming from other programming languages, the concept of promises, callbacks, async / await, and similar all might seem daunting when it comes to working with remote web services or even resource intensive proccesses. Corbin and I shed some light into the world of doing things asynchronously and hopefully clear things up and even make the concepts easier to wrap your head around. A brief writetup to this episode can be found via https://www.thepolyglotdeveloper.com/2019/07/tpdp-e29-asynchronous-javascript-development/
    Logo

    © 2024 Podcastworld. All rights reserved

    Stay up to date

    For any inquiries, please email us at hello@podcastworld.io