Best of TestDriven.io2023

  1. 1
    Article
    Avatar of testdrivenTestDriven.io·3y

    Web Authentication Methods Compared

    This article discusses various web authentication methods, including HTTP Basic Authentication, HTTP Digest Authentication, session-based authentication, token-based authentication, one-time passwords, and OAuth/OpenID. It highlights the differences between authentication and authorization, provides code examples, and suggests use cases for each method.

  2. 2
    Article
    Avatar of testdrivenTestDriven.io·3y

    Building an Intelligent Education Platform with OpenAI, ChatGPT, and Django

    Learn how AI can empower us to create intelligent education platforms by leveraging advancements in AI technology such as GPT-3 and ChatGPT. This tutorial guides you through training an AI model on a blog post, developing an API for answering user questions, and creating a user interface for interaction.

  3. 3
    Article
    Avatar of testdrivenTestDriven.io·3y

    Documenting Python Code and Projects

    Learn about the importance of documenting Python code, the difference between code comments and documentation, and how to write and generate documentation using docstrings and tools like Sphinx and Flask-RESTX.