DigitalOcean - Videos
Back to ChannelNVIDIA B300 Blackwell Ultra: A Technical Deep Dive
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
How to Evaluate Agents in Production
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
GPU Programming for Beginners | ROCm + AMD Setup to Edge Detection
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
Deploy OpenClaw on WhatsApp in under 4 Minutes!
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
Is AI Killing Open Source? (I Was Wrong)
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
I built a CLI that forces me to think before coding
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
Pay less for LLM inference (Tip #2: Quantization)
Double your GPU capacity instantly with 8-bit Quantization You can serve twice as many users on the same GPU by switching from 16-bit to 8-bit precision. This reduces VRAM usage without degrading ...
Antigravity Skills Give You an Unfair Advantage
Stop starting from scratch every time you open a new project! In this tutorial, we show you how to use Agent Skills in Antigravity to create reusable, intelligent instructions that automatically ap...
Why LLMs are expensive to run (and how to fix)
Stop overpaying for GPUs: The AMD vs. CUDA breakdown GPU scarcity is driving prices 2-3x above MSRP, but vendor lock-in is finally breaking. See how open-source alternatives like ROCm let you use ...
LlamaIndex Integration for DigitalOcean Gradient™ AI Platform
DigitalOcean Gradient AI Platform now speaks LlamaIndex natively! Two new open-source packages let you connect your Gradient Knowledge Base and LLMs directly into your LlamaIndex pipelines: 📦 lla...
Claude Skills clearly explained in under 10 minutes
Have you noticed that AI often gets worse as you add more context? Longer chats, messier answers. In this video, I explain Claude Skills, Anthropic’s approach to fixing context overload. You’ll l...
3 tips for managing AI costs (50% cost reduction)
Stop overpaying for AI inference! In this video, we reveal 3 battle-tested strategies for slashing your LLM costs - proven techniques we used to cut Character AI's production inference costs by 50%...
Deploy Moltbot on DigitalOcean in Minutes | Secure Cloud Setup Tutorial
The last chapter was built for training. DigitalOcean is for what comes next! 🚀 Join us at Deploy San Francisco 2026 to learn about the modern Inference Cloud. ⭐ Save your spot: https://www.digita...
Add Cron to DigitalOcean Droplets
Most software doesn’t do its work when someone clicks a button. It runs in the background. In this video, I build a tiny system from scratch: - a DigitalOcean droplet (a Linux machine in the cloud...
How AI models run on GPUs (CUDA vs. ROCm)
Ever wondered how your Python code actually runs on a GPU? In this video, we break down the AI compute stack—the layers of technology that transform your high-level PyTorch commands into calculatio...
NPM Supply Chain Attacks Explained (And How To Stop Them)
Supply Chain Attacks are now becoming common, and one of the great examples was the NPM Great Heist which impacted 18 NPM packages with more than 2.5+ Billion Downloads weekly. Such attacks affect ...
How to rebuild a $12M AI App in 12 Minutes with no code (n8n + lovable)
I rebuilt a $7M app in under 30 minutes, without writing a single line of code. In this video, I show you how to clone a real, revenue-generating app like Yuka using Lovable and n8n and how you ca...
How to SSH into a GPU Droplet in VSCode | DigitalOcean Basics
In this video, you’ll learn how to SSH into a DigitalOcean GPU Droplet using VS Code step by step. Instead of using the terminal, we’ll use Visual Studio Code’s Remote Development extension to get ...
I Built My Own 2025 Wrapped — Books, Sports and More (Tutorial)
Here's how I learned how much money💵 I saved this year by going to the library: I scraped that data with Playwright and combined it with my Goodreads and Strava data (which I exported as 2 separate...
How to Create a GPU Droplet on DigitalOcean
Unlock the full power of DigitalOcean GPU Droplets with this step-by-step guide! In this video, you’ll learn exactly how to create a GPU Droplet from scratch, connect to it, install essential tools...
Which is your favorite git command? #coding #ai #programming
Build a Full Stack AI SaaS for $0 (Antigravity + DigitalOcean)
🚀 I Took the Ultimate Free Stack Challenge — and Built a Full-Stack AI App with ONE Prompt! In today’s video, I’m pushing the limits of what’s possible with free developer tools. We’re building an...
Cursor tips in 10 minutes
Using Cursor for coding? You're probably missing out on features that could save you a ton of time. In this video, I'll show you the Cursor tips and tricks I use every day to code faster and get be...
Why this AI plays video games like a human (SIMA-2 Breakdown)
🎮 SIMA 2 is HERE! (5 Things You Need to Know) Google recently dropped SIMA 2, and it’s a massive upgrade to their generalist AI agent. By using Gemini as its base model, SIMA has evolved from a si...
prompt ➜ check ➜ improve ➜ repeat: Until the research is spot-on!
How to Build an Auto-Updating Knowledge Base for AI Agents Using Real Data
I built a real-time NBA🏀 stats agent using DigitalOcean’s Gradient AI. Watch it answer “Who’s leading the league right now in {insert stat}?” by pulling fresh data daily straight from nba.com/stats...
I accidentally built a full AI chat app… in my terminal 😅
Built a tiny TUI with Textual that somehow turned into a full AI chat app. Powered by DigitalOcean’s Inference API — model switching, a status widget, and even dad jokes… all inside the terminal. ...
Google’s new step towards AGI
🚀 SIMA 2 is INSANE! (Google's step towards AGI) Google's says SIMA 2 is a "a significant step in the direction of AGI". It can understand and reason in complex 3D environments, but the secret to i...
Learn Image Prompting by Playing a Game
GitHub Repo: https://github.com/digitalocean-labs/image-prompting-game 🚀 Join the Developer Cloud: https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_...
vLLM: Introduction and easy deploying
Running large language models locally sounds simple, until you realize your GPU is busy but barely efficient. Every request feels slow, and most of that GPU power just sits idle. In this video, yo...
n8n course in 1 minute
A complete n8n course recapped in 1 minute ⏰😄
Complete n8n course (in 2 minutes)
Here's a recap of our free n8n crash course, which takes you from the basics to building a full-fledged, AI-powered workflow from scratch. This series is a practical, project-based guide. We won'...
Stop Paying for Slack. Host Your Own Chat App (Campfire Setup Guide)
What if Slack or Discord didn’t cost you a dime — and you owned the chat app outright? That’s Campfire. Originally built by the team behind Basecamp, HEY, and Ruby on Rails, Campfire is back — now...
How to Build a Simple AI Agent Using LangGraph in 5 minutes
AI Agents are becoming the go‑to solution for handling complex workflows—and LangGraph’s ReAct agent pattern makes it feel effortless. In this video, I will walk through a practical demo of analy...
Hacktoberfest wrap-up
As Hacktoberfest comes to a close, it's time to celebrate the incredible open-source contributions made around the world! Join us for the wrap-up event featuring inspiring stories from contributor...
How to Run Fal.ai models on DigitalOcean | 2 Minute Tutorial
Fal AI models are on DigitalOcean's Gradient AI platform! Learn how to run fal image generation and audio generation models in Python from a Streamlit application. Why use DigitalOcean for serverl...
How to Deploy Streamlit Apps to DigitalOcean App Platform
For developers working with Python, particularly those creating applications that leverage Gradient AI's serverless inference capabilities, the Streamlit web framework offers an exceptionally strai...
How to Migrate Droplets to DigitalOcean Managed Databases
Migrating your Droplets doesn't have to be complicated! We're here to make it easy. Join our webinar on 10/29 at 8AM PST/11AM EST to learn just how easy it is to migrate your Droplets to DigitalO...
Build a secure n8n authentication workflow 🔒 | COMPLETE n8n crash course [Part 9]
PROMO CODE 🚀 The first 50 people to redeem the promo code DOCODEYT will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_cam...
Create n8n magic link tokens for authentication | COMPLETE n8n crash course [Part 7]
PROMO CODE 🚀 The first 50 people to redeem the promo code OCEANYT20 will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_c...
How to Connect n8n to a Postgres Database (Complete Guide)
PROMO CODE 🚀 The first 50 people to use the promo code YT20OCEAN will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_campa...
Build an n8n RAG Agent from scratch | COMPLETE n8n crash course [Part 6]
🚀 Join the Developer Cloud (use promo code DO20YT to get $20 in credits for first 50 signups): https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_campa...
How AI can help you defeat the survival odds of business #ai #chatgpt #business
🚀 Join the Developer Cloud: https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_campaign=digitalocean&utm_content= // STAY CONNECTED 🌏 Follow our blog...
Vibe-Code Along: Building an App with Claude Code
What happens when a CEO takes his app idea and decides to actually build it — using Claude and Cursor? In this video, DigitalOcean's CEO - Paddy Srinivasan builds SeaFolio, a stock tracking app, t...
From Idea to Business: How a CEO uses ChatGPT to Start a Business
What is the best way to use the AI tools accessible to us to build a business idea to see if it is feasible, profitable and whether there is a market for it? If you're interested in starting a busi...
Build an Al RAG Agent in n8n (quickest way) | COMPLETE n8n crash course [Part 5]
PROMO CODE 🚀 The first 50 people to redeem the promo code DO20YT will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_camp...
A (free) practical guide to n8n - start here | COMPLETE n8n crash course [Part 1]
Ready to master workflow automation? This free n8n crash course takes you from the basics to building a full-fledged, AI-powered workflow from scratch. We'll show you how to build real projects and...
Build an AI sales assistant with n8n | COMPLETE n8n crash course [Part 4]
PROMO CODE 🚀 The first 50 people to redeem the promo code DOYT201 will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_cam...
How to dynamically route requests in n8n with LLMs | COMPLETE n8n crash course [Part 3]
PROMO CODE 🚀 The first 50 people to redeem the promo code DOSTREAM20 will get $20 in free credits! https://cloud.digitalocean.com/registrations/new?utm_source=youtube&utm_medium=organic_video&utm_...
Automate your business with n8n - handling contact forms | COMPLETE n8n crash course [Part 2]
In this n8n crash course, we move beyond theory and outline the powerful, real-world project we'll be building. Handling inbound communication is a massive challenge for any organization, but in 20...