StackPractices

Tag: checklist

Browse 14 practical software engineering resources tagged with "checklist". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving checklist. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

Checklists for Engineering Teams

Checklists reduce mistakes and ensure consistency in complex tasks. They are useful for code reviews, deployments, security audits, and incident response.

The resources below cover production readiness, security reviews, release checklists, and operational procedures. Each checklist is designed to be used before, during, or after critical activities.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

AI Data Preparation Checklist

Checklist for preparing data for LLM and RAG systems: data collection, cleaning, chunking,...

AI RAG Evaluation Checklist

A checklist for evaluating RAG system quality: retrieval accuracy, generation faithfulness, context...

Code Review Checklist Template

A structured checklist template for conducting consistent, thorough code reviews that catch bugs,...

Deployment Checklist Template

A pre-release verification checklist for safe production deployments.

Helm Chart Review Checklist

A checklist for reviewing Helm charts covering values, templates, security, resource limits,...

Backend Engineer Onboarding Checklist

A thorough checklist for onboarding new backend engineers covering environment setup, codebase...

Production Readiness Review Template

A thorough checklist for verifying that a service, feature, or system is ready for production...

Accessibility Audit Checklist

A WCAG 2.2 compliance checklist covering perceivable, operable, understandable, and robust criteria...

GraphQL Schema Review Checklist

Checklist for reviewing GraphQL schemas: naming conventions, type design, pagination, error...

Security Audit Checklist

A checklist for security audits covering network security, application security, data protection,...

Security Audit Checklist Template

A thorough checklist for conducting security audits of applications and infrastructure.

Serverless Function Deployment Checklist

Pre-deploy and post-deploy checklist for serverless functions (AWS Lambda, Azure Functions, GCP...

Serverless Security Checklist

Security hardening checklist for serverless functions: IAM least privilege, secret management,...

Regression Test Checklist

A checklist for verifying existing functionality after changes: pre-deploy checks, post-deploy...