Best of DigitalOceanApril 2025

  1. 1
    Article
    Avatar of do_communityDigitalOcean Community·1y

    Building an API rate limiter using Valkey

    Learn how to implement a robust API rate limiter using Valkey, a Redis-compatible database, on DigitalOcean’s managed service. The tutorial demonstrates setting up Valkey and using it with Express.js to control API requests, using Valkey's atomic operations and efficient memory management to handle high traffic without performance degradation.

  2. 2
    Article
    Avatar of do_communityDigitalOcean Community·1y

    Build Real-Time AI Agents with GenAI and Serverless Functions

    Create AI-powered agents capable of processing real-time data using DigitalOcean’s GenAI Platform and serverless functions. This tutorial walks through setting up an AI agent to retrieve information from the DigitalOcean API, ideal for developers who want to build intelligent, API-connected agents without managing complex infrastructure.

  3. 3
    Video
    Avatar of laraveldailyLaravel Daily·1y

    I've Tried to Seed 10M Rows into MySQL...

    Successfully seeding 10.5 million records into MySQL with Laravel requires careful memory management and batch processing. Testing on both a local MacBook Pro and a $6 Digital Ocean server showed the task is feasible, though the process is slower on cheaper cloud servers. Despite the heavy load, MySQL's performance in querying large datasets remains efficient.