✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · duke

10 articles · Updated every 3 hours · View all reads

All Articles 118,548Blog Posts 126,047Tech Tutorials 30,377Research Papers 23,717News 17,300 ⚡ AI Lessons
[Databricks on AWS #2] RBAC on Databricks: Function-Role Groups, Workspace Assignment, and Why USER/ADMIN Isn't the Whole Story
Dev.to · duke 1w 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 1w 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 1w 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 1w 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 2w 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 2w 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.