✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · duke

10 articles · Updated every 3 hours · View all reads

All Articles 184,280Blog Posts 167,387Tech Tutorials 49,371Research Papers 35,883News 22,749 ⚡ AI Lessons
[Databricks on AWS #6] How We Structure the Terraform: Terragrunt, YAML-Driven Modules, and Atlantis GitOps
Dev.to · duke ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
[Databricks on AWS #6] How We Structure the Terraform: Terragrunt, YAML-Driven Modules, and Atlantis GitOps
The Terraform behind a multi-workspace Databricks platform: reusable modules, a YAML→Terragrunt flow so humans never touch .tf, per-workspace provider overrides
[Databricks on AWS #5] Fixing Databricks BOOTSTRAP_TIMEOUT with AWS PrivateLink: Control Plane Over the Backbone, Zero New Subnets
Dev.to · duke ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
[Databricks on AWS #5] Fixing Databricks BOOTSTRAP_TIMEOUT with AWS PrivateLink: Control Plane Over the Backbone, Zero New Subnets
Fixing a Databricks BOOTSTRAP_TIMEOUT with AWS PrivateLink — control-plane traffic over the AWS backbone with zero new subnets, zero new CIDR, and zero routing
[Databricks on AWS #4] The BOOTSTRAP_TIMEOUT Mystery: Tracing a Databricks Cluster from Data Plane to Control Plane (Transit Gateway + Firewall)
Dev.to · duke ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
[Databricks on AWS #4] The BOOTSTRAP_TIMEOUT Mystery: Tracing a Databricks Cluster from Data Plane to Control Plane (Transit Gateway + Firewall)
Healthy EC2, perfect routing, and a Databricks cluster that still won't start. Tracing a BOOTSTRAP_TIMEOUT from the data plane to the control plane across a Tra
[Databricks on AWS #3] Compute Governance on Databricks: Instance Pools, Cluster Policies, and Shared Clusters
Dev.to · duke 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 2mo ago
[Databricks on AWS #3] Compute Governance on Databricks: Instance Pools, Cluster Policies, and Shared Clusters
Governing Databricks compute so nobody spins up a 128-core box at 2am: instance pools, cluster policies, an entitlement gate, and the apply-order gotcha — endin
[Databricks on AWS #2] RBAC on Databricks: Function-Role Groups, Workspace Assignment, and Why USER/ADMIN Isn't the Whole Story
Dev.to · duke ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
[Databricks on AWS #2] RBAC on Databricks: Function-Role Groups, Workspace Assignment, and Why USER/ADMIN Isn't the Whole Story
Databricks RBAC done right: three account-level function-role groups, workspace USER/ADMIN assignment, and the mental split between what Databricks gives you bu
[Databricks on AWS #1] Building a Databricks AI Platform on AWS: Two Workspaces, One Unity Catalog Metastore
Dev.to · duke 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
[Databricks on AWS #1] Building a Databricks AI Platform on AWS: Two Workspaces, One Unity Catalog Metastore
Standing up a Databricks AI platform on AWS as code — two workspaces split by data flow, a shared Unity Catalog metastore, a customer-managed VPC, and Terraform
[Databricks on AWS #0] The Target Architecture: Isolating Prod, Dev, and Sandbox with Unity Catalog
Dev.to · duke 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 2mo ago
[Databricks on AWS #0] The Target Architecture: Isolating Prod, Dev, and Sandbox with Unity Catalog
The north-star design behind our Databricks platform — Lakehouse and Medallion under Unity Catalog governance, three fully isolated zones (prod, dev, sandbox),
Running a Whole RAG Agent Offline: LangGraph + Ollama + Embedded Qdrant (Zero API Keys)
Dev.to · duke 🧠 Large Language Models ⚡ AI Lesson 2mo ago
Running a Whole RAG Agent Offline: LangGraph + Ollama + Embedded Qdrant (Zero API Keys)
Most RAG tutorials open with "set your OPENAI_API_KEY." This one doesn't need it. In Part 1 I claimed...
Streaming a LangGraph Agent as OpenAI-Compatible SSE (with a Thinking Panel)
Dev.to · duke 🤖 AI Agents & Automation 3mo ago
Streaming a LangGraph Agent as OpenAI-Compatible SSE (with a Thinking Panel)
In Part 1 I built a LangGraph ReAct agent behind an OpenAI-compatible API and waved at one...
Running a LangGraph ReAct Agent in Production: OpenAI-Compatible API + Multi-Model Gateway + One-Line Tracing
Dev.to · duke 🧠 Large Language Models ⚡ AI Lesson 3mo ago
Running a LangGraph ReAct Agent in Production: OpenAI-Compatible API + Multi-Model Gateway + One-Line Tracing
A small but production-shaped LangGraph deployment — OpenAI-compatible API, a model gateway you can swap without code changes, and full tracing in one line.