Best of DigitalOceanAugust 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    Heroku is removing the free tier

    From November 28, 2022 this FREE tier will no longer be available. The only real downsides are not enabling a custom domain and slower cold starts. If you are currently using a free tier, you will need to upgrade to a paid plan before that date.

  2. 2
    Article
    Avatar of do_communityDigitalOcean Community·4y

    How To Run End-to-End Tests Using Playwright and Docker

    Playwright is a great tool for end-to-end testing across browsers, including Chromium, Firefox, and Webkit. Playwright has features like auto-support interaction with browsers, so you don't have to install the web drivers manually. To run Playwright, you need an appropriate environment, such as type yes or press enter to confirm the setup for the package. The flag --save-dev is used.

  3. 3
    Article
    Avatar of do_communityDigitalOcean Community·4y

    An Introduction to JSON

    JSON, short for JavaScript Object Notation, is a format for sharing data. As its name suggests, it's derived from the JavaScript programming language, but it's available for use by many languages including Python, Ruby, PHP, and Java. Data can also be nested within the JSON format by using JavaScript arrays that are passed as a value. Arrays are ordered collections and can contain values of different data types.