Skip to content
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.

AI Data Preparation Checklist

Checklist for preparing data for LLM and RAG systems: data collection, cleaning, chunking, embedding, deduplication, PII removal, format validation, quality scoring, and indexing with metrics and thresholds.

AI RAG Evaluation Checklist

A checklist for evaluating RAG system quality: retrieval accuracy, generation faithfulness, context relevance, answer correctness, citation accuracy, latency, and end-to-end testing with metrics and thresholds.

Code Review Checklist Template

A structured checklist template for conducting consistent, thorough code reviews that catch bugs, improve readability, and share knowledge across the team.

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, probes, RBAC, and best practices.

Backend Engineer Onboarding Checklist

A thorough checklist for onboarding new backend engineers covering environment setup, codebase orientation, security training, and first-week goals.

Production Readiness Review Template

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

Accessibility Audit Checklist

A WCAG 2.2 compliance checklist covering perceivable, operable, understandable, and robust criteria with testing tools and remediation steps.

GraphQL Schema Review Checklist

Checklist for reviewing GraphQL schemas: naming conventions, type design, pagination, error handling, security, performance, deprecation, and federation readiness with code examples and validation rules.

Security Audit Checklist

A checklist for security audits covering network security, application security, data protection, access control, monitoring, incident response, and compliance.

Security Audit Checklist

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 Cloud Functions): IAM roles, environment variables, memory sizing, timeout config, logging, alarms, and rollback procedures.

Serverless Security Checklist

Security hardening checklist for serverless functions: IAM least privilege, secret management, input validation, dependency scanning, network isolation, logging, and compliance with code examples for AWS Lambda, Azure, and GCP.

Regression Test Checklist

A checklist for verifying existing functionality after changes: pre-deploy checks, post-deploy smoke tests, and rollback verification.