Best of DigitalOcean2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    What Is Sidekick

    Sidekick simplifies the deployment of applications by allowing users to host multiple apps on a single VPS and make them production-ready easily. With features like one-command VPS setup, zero downtime deployment, high availability, and built-in SSL certification, it aims to be an affordable and straightforward solution for side projects.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How being proactive in tech communities can bring a smile on your face

    Engaging with tech communities can be highly rewarding. By answering questions and contributing, you can receive perks such as free merchandise and gift cards to support open source projects. Participation not only boosts personal motivation but also benefits the broader tech community.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Is CSS Tricks back?

    CSS Tricks, a website on the decline, may be revived after a year of dormancy. Chris Coyier, the original founder, expressed his desire to regain ownership and the current CEO of Digital Ocean is determined to bring CSS Tricks back. Former editor Geoff Graham may have returned to his old job. The future of CSS Tricks is uncertain.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Deployment to Kubernetes with ArgoCD

    The post provides a detailed guide on deploying applications to a Kubernetes cluster using ArgoCD. It includes Terraform configurations for setting up the DigitalOcean container registry and Kubernetes cluster, Nginx Ingress Controller for managing HTTP and HTTPS routing, and Cert Manager for automating TLS certificate management. The tutorial also covers initializing a Node.js application, using GitHub Actions to build and push Docker images, and configuring ArgoCD to monitor a Git repository for changes.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    How To Deploy a React Application to DigitalOcean App Platform

    Learn how to deploy a React application to DigitalOcean App Platform using a simple step-by-step tutorial. Configure automatic deployment on every push to GitHub repository's main branch.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Set Sail with your Laravel app on DigitalOcean

    LaraSail is a CLI tool that simplifies the process of deploying Laravel applications on DigitalOcean servers. It allows you to easily set up servers with various versions of PHP and databases like MySQL and MariaDB, as well as Redis. With commands for creating new projects, managing databases, and configuring Nginx, LaraSail helps streamline Laravel deployments. It supports creating new Laravel projects, adding Laravel Jetstream, and setting up web domains with SSL certificates.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    Building a B2B React CRM App with Refine and Deploying It on DigitalOcean

    Learn how to build a B2B React CRM App with Refine Framework and deploy it on DigitalOcean App Platform.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn how to deploy to Digital Ocean

    Learn how to deploy web apps to Digital Ocean with a comprehensive guide that covers setting up and managing Droplets, configuring networking features, and securing instances. The course also teaches the use of technologies like Nginx, Supervisor, Git, Gunicorn, Postgresql, and more.

  9. 9
    Article
    Avatar of do_communityDigitalOcean Community·2y

    DigitalOcean Kubernetes: Infrastructure Best Practices

    This post explores essential factors for bringing DigitalOcean Kubernetes (DOKS) to production readiness, including infrastructure planning, VPC isolation, high availability control planes, node configuration, and automation best practices with GitOps and Infrastructure as Code (IaC). It also provides practical examples and guides to help users enhance their DOKS deployments.

  10. 10
    Article
    Avatar of elixirforumElixir Forum·2y

    Deploy Your Phoenix App on DigitalOcean in 30 Minutes

    Learn how to deploy a Phoenix app manually to a DigitalOcean droplet in 30 minutes using basic shell commands. This guide walks you through setting up a Phoenix project, creating and configuring a DigitalOcean droplet, installing necessary dependencies like PostgreSQL and Caddy, and getting your app live. Note that this setup is not production-ready and lacks essential security measures.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Simple And Fully Automated Kubernetes Bootstrapping with DigitalOcean & Cloudflare

    This post provides a practical guide for bootstrapping a Kubernetes cluster into a fully functional production environment using DigitalOcean and Cloudflare. It walks through setting up Terraform scripts, configuring ArgoCD for GitOps, and deploying various Kubernetes applications. Sample configuration files and commands are provided to help achieve the setup. The post concludes with additional steps needed for comprehensive cluster management.

  12. 12
    Article
    Avatar of communityCommunity Picks·2y

    Getting Started with NocoDB on DigitalOcean

    NocoDB is an open-source no-code database platform that connects to relational databases, integrates with third-party tools, and allows for easy deployment on DigitalOcean with Managed Databases and App Platform.

  13. 13
    Article
    Avatar of wawandcoWawandco·2y

    Blog: Deploying a Go Application using HTMX and Digital Ocean

    This post discusses the process of deploying a Go + HTMX application using Digital Ocean as the cloud platform. It highlights the advantages of Digital Ocean, the steps for deploying the application, and the use of Docker and Postgres. The post also mentions the importance of health checks and creating a database for the application.

  14. 14
    Article
    Avatar of do_communityDigitalOcean Community·2y

    Real-Time Audio Translation with OpenAI APIs on DigitalOcean GPU Droplets Using Open WebUI

    This tutorial guides you through deploying a real-time audio translation application using OpenAI APIs on Open WebUI, hosted on DigitalOcean GPU Droplets powered by NVIDIA H100 GPUs. Steps include creating a project and GPU Droplet, setting up Docker with GPU support, and configuring Open WebUI. The final setup allows for the use of OpenAI models like GPT-4o and Whisper for real-time audio translation and transcription.

  15. 15
    Article
    Avatar of habrhabr·2y

    Mastering ChatGPT

    Discover the potential of incorporating function calling into OpenAI's ChatGPT API, allowing for natural language interaction and automation of tasks. Explore real-world examples of integrating ChatGPT with Replicate, Foursquare, and DigitalOcean APIs.