Skip to content

Instantly share code, notes, and snippets.

View emekdahl's full-sized avatar

Emily Ekdahl emekdahl

View GitHub Profile
@emekdahl
emekdahl / Pre-Production-Checklist.md
Created September 30, 2024 20:13
Pre-Production Checklist

Pre-production Checklist

This checklist contains points that must be satisfied during implementation and verified prior to release.

Please note that all items in the design checklist that were verified at the end of the design phase, must still be satisfied at release time (e.g. the design doc must be up-to-date, the SLOs must be consistent, ...).

🔧 Maintainability

Maintainability affects team productivity and system availability. If maintainability is low, the team will take a longer time to change the service in production and it will cause longer MTTR (Mean Time To Recover) in case of failures.

| Check name | Short Description | Level C | Level B | Level A |

/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}