Best of DigitalOcean2022

  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 css_tricksCSS-Tricks·4y

    CSS-Tricks is joining DigitalOcean! | CSS-Tricks

    DigitalOcean has acquired CSS-Tricks. The site and content is staying right here. DigitalOcean is committed to continuing to produce high-quality content on front-end development and tending to the trove of content that exists here already. You can build anything on DigitalOcean infrastructure.

  3. 3
    Article
    Avatar of pulumiPulumi·4y

    Fullstack Pulumi: Deploying the MERN Stack on DigitalOcean

    MERN-stack apps are three-tier web apps built with MongoDB, Express, React, and Node.js. DigitalOcean’s App Platform gives you a set of high-level abstractions built to align with the tiers of a typical web application. With Pulumi and a little bit of code, you can easily do so without ever having to leave the comfort of your IDE.

  4. 4
    Article
    Avatar of css_tricksCSS-Tricks·3y

    Thank You (2022 Edition) | CSS-Tricks

    The first one was published in 2007, the same year CSS-Tricks began, and it continued all the way through 2021 without missing a beat. This is the last post we’re publishing this year as we hang up our Gone Fishin’ sign for the holidays. We published a wayyyy less content this year.

  5. 5
    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.

  6. 6
    Article
    Avatar of itsfossIt's Foss·4y

    How to Contribute to Open Source in Hacktoberfest 2022 [Ultimate Guide]

    Hacktoberfest is one such event from DigitalOcean that encourages you to contribute back to your favorite open-source projects. In exchange for your contributions, you either get a gift from Digital Ocean, or you can choose to plant a tree instead. You can also help spread the word, and share the project with the world to improve its social presence.

  7. 7
    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.

  8. 8
    Article
    Avatar of asayerasayer·3y

    Alternatives to Netlify for deploying front-end apps

    Netlify provides developers with everything they need to take their web projects from the first preview to full production without having to think about servers or DevOps. This article will give you an overview of Netlify alternatives for deploying single-page applications and their pros and features.

  9. 9
    Article
    Avatar of ghblogGitHub Blog·4y

    Expand your open source contributions during Hacktoberfest 2022

    Hacktoberfest 2022 is back for its ninth year. We all use and depend on open source to power our digital world. In the past year alone, we saw over 2.6 billion contributions on GitHub. You can contribute to several GitHub projects participating this year, including GitHub Docs.

  10. 10
    Article
    Avatar of lnLaravel News·4y

    From idea, to blog, to live without leaving your IDE

    Statamic is a fantastic content management package you can add to your Laravel applications. In this tutorial, I will show you how to start with a new Statamic website and take this from an idea for a blog to deploying this as a static site to Digital Ocean using infrastructure as code.

  11. 11
    Article
    Avatar of flaviocopesFlavio Copes·4y

    Where to host a PostgreSQL database

    Local database is your best choice when you are developing your application on localhost. The drawback is the initial setup, but you can find many tutorials for your Operating System by searching “install postgresql on ” on Google or YouTube. DigitalOcean also offers a managed database that makes things easier (but also costs more, save time spend more)