Best of Social MediaSeptember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Authentication vs Authorization – What's the Difference?

    authentication is the process of verifying the credentials a user provides with those stored in a system to prove the user is who they say they are. You only need a single factor to authenticate, with the most common being a password. Authorization can either grant or deny permission to carry out tasks, or access areas of an application.

  2. 2
    Article
    Avatar of codemotionCodemotion·4y

    Automate everything with Python

    Python is one of the most popular programming languages in developer surveys. It uses dynamic or duck-typing for intuitive coding and also features in-built garbage collection. It’s easy to find Python integrations for Facebook, Tiktok, Instagram and other social media platforms.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Build a blockchain social media platform

    A blockchain is a ledger that is practically immutable. It provides a permanent record that is not feasible to falsify or erase. In this article, we’ll design and build a blockchain social media platform, called Chirper, The initial lines of code specify the license and the version of the Solidity programming language that is used to compile the contract. Solidity is still developing quickly.