✕ Clear all filters
58 articles
▶ Videos →

📰 Dev.to · Olivia Craft

58 articles · Updated every 3 hours · View all reads

All Articles 133,220Blog Posts 137,666Tech Tutorials 34,544Research Papers 25,940News 18,846 ⚡ AI Lessons
CLAUDE.md for Astro: 13 Rules That Stop AI from Shipping Too Much JavaScript
Dev.to · Olivia Craft 🏗️ Systems Design & Architecture ⚡ AI Lesson 1mo ago
CLAUDE.md for Astro: 13 Rules That Stop AI from Shipping Too Much JavaScript
Astro is built around one idea: ship less JavaScript. Islands architecture means only the interactive...
CLAUDE.md for Express.js: 13 Rules That Stop AI from Breaking Your Middleware Chain
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Express.js: 13 Rules That Stop AI from Breaking Your Middleware Chain
If you've worked with Express.js for more than a week, you know the feeling: you ask Claude to add a...
CLAUDE.md for Angular: 13 Rules That Make AI Write Idiomatic, Production-Ready Components
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Angular: 13 Rules That Make AI Write Idiomatic, Production-Ready Components
Angular is opinionated — but Claude Code doesn't know which version of those conventions your project uses. These 13 CLAUDE.md rules lock in standalone componen
CLAUDE.md for NestJS: 13 Rules That Make AI Write Modular, Production-Ready TypeScript
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for NestJS: 13 Rules That Make AI Write Modular, Production-Ready TypeScript
NestJS is opinionated by design — but Claude Code doesn't know which patterns you want. These 13 CLAUDE.md rules keep AI inside your module boundaries, validati
CLAUDE.md for Spring Boot: 13 Rules That Make AI Write Production-Ready Java Web Applications
Dev.to · Olivia Craft 2mo ago
CLAUDE.md for Spring Boot: 13 Rules That Make AI Write Production-Ready Java Web Applications
CLAUDE.md for Spring Boot: 13 Rules That Make AI Write Production-Ready Java Web...
CLAUDE.md for Haskell: 13 Rules That Make AI Write Idiomatic, Type-Safe Haskell
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Haskell: 13 Rules That Make AI Write Idiomatic, Type-Safe Haskell
AI-generated Haskell often uses partial functions, avoids the type system, and misses monadic patterns. These 13 CLAUDE.md rules enforce total functions, proper
CLAUDE.md for PHP: 13 Rules That Make AI Write Modern, Secure, Idiomatic PHP
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for PHP: 13 Rules That Make AI Write Modern, Secure, Idiomatic PHP
Stop getting legacy PHP from your AI assistant. These 13 CLAUDE.md rules enforce modern PHP 8.x, strict types, PSR standards, and security patterns session to s
CLAUDE.md for TypeScript and Node.js: 13 Rules That Make AI Write Type-Safe, Production-Ready Code
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for TypeScript and Node.js: 13 Rules That Make AI Write Type-Safe, Production-Ready Code
CLAUDE.md for TypeScript and Node.js: 13 Rules That Make AI Write Type-Safe,...
CLAUDE.md for Rust: 13 Rules That Make AI Write Safe, Idiomatic Systems Code
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Rust: 13 Rules That Make AI Write Safe, Idiomatic Systems Code
Ask Claude Code to "add a small async cache to this crate" and the default output looks fine: a...
CLAUDE.md for Go: 13 Rules That Make AI Write Idiomatic, Production-Safe Backend Code
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Go: 13 Rules That Make AI Write Idiomatic, Production-Safe Backend Code
Ask Claude Code to "add a worker that drains an order queue" in your Go service and the default...
CLAUDE.md for React and Next.js: 13 Rules That Make AI Write Production-Ready Components
Dev.to · Olivia Craft 2mo ago
CLAUDE.md for React and Next.js: 13 Rules That Make AI Write Production-Ready Components
The default Claude Code output for a React/Next.js task is a tutorial. Class-component muscle memory,...
CLAUDE.md for Scala: 13 Rules That Make AI Write Idiomatic Functional Code
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
CLAUDE.md for Scala: 13 Rules That Make AI Write Idiomatic Functional Code
CLAUDE.md for Scala: 13 Rules That Make AI Write Idiomatic Functional Code You ask Claude...
14 CLAUDE.md Rules That Make AI Write Truly Safe Rust Code
Dev.to · Olivia Craft 2mo ago
14 CLAUDE.md Rules That Make AI Write Truly Safe Rust Code
14 production-tested CLAUDE.md rules for Rust devs that fix what AI gets wrong: unwrap on user input, Mutex across await, Box everywhere, mocked databases. Drop
7 CLAUDE.md Rules That Make AI Write Idiomatic Rust (Not C++ in Disguise)
Dev.to · Olivia Craft 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
7 CLAUDE.md Rules That Make AI Write Idiomatic Rust (Not C++ in Disguise)
A drop-in CLAUDE.md for Rust projects — owned types in public APIs, anyhow vs thiserror, no Mutex across .await, deny(unsafe_code), clippy::pedantic, real-DB te
CLAUDE.md for PostgreSQL: 13 Rules That Make AI Write Safe, Production-Ready SQL
Dev.to · Olivia Craft 🛠️ AI Tools & Apps ⚡ AI Lesson 2mo ago
CLAUDE.md for PostgreSQL: 13 Rules That Make AI Write Safe, Production-Ready SQL
13 concrete CLAUDE.md rules that make AI assistants write production-ready PostgreSQL — parameterized queries, PgBouncer, expand/contract migrations, EXPLAIN AN
CLAUDE.md for Kubernetes: 13 Rules That Make AI Write Production-Safe K8s
Dev.to · Olivia Craft ⚡ AI Lesson 2mo ago
CLAUDE.md for Kubernetes: 13 Rules That Make AI Write Production-Safe K8s
13 concrete CLAUDE.md rules that make AI assistants write production-safe Kubernetes manifests — RBAC, resource limits, securityContext, probes, NetworkPolicy,
10 CLAUDE.md Rules Every Python Developer Needs in 2026
Dev.to · Olivia Craft 2mo ago
10 CLAUDE.md Rules Every Python Developer Needs in 2026
10 CLAUDE.md Rules Every Python Developer Needs in 2026 You ask Claude to "add a function...
CLAUDE.md for Node.js: 6 Rules That Stop AI From Generating Bad Backend Code
Dev.to · Olivia Craft 2mo ago
CLAUDE.md for Node.js: 6 Rules That Stop AI From Generating Bad Backend Code
CLAUDE.md for Node.js: 6 Rules That Stop AI From Generating Bad Backend Code You ask...
Cursor Rules for Kubernetes: AI-Assisted K8s Guide 2026
Dev.to · Olivia Craft ⚡ AI Lesson 3mo ago
Cursor Rules for Kubernetes: AI-Assisted K8s Guide 2026
Eight Cursor rules that make AI write production-grade Kubernetes — declarative GitOps manifests, resource requests and limits on every container, real probes,
8 Cursor Rules for Go Developers — 2026 Edition
Dev.to · Olivia Craft 3mo ago
8 Cursor Rules for Go Developers — 2026 Edition
Eight Cursor rules that make your AI write idiomatic Go — proper error handling, accept interfaces, context-first signatures, owned goroutines, directional chan