├── .github └── workflows │ └── check-links.yml ├── .gitignore ├── .tool-versions ├── README.md ├── benefits ├── Unum_Help_at_hand.md ├── cycle_to_work_scheme.md ├── flexible_working.md ├── getting_together.md ├── help_to_buy_tech.md ├── hybrid_working.md ├── income_protection_and_life_insurance.md ├── lunchers.md ├── pension_scheme.md ├── private_medical_insurance.md ├── season_ticket_loan.md ├── taking_holiday.md └── work_ready.md ├── communities-of-practice └── cloud-and-engineering │ └── book-club │ ├── edge-value-driven-digital-transformation.md │ ├── library │ ├── books_we_have_got_our_eye_on.md │ ├── books_we_have_read.md │ ├── books_we_recommend.md │ └── library.md │ └── welcome.md ├── company ├── about.md └── welcome_pack.md ├── guides ├── Relocation.md ├── buddy_guidance.md ├── chalet_time_policy.md ├── cloud │ ├── aws_certification_advice.md │ ├── aws_partner_certs.md │ ├── aws_partner_registration.md │ ├── aws_sandbox.md │ ├── azure_partner_certs.md │ ├── azure_sandbox.md │ └── images │ │ ├── aws-partner-network-about-yourself.png │ │ ├── aws-partner-network-congratulations.png │ │ ├── aws-partner-network-create-account.png │ │ ├── aws-partner-network-get-started.png │ │ ├── aws-partner-network-security-code.png │ │ ├── aws-partner-network-sign-in.png │ │ ├── aws-partner-network-why.png │ │ ├── azure-partner-portal-page.png │ │ └── sign-in.png ├── compensation │ ├── expenses.md │ ├── expenses │ │ └── eyetest.md │ ├── salary_pay_slips.md │ └── salary_reviews.md ├── contributing_to_the_handbook.md ├── equality-diversity-and-inclusion │ ├── README.md │ ├── about-di-community.md │ ├── about-open-and-closed-community.md │ ├── about-service-team.md │ └── policy.md ├── exit_interviews.md ├── hiring │ ├── career_fairs.md │ ├── devops_pairing.md │ ├── pairing.md │ ├── rationale.md │ └── referral_policy.md ├── it │ ├── Hardware.md │ ├── Miro.md │ ├── docker.md │ ├── laptop_replacements.md │ ├── laptop_security.md │ ├── linux_av.md │ ├── slack.md │ ├── software_licenses.md │ └── vpn │ │ └── README.md ├── jury_service.md ├── learning │ └── README.md ├── line-management │ ├── 121s.md │ ├── README.md │ ├── annual_reviews.md │ ├── performance.md │ ├── probation.md │ └── promotions.md ├── mentorship │ ├── README.md │ ├── mentees │ │ └── README.md │ └── mentors │ │ └── README.md ├── office │ ├── clear_desk_clear_screen.md │ ├── dress_code.md │ ├── kitchen.md │ └── officehandbook.md ├── onboarding.md ├── policy │ ├── anti_corruption_and_bribery_policy.md │ ├── anti_slavery_and_human_trafficking_policy.md │ ├── dealing_code_policy.md │ └── whistleblowing_policy.md ├── process │ ├── mentoring │ │ └── supporting_and_mentoring_other_engineers.md │ ├── people │ │ └── capability_procedure.md │ └── scheduling │ │ ├── hiring_contractors.md │ │ └── how_scheduling_works.md ├── security │ ├── acceptable_use_policy.md │ ├── access_control.md │ ├── bring_your_own_device.md │ ├── confidentiality_agreements.md │ ├── data_protection.md │ ├── device_profiles.md │ ├── document_sharing.md │ ├── last_day.md │ ├── leavers_laptop.md │ ├── lost_or_stolen.md │ ├── office_visitors.md │ ├── password_policy.md │ ├── security_clearance_guidance.md │ └── taking-mt-laptops-abroad.md └── welfare │ ├── dse_hs_training.md │ ├── ethical_boundaries.md │ ├── expectation_health_check.md │ ├── expectations.md │ ├── leave-and-time-off.md │ ├── paid_counselling.md │ ├── parental_leave.md │ ├── raising_an_issue.md │ ├── sick_leave.md │ └── state_of_mind.md ├── package.json ├── roles ├── Associate Business Analyst.md ├── README.md ├── associate_delivery_manager.md ├── associate_designer.md ├── associate_product_manager.md ├── associate_software_engineer.md ├── delivery_director.md ├── delivery_support_analyst.md ├── finance_business_partner.md ├── head_of_delivery_management.md ├── head_of_managed_services.md ├── head_of_service_line.md ├── lead_bid_manager.md ├── lead_business_analyst.md ├── lead_content_designer.md ├── lead_data_engineer.md ├── lead_delivery_manager.md ├── lead_designer.md ├── lead_product_manager.md ├── lead_security_engineer.md ├── lead_software_engineer.md ├── lead_user_researcher.md ├── mid_application_support_engineer.md ├── mid_business_analyst.md ├── mid_content_designer.md ├── mid_data_engineer.md ├── mid_delivery_manager.md ├── mid_designer.md ├── mid_product_manager.md ├── mid_software_engineer.md ├── mid_user_researcher.md ├── practice_head_application_platform_support.md ├── practice_head_business_analysis_change.md ├── principal_business_analyst.md ├── principal_data_consultant.md ├── principal_data_engineer.md ├── principal_delivery_manager.md ├── principal_product_manager.md ├── principal_security_engineer.md ├── principal_technologist.md ├── principal_ucp.md ├── senior_application_support_engineer.md ├── senior_business_analyst.md ├── senior_content_designer.md ├── senior_data_analyst.md ├── senior_data_engineer.md ├── senior_data_scientist.md ├── senior_delivery_manager.md ├── senior_designer.md ├── senior_product_manager.md ├── senior_software_engineer.md ├── senior_user_researcher.md └── sfia (legacy) │ ├── README.md │ ├── academy_software_engineer.md │ ├── associate_designer.md │ ├── associate_software_engineer.md │ ├── delivery_manager.md │ ├── delivery_support_analyst.md │ ├── designer.md │ ├── junior_delivery_manager.md │ ├── lead_content_designer.md │ ├── lead_designer.md │ ├── lead_software_engineer.md │ ├── lead_user_researcher.md │ ├── mid_software_engineer.md │ ├── principal_technologist.md │ ├── senior_content_designer.md │ ├── senior_delivery_manager.md │ ├── senior_designer.md │ ├── senior_software_engineer.md │ ├── senior_user_researcher.md │ ├── team_assistant.md │ ├── ucd_principal.md │ └── user_researcher.md └── team-norms ├── README.md ├── delivery_healthcheck.md ├── delivery_standards.md ├── development_practices.md ├── principles.md └── retrospectives.md /.github/workflows/check-links.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/.github/workflows/check-links.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/.tool-versions -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/README.md -------------------------------------------------------------------------------- /benefits/Unum_Help_at_hand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/Unum_Help_at_hand.md -------------------------------------------------------------------------------- /benefits/cycle_to_work_scheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/cycle_to_work_scheme.md -------------------------------------------------------------------------------- /benefits/flexible_working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/flexible_working.md -------------------------------------------------------------------------------- /benefits/getting_together.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/getting_together.md -------------------------------------------------------------------------------- /benefits/help_to_buy_tech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/help_to_buy_tech.md -------------------------------------------------------------------------------- /benefits/hybrid_working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/hybrid_working.md -------------------------------------------------------------------------------- /benefits/income_protection_and_life_insurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/income_protection_and_life_insurance.md -------------------------------------------------------------------------------- /benefits/lunchers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/lunchers.md -------------------------------------------------------------------------------- /benefits/pension_scheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/pension_scheme.md -------------------------------------------------------------------------------- /benefits/private_medical_insurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/private_medical_insurance.md -------------------------------------------------------------------------------- /benefits/season_ticket_loan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/season_ticket_loan.md -------------------------------------------------------------------------------- /benefits/taking_holiday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/taking_holiday.md -------------------------------------------------------------------------------- /benefits/work_ready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/benefits/work_ready.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/edge-value-driven-digital-transformation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/edge-value-driven-digital-transformation.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/library/books_we_have_got_our_eye_on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/library/books_we_have_got_our_eye_on.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/library/books_we_have_read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/library/books_we_have_read.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/library/books_we_recommend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/library/books_we_recommend.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/library/library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/library/library.md -------------------------------------------------------------------------------- /communities-of-practice/cloud-and-engineering/book-club/welcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/communities-of-practice/cloud-and-engineering/book-club/welcome.md -------------------------------------------------------------------------------- /company/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/company/about.md -------------------------------------------------------------------------------- /company/welcome_pack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/company/welcome_pack.md -------------------------------------------------------------------------------- /guides/Relocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/Relocation.md -------------------------------------------------------------------------------- /guides/buddy_guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/buddy_guidance.md -------------------------------------------------------------------------------- /guides/chalet_time_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/chalet_time_policy.md -------------------------------------------------------------------------------- /guides/cloud/aws_certification_advice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/aws_certification_advice.md -------------------------------------------------------------------------------- /guides/cloud/aws_partner_certs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/aws_partner_certs.md -------------------------------------------------------------------------------- /guides/cloud/aws_partner_registration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/aws_partner_registration.md -------------------------------------------------------------------------------- /guides/cloud/aws_sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/aws_sandbox.md -------------------------------------------------------------------------------- /guides/cloud/azure_partner_certs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/azure_partner_certs.md -------------------------------------------------------------------------------- /guides/cloud/azure_sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/azure_sandbox.md -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-about-yourself.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-about-yourself.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-congratulations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-congratulations.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-create-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-create-account.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-get-started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-get-started.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-security-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-security-code.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-sign-in.png -------------------------------------------------------------------------------- /guides/cloud/images/aws-partner-network-why.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/aws-partner-network-why.png -------------------------------------------------------------------------------- /guides/cloud/images/azure-partner-portal-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/azure-partner-portal-page.png -------------------------------------------------------------------------------- /guides/cloud/images/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/cloud/images/sign-in.png -------------------------------------------------------------------------------- /guides/compensation/expenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/compensation/expenses.md -------------------------------------------------------------------------------- /guides/compensation/expenses/eyetest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/compensation/expenses/eyetest.md -------------------------------------------------------------------------------- /guides/compensation/salary_pay_slips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/compensation/salary_pay_slips.md -------------------------------------------------------------------------------- /guides/compensation/salary_reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/compensation/salary_reviews.md -------------------------------------------------------------------------------- /guides/contributing_to_the_handbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/contributing_to_the_handbook.md -------------------------------------------------------------------------------- /guides/equality-diversity-and-inclusion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/equality-diversity-and-inclusion/README.md -------------------------------------------------------------------------------- /guides/equality-diversity-and-inclusion/about-di-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/equality-diversity-and-inclusion/about-di-community.md -------------------------------------------------------------------------------- /guides/equality-diversity-and-inclusion/about-open-and-closed-community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/equality-diversity-and-inclusion/about-open-and-closed-community.md -------------------------------------------------------------------------------- /guides/equality-diversity-and-inclusion/about-service-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/equality-diversity-and-inclusion/about-service-team.md -------------------------------------------------------------------------------- /guides/equality-diversity-and-inclusion/policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/equality-diversity-and-inclusion/policy.md -------------------------------------------------------------------------------- /guides/exit_interviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/exit_interviews.md -------------------------------------------------------------------------------- /guides/hiring/career_fairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/hiring/career_fairs.md -------------------------------------------------------------------------------- /guides/hiring/devops_pairing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/hiring/devops_pairing.md -------------------------------------------------------------------------------- /guides/hiring/pairing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/hiring/pairing.md -------------------------------------------------------------------------------- /guides/hiring/rationale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/hiring/rationale.md -------------------------------------------------------------------------------- /guides/hiring/referral_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/hiring/referral_policy.md -------------------------------------------------------------------------------- /guides/it/Hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/Hardware.md -------------------------------------------------------------------------------- /guides/it/Miro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/Miro.md -------------------------------------------------------------------------------- /guides/it/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/docker.md -------------------------------------------------------------------------------- /guides/it/laptop_replacements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/laptop_replacements.md -------------------------------------------------------------------------------- /guides/it/laptop_security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/laptop_security.md -------------------------------------------------------------------------------- /guides/it/linux_av.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/linux_av.md -------------------------------------------------------------------------------- /guides/it/slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/slack.md -------------------------------------------------------------------------------- /guides/it/software_licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/software_licenses.md -------------------------------------------------------------------------------- /guides/it/vpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/it/vpn/README.md -------------------------------------------------------------------------------- /guides/jury_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/jury_service.md -------------------------------------------------------------------------------- /guides/learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/learning/README.md -------------------------------------------------------------------------------- /guides/line-management/121s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/121s.md -------------------------------------------------------------------------------- /guides/line-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/README.md -------------------------------------------------------------------------------- /guides/line-management/annual_reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/annual_reviews.md -------------------------------------------------------------------------------- /guides/line-management/performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/performance.md -------------------------------------------------------------------------------- /guides/line-management/probation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/probation.md -------------------------------------------------------------------------------- /guides/line-management/promotions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/line-management/promotions.md -------------------------------------------------------------------------------- /guides/mentorship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/mentorship/README.md -------------------------------------------------------------------------------- /guides/mentorship/mentees/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/mentorship/mentees/README.md -------------------------------------------------------------------------------- /guides/mentorship/mentors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/mentorship/mentors/README.md -------------------------------------------------------------------------------- /guides/office/clear_desk_clear_screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/office/clear_desk_clear_screen.md -------------------------------------------------------------------------------- /guides/office/dress_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/office/dress_code.md -------------------------------------------------------------------------------- /guides/office/kitchen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/office/kitchen.md -------------------------------------------------------------------------------- /guides/office/officehandbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/office/officehandbook.md -------------------------------------------------------------------------------- /guides/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/onboarding.md -------------------------------------------------------------------------------- /guides/policy/anti_corruption_and_bribery_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/policy/anti_corruption_and_bribery_policy.md -------------------------------------------------------------------------------- /guides/policy/anti_slavery_and_human_trafficking_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/policy/anti_slavery_and_human_trafficking_policy.md -------------------------------------------------------------------------------- /guides/policy/dealing_code_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/policy/dealing_code_policy.md -------------------------------------------------------------------------------- /guides/policy/whistleblowing_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/policy/whistleblowing_policy.md -------------------------------------------------------------------------------- /guides/process/mentoring/supporting_and_mentoring_other_engineers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/process/mentoring/supporting_and_mentoring_other_engineers.md -------------------------------------------------------------------------------- /guides/process/people/capability_procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/process/people/capability_procedure.md -------------------------------------------------------------------------------- /guides/process/scheduling/hiring_contractors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/process/scheduling/hiring_contractors.md -------------------------------------------------------------------------------- /guides/process/scheduling/how_scheduling_works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/process/scheduling/how_scheduling_works.md -------------------------------------------------------------------------------- /guides/security/acceptable_use_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/acceptable_use_policy.md -------------------------------------------------------------------------------- /guides/security/access_control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/access_control.md -------------------------------------------------------------------------------- /guides/security/bring_your_own_device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/bring_your_own_device.md -------------------------------------------------------------------------------- /guides/security/confidentiality_agreements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/confidentiality_agreements.md -------------------------------------------------------------------------------- /guides/security/data_protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/data_protection.md -------------------------------------------------------------------------------- /guides/security/device_profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/device_profiles.md -------------------------------------------------------------------------------- /guides/security/document_sharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/document_sharing.md -------------------------------------------------------------------------------- /guides/security/last_day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/last_day.md -------------------------------------------------------------------------------- /guides/security/leavers_laptop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/leavers_laptop.md -------------------------------------------------------------------------------- /guides/security/lost_or_stolen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/lost_or_stolen.md -------------------------------------------------------------------------------- /guides/security/office_visitors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/office_visitors.md -------------------------------------------------------------------------------- /guides/security/password_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/password_policy.md -------------------------------------------------------------------------------- /guides/security/security_clearance_guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/security_clearance_guidance.md -------------------------------------------------------------------------------- /guides/security/taking-mt-laptops-abroad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/security/taking-mt-laptops-abroad.md -------------------------------------------------------------------------------- /guides/welfare/dse_hs_training.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/dse_hs_training.md -------------------------------------------------------------------------------- /guides/welfare/ethical_boundaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/ethical_boundaries.md -------------------------------------------------------------------------------- /guides/welfare/expectation_health_check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/expectation_health_check.md -------------------------------------------------------------------------------- /guides/welfare/expectations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/expectations.md -------------------------------------------------------------------------------- /guides/welfare/leave-and-time-off.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/leave-and-time-off.md -------------------------------------------------------------------------------- /guides/welfare/paid_counselling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/paid_counselling.md -------------------------------------------------------------------------------- /guides/welfare/parental_leave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/parental_leave.md -------------------------------------------------------------------------------- /guides/welfare/raising_an_issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/raising_an_issue.md -------------------------------------------------------------------------------- /guides/welfare/sick_leave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/sick_leave.md -------------------------------------------------------------------------------- /guides/welfare/state_of_mind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/guides/welfare/state_of_mind.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/package.json -------------------------------------------------------------------------------- /roles/Associate Business Analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/Associate Business Analyst.md -------------------------------------------------------------------------------- /roles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/README.md -------------------------------------------------------------------------------- /roles/associate_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/associate_delivery_manager.md -------------------------------------------------------------------------------- /roles/associate_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/associate_designer.md -------------------------------------------------------------------------------- /roles/associate_product_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/associate_product_manager.md -------------------------------------------------------------------------------- /roles/associate_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/associate_software_engineer.md -------------------------------------------------------------------------------- /roles/delivery_director.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/delivery_director.md -------------------------------------------------------------------------------- /roles/delivery_support_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/delivery_support_analyst.md -------------------------------------------------------------------------------- /roles/finance_business_partner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/finance_business_partner.md -------------------------------------------------------------------------------- /roles/head_of_delivery_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/head_of_delivery_management.md -------------------------------------------------------------------------------- /roles/head_of_managed_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/head_of_managed_services.md -------------------------------------------------------------------------------- /roles/head_of_service_line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/head_of_service_line.md -------------------------------------------------------------------------------- /roles/lead_bid_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_bid_manager.md -------------------------------------------------------------------------------- /roles/lead_business_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_business_analyst.md -------------------------------------------------------------------------------- /roles/lead_content_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_content_designer.md -------------------------------------------------------------------------------- /roles/lead_data_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_data_engineer.md -------------------------------------------------------------------------------- /roles/lead_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_delivery_manager.md -------------------------------------------------------------------------------- /roles/lead_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_designer.md -------------------------------------------------------------------------------- /roles/lead_product_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_product_manager.md -------------------------------------------------------------------------------- /roles/lead_security_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_security_engineer.md -------------------------------------------------------------------------------- /roles/lead_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_software_engineer.md -------------------------------------------------------------------------------- /roles/lead_user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/lead_user_researcher.md -------------------------------------------------------------------------------- /roles/mid_application_support_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_application_support_engineer.md -------------------------------------------------------------------------------- /roles/mid_business_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_business_analyst.md -------------------------------------------------------------------------------- /roles/mid_content_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_content_designer.md -------------------------------------------------------------------------------- /roles/mid_data_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_data_engineer.md -------------------------------------------------------------------------------- /roles/mid_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_delivery_manager.md -------------------------------------------------------------------------------- /roles/mid_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_designer.md -------------------------------------------------------------------------------- /roles/mid_product_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_product_manager.md -------------------------------------------------------------------------------- /roles/mid_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_software_engineer.md -------------------------------------------------------------------------------- /roles/mid_user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/mid_user_researcher.md -------------------------------------------------------------------------------- /roles/practice_head_application_platform_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/practice_head_application_platform_support.md -------------------------------------------------------------------------------- /roles/practice_head_business_analysis_change.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/practice_head_business_analysis_change.md -------------------------------------------------------------------------------- /roles/principal_business_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_business_analyst.md -------------------------------------------------------------------------------- /roles/principal_data_consultant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_data_consultant.md -------------------------------------------------------------------------------- /roles/principal_data_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_data_engineer.md -------------------------------------------------------------------------------- /roles/principal_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_delivery_manager.md -------------------------------------------------------------------------------- /roles/principal_product_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_product_manager.md -------------------------------------------------------------------------------- /roles/principal_security_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_security_engineer.md -------------------------------------------------------------------------------- /roles/principal_technologist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_technologist.md -------------------------------------------------------------------------------- /roles/principal_ucp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/principal_ucp.md -------------------------------------------------------------------------------- /roles/senior_application_support_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_application_support_engineer.md -------------------------------------------------------------------------------- /roles/senior_business_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_business_analyst.md -------------------------------------------------------------------------------- /roles/senior_content_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_content_designer.md -------------------------------------------------------------------------------- /roles/senior_data_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_data_analyst.md -------------------------------------------------------------------------------- /roles/senior_data_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_data_engineer.md -------------------------------------------------------------------------------- /roles/senior_data_scientist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_data_scientist.md -------------------------------------------------------------------------------- /roles/senior_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_delivery_manager.md -------------------------------------------------------------------------------- /roles/senior_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_designer.md -------------------------------------------------------------------------------- /roles/senior_product_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_product_manager.md -------------------------------------------------------------------------------- /roles/senior_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_software_engineer.md -------------------------------------------------------------------------------- /roles/senior_user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/senior_user_researcher.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/README.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/academy_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/academy_software_engineer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/associate_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/associate_designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/associate_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/associate_software_engineer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/delivery_manager.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/delivery_support_analyst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/delivery_support_analyst.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/junior_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/junior_delivery_manager.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/lead_content_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/lead_content_designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/lead_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/lead_designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/lead_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/lead_software_engineer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/lead_user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/lead_user_researcher.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/mid_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/mid_software_engineer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/principal_technologist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/principal_technologist.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/senior_content_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/senior_content_designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/senior_delivery_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/senior_delivery_manager.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/senior_designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/senior_designer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/senior_software_engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/senior_software_engineer.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/senior_user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/senior_user_researcher.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/team_assistant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/team_assistant.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/ucd_principal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/ucd_principal.md -------------------------------------------------------------------------------- /roles/sfia (legacy)/user_researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/roles/sfia (legacy)/user_researcher.md -------------------------------------------------------------------------------- /team-norms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/README.md -------------------------------------------------------------------------------- /team-norms/delivery_healthcheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/delivery_healthcheck.md -------------------------------------------------------------------------------- /team-norms/delivery_standards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/delivery_standards.md -------------------------------------------------------------------------------- /team-norms/development_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/development_practices.md -------------------------------------------------------------------------------- /team-norms/principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/principles.md -------------------------------------------------------------------------------- /team-norms/retrospectives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madetech/handbook/HEAD/team-norms/retrospectives.md --------------------------------------------------------------------------------