Behaviour and protocol

Code reviews Consulting 101 Feedback Good meetings practices How to facilitate team meetings Inclusive language Values

Career

360 review Engineering manager career ladder Roles Software engineer progression framework Technical skills sheet

Employee manual

Abtion's pomodoro Employee benefits Internal days & community Intro Parental leave policy Safety and security Schedule, time tracking & calendar Sickness & unplanned absence Travelling Vacation & planned time off Work from anywhere policy

Project management

Technical setup when starting a new project Client discontinuing hosting or sla Converting projects from development to maintenance mode Estimating Estimating project maintenance Go live checklist Handoffs Invoicing guidelines Procedure for traffic

Setup

Audio setup Create amazon bucket Database backup setup Gpg signing Pairing setup

Technical practices

Bug triaging Css How and why we do design research Kick off meeting Pair programming Tdd testdriven development Workflow

Templates

Readme.standard

Tools and services

Access and permissions Purchasing licenses and memberships Sharing sensitive information Stack and services Wordpress
Logo
=

Project management

Go Live Checklist

  • Use the right servers (dynos). If it’s hosted in Heroku, the minimum accepted Dyno type for production is Standard.
  • Use a production-ready database with automatic backups. In Heroku, the minimum accepted Postgres plan is “standard-1”
  • Mails are not using @abtion.com in from field.
  • Mail links point to the right domain.
  • Delete test data, if any was created.
  • Test with real users and get feedback.
  • Logging should be using a large enough plan.
  • If using SendGrid, check with their support how to avoid being suspended because of a sudden spike in mail.
  • Check that the app’s mails gets good scores with mail-tester.com.

If a new domain is being used

  • DMARC must be configured with policy reject.
  • Check with the client whether they are going to send out mails using this new domain as from (with other services than the app we have just made), if so, have them check their mails with mail-tester.com.