All
Articles 133,220Blog Posts 137,666Tech Tutorials 34,544Research Papers 25,940News 18,846
⚡ AI Lessons

Dev.to · Olivia Craft
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
CLAUDE.md for Bun: 13 Rules That Stop AI from Treating It Like Node.js
Bun is not Node.js. It's not a drop-in replacement with a different name. It has its own bundler,...

Dev.to · Olivia Craft
🔐 Cybersecurity
⚡ AI Lesson
1mo ago
CLAUDE.md Security Rules: What to Add Now That Claude Code Reviews Your Code
Claude Code just shipped a built-in security-guidance plugin — a 3-layer review that runs a pattern...

Dev.to · Olivia Craft
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
CLAUDE.md for Deno: 13 Rules That Stop AI from Writing Node.js in a Deno Project
The single biggest source of AI drift in Deno projects: Node.js muscle memory. Every model has...

Dev.to · Olivia Craft
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
CLAUDE.md for Next.js: 13 Rules That Keep AI in the App Router Era
The single biggest source of AI confusion in Next.js projects: the App Router vs Pages Router...

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...

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...

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

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

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...

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

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

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,...

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...

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...

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,...

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...

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

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

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

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,

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...

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...

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,

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
DeepCamp AI