├── .gitbook └── assets │ ├── 2.png │ ├── 9e22d93e-bec6-4a14-ba89-f64f45a896ce.jpg │ ├── Cal.com Organisation Chart.png │ ├── CleanShot 2022-07-25 at 09.40.14@2x.png │ ├── CleanShot 2022-07-25 at 09.43.41@2x.png │ ├── CleanShot 2022-07-26 at 12.48.32@2x.png │ ├── CleanShot 2022-07-26 at 12.49.52@2x.png │ ├── CleanShot 2022-07-26 at 12.51.37@2x.png │ ├── CleanShot 2022-07-26 at 14.44.47@2x.png │ ├── CleanShot 2022-07-26 at 15.12.15@2x.png │ ├── CleanShot 2022-07-29 at 22.29.58@2x.png │ ├── CleanShot 2022-07-29 at 22.30.40@2x.png │ ├── CleanShot 2022-08-02 at 11.07.17@2x.png │ ├── CleanShot 2022-08-02 at 11.09.23@2x.png │ ├── CleanShot 2022-08-02 at 11.10.56@2x.png │ ├── CleanShot 2022-08-18 at 14.56.37@2x.png │ ├── CleanShot 2022-10-12 at 20.47.42@2x.png │ ├── CleanShot 2022-10-12 at 20.49.56@2x.png │ ├── CleanShot 2022-10-13 at 10.38.32@2x.png │ ├── CleanShot 2023-09-27 at 15.19.05@2x.png │ ├── Group 1.png │ ├── Group 4 (1).svg │ ├── Group 4.svg │ ├── Group 6.png │ ├── In your PR... (1).svg │ ├── In your PR....pdf │ ├── In your PR....svg │ ├── Markets and Strategy.png │ ├── Refer to the project board.svg │ ├── Screen Shot 2023-11-14 at 11.40.45 AM.png │ ├── Screenshot 2022-07-15 at 10.41.55 AM (1).png │ ├── Screenshot 2022-07-15 at 10.41.55 AM.png │ ├── Screenshot 2022-07-15 at 10.41.59 AM.png │ ├── Screenshot 2022-10-04 at 4.18.54 PM.png │ ├── Screenshot 2022-10-04 at 4.23.15 PM.png │ ├── When tackling an issue... (1).svg │ ├── When tackling an issue....svg │ ├── image (1).png │ ├── image (10).png │ ├── image (11) (1).png │ ├── image (11).png │ ├── image (12).png │ ├── image (13).png │ ├── image (14) (1).png │ ├── image (14).png │ ├── image (15).png │ ├── image (16).png │ ├── image (17).png │ ├── image (18).png │ ├── image (19).png │ ├── image (2) (1).png │ ├── image (2).png │ ├── image (20).png │ ├── image (21).png │ ├── image (22).png │ ├── image (23).png │ ├── image (24).png │ ├── image (25).png │ ├── image (26).png │ ├── image (3).png │ ├── image (4) (1).png │ ├── image (4).png │ ├── image (5).png │ ├── image (6) (1).png │ ├── image (6).png │ ├── image (7) (1).png │ ├── image (7).png │ ├── image (8) (1).png │ ├── image (8).png │ ├── image (9).png │ ├── image.png │ ├── raw.png │ └── ray-so-export (5).png ├── README.md ├── SUMMARY.md ├── customer-success └── tone.md ├── engineering ├── best-practices │ ├── README.md │ ├── avoid-comparing-multiple-values-with-includes.md │ ├── avoid-prop-drilling.md │ ├── data-fetching.md │ ├── disallowing-the-use-of-unrestricted-metadata-fields.md │ ├── dont-modularize-prematurely.md │ ├── e2e-tests-best-practices.md │ ├── only-select-data-you-need.md │ ├── prefer-composition-over-prop-drilling.md │ ├── prefer-defaulthandler-for-simple-api-handlers.md │ ├── prefer-early-returns.md │ ├── prefer-inferred-types-over-explicit-ones.md │ ├── prefer-ternaries-over-short-circuiting-and-and-for-react-components.md │ └── validate-using-zod-instead-of-type-casting.md ├── cal.com-status-page.md ├── codebase │ ├── README.md │ ├── debug-desktop-app.md │ ├── deployment.md │ ├── feature-flags.md │ ├── git-private-submodules.md │ ├── keeping-the-lock-file-in-sync.md │ ├── merging-monday.md │ └── monorepo-turborepo.md ├── how-to-report-issues.md ├── how-we-work-on-tickets.md ├── https-and-subdomains.md ├── keeping-docs-up-to-date.md ├── managing-notifications.md ├── pr-reviews.md ├── resolving-failed-migration-on-vercel-preview.md ├── self-reviews.md ├── valuable-bookmarks.md └── what-to-do-during-emergencies.md ├── hr-and-careers ├── bonus-and-equity-structure.md ├── contract-to-hire-trials.md ├── ic-levels │ ├── README.md │ └── engineering-levels │ │ ├── README.md │ │ ├── ic1-engineer-code-cadet.md │ │ ├── ic2-engineer-code-craftsperson.md │ │ ├── ic3-engineer-code-connoisseur.md │ │ └── ic4-engineer-code-wizard.md ├── onboarding.md └── sharing-your-views.md ├── marketing ├── how-to-add-a-new-tip-to-sidebar.md └── media.md ├── policies ├── communications.md ├── expenses.md └── vacations.md ├── sales └── operations-stack.md └── the-company ├── glossary.md ├── mission-vision-and-values.md ├── organization-chart.md └── what-is-cal.com.md /.gitbook/assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/2.png -------------------------------------------------------------------------------- /.gitbook/assets/9e22d93e-bec6-4a14-ba89-f64f45a896ce.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/9e22d93e-bec6-4a14-ba89-f64f45a896ce.jpg -------------------------------------------------------------------------------- /.gitbook/assets/Cal.com Organisation Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Cal.com Organisation Chart.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-25 at 09.40.14@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-25 at 09.40.14@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-25 at 09.43.41@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-25 at 09.43.41@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-26 at 12.48.32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-26 at 12.48.32@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-26 at 12.49.52@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-26 at 12.49.52@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-26 at 12.51.37@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-26 at 12.51.37@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-26 at 14.44.47@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-26 at 14.44.47@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-26 at 15.12.15@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-26 at 15.12.15@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-29 at 22.29.58@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-29 at 22.29.58@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-07-29 at 22.30.40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-07-29 at 22.30.40@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-08-02 at 11.07.17@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-08-02 at 11.07.17@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-08-02 at 11.09.23@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-08-02 at 11.09.23@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-08-02 at 11.10.56@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-08-02 at 11.10.56@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-08-18 at 14.56.37@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-08-18 at 14.56.37@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-10-12 at 20.47.42@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-10-12 at 20.47.42@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-10-12 at 20.49.56@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-10-12 at 20.49.56@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2022-10-13 at 10.38.32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2022-10-13 at 10.38.32@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/CleanShot 2023-09-27 at 15.19.05@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/CleanShot 2023-09-27 at 15.19.05@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Group 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Group 1.png -------------------------------------------------------------------------------- /.gitbook/assets/Group 4 (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Group 4 (1).svg -------------------------------------------------------------------------------- /.gitbook/assets/Group 4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Group 4.svg -------------------------------------------------------------------------------- /.gitbook/assets/Group 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Group 6.png -------------------------------------------------------------------------------- /.gitbook/assets/In your PR... (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/In your PR... (1).svg -------------------------------------------------------------------------------- /.gitbook/assets/In your PR....pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/In your PR....pdf -------------------------------------------------------------------------------- /.gitbook/assets/In your PR....svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/In your PR....svg -------------------------------------------------------------------------------- /.gitbook/assets/Markets and Strategy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Markets and Strategy.png -------------------------------------------------------------------------------- /.gitbook/assets/Refer to the project board.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Refer to the project board.svg -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2023-11-14 at 11.40.45 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screen Shot 2023-11-14 at 11.40.45 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2022-07-15 at 10.41.55 AM (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screenshot 2022-07-15 at 10.41.55 AM (1).png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2022-07-15 at 10.41.55 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screenshot 2022-07-15 at 10.41.55 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2022-07-15 at 10.41.59 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screenshot 2022-07-15 at 10.41.59 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2022-10-04 at 4.18.54 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screenshot 2022-10-04 at 4.18.54 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2022-10-04 at 4.23.15 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/Screenshot 2022-10-04 at 4.23.15 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/When tackling an issue... (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/When tackling an issue... (1).svg -------------------------------------------------------------------------------- /.gitbook/assets/When tackling an issue....svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/When tackling an issue....svg -------------------------------------------------------------------------------- /.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (10).png -------------------------------------------------------------------------------- /.gitbook/assets/image (11) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (11) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (11).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (11).png -------------------------------------------------------------------------------- /.gitbook/assets/image (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (12).png -------------------------------------------------------------------------------- /.gitbook/assets/image (13).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (13).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (14) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (14).png -------------------------------------------------------------------------------- /.gitbook/assets/image (15).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (15).png -------------------------------------------------------------------------------- /.gitbook/assets/image (16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (16).png -------------------------------------------------------------------------------- /.gitbook/assets/image (17).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (17).png -------------------------------------------------------------------------------- /.gitbook/assets/image (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (18).png -------------------------------------------------------------------------------- /.gitbook/assets/image (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (19).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (2) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (20).png -------------------------------------------------------------------------------- /.gitbook/assets/image (21).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (21).png -------------------------------------------------------------------------------- /.gitbook/assets/image (22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (22).png -------------------------------------------------------------------------------- /.gitbook/assets/image (23).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (23).png -------------------------------------------------------------------------------- /.gitbook/assets/image (24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (24).png -------------------------------------------------------------------------------- /.gitbook/assets/image (25).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (25).png -------------------------------------------------------------------------------- /.gitbook/assets/image (26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (26).png -------------------------------------------------------------------------------- /.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (4) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (4) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /.gitbook/assets/image (6) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (6) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (6).png -------------------------------------------------------------------------------- /.gitbook/assets/image (7) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (7) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /.gitbook/assets/image (8) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (8) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (8).png -------------------------------------------------------------------------------- /.gitbook/assets/image (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image (9).png -------------------------------------------------------------------------------- /.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/image.png -------------------------------------------------------------------------------- /.gitbook/assets/raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/raw.png -------------------------------------------------------------------------------- /.gitbook/assets/ray-so-export (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/.gitbook/assets/ray-so-export (5).png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /customer-success/tone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/customer-success/tone.md -------------------------------------------------------------------------------- /engineering/best-practices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/README.md -------------------------------------------------------------------------------- /engineering/best-practices/avoid-comparing-multiple-values-with-includes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/avoid-comparing-multiple-values-with-includes.md -------------------------------------------------------------------------------- /engineering/best-practices/avoid-prop-drilling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/avoid-prop-drilling.md -------------------------------------------------------------------------------- /engineering/best-practices/data-fetching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/data-fetching.md -------------------------------------------------------------------------------- /engineering/best-practices/disallowing-the-use-of-unrestricted-metadata-fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/disallowing-the-use-of-unrestricted-metadata-fields.md -------------------------------------------------------------------------------- /engineering/best-practices/dont-modularize-prematurely.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/dont-modularize-prematurely.md -------------------------------------------------------------------------------- /engineering/best-practices/e2e-tests-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/e2e-tests-best-practices.md -------------------------------------------------------------------------------- /engineering/best-practices/only-select-data-you-need.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/only-select-data-you-need.md -------------------------------------------------------------------------------- /engineering/best-practices/prefer-composition-over-prop-drilling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/prefer-composition-over-prop-drilling.md -------------------------------------------------------------------------------- /engineering/best-practices/prefer-defaulthandler-for-simple-api-handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/prefer-defaulthandler-for-simple-api-handlers.md -------------------------------------------------------------------------------- /engineering/best-practices/prefer-early-returns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/prefer-early-returns.md -------------------------------------------------------------------------------- /engineering/best-practices/prefer-inferred-types-over-explicit-ones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/prefer-inferred-types-over-explicit-ones.md -------------------------------------------------------------------------------- /engineering/best-practices/prefer-ternaries-over-short-circuiting-and-and-for-react-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/prefer-ternaries-over-short-circuiting-and-and-for-react-components.md -------------------------------------------------------------------------------- /engineering/best-practices/validate-using-zod-instead-of-type-casting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/best-practices/validate-using-zod-instead-of-type-casting.md -------------------------------------------------------------------------------- /engineering/cal.com-status-page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/cal.com-status-page.md -------------------------------------------------------------------------------- /engineering/codebase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/README.md -------------------------------------------------------------------------------- /engineering/codebase/debug-desktop-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/debug-desktop-app.md -------------------------------------------------------------------------------- /engineering/codebase/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/deployment.md -------------------------------------------------------------------------------- /engineering/codebase/feature-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/feature-flags.md -------------------------------------------------------------------------------- /engineering/codebase/git-private-submodules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/git-private-submodules.md -------------------------------------------------------------------------------- /engineering/codebase/keeping-the-lock-file-in-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/keeping-the-lock-file-in-sync.md -------------------------------------------------------------------------------- /engineering/codebase/merging-monday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/merging-monday.md -------------------------------------------------------------------------------- /engineering/codebase/monorepo-turborepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/codebase/monorepo-turborepo.md -------------------------------------------------------------------------------- /engineering/how-to-report-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/how-to-report-issues.md -------------------------------------------------------------------------------- /engineering/how-we-work-on-tickets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/how-we-work-on-tickets.md -------------------------------------------------------------------------------- /engineering/https-and-subdomains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/https-and-subdomains.md -------------------------------------------------------------------------------- /engineering/keeping-docs-up-to-date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/keeping-docs-up-to-date.md -------------------------------------------------------------------------------- /engineering/managing-notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/managing-notifications.md -------------------------------------------------------------------------------- /engineering/pr-reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/pr-reviews.md -------------------------------------------------------------------------------- /engineering/resolving-failed-migration-on-vercel-preview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/resolving-failed-migration-on-vercel-preview.md -------------------------------------------------------------------------------- /engineering/self-reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/self-reviews.md -------------------------------------------------------------------------------- /engineering/valuable-bookmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/valuable-bookmarks.md -------------------------------------------------------------------------------- /engineering/what-to-do-during-emergencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/engineering/what-to-do-during-emergencies.md -------------------------------------------------------------------------------- /hr-and-careers/bonus-and-equity-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/bonus-and-equity-structure.md -------------------------------------------------------------------------------- /hr-and-careers/contract-to-hire-trials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/contract-to-hire-trials.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/README.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/engineering-levels/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/engineering-levels/README.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/engineering-levels/ic1-engineer-code-cadet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/engineering-levels/ic1-engineer-code-cadet.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/engineering-levels/ic2-engineer-code-craftsperson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/engineering-levels/ic2-engineer-code-craftsperson.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/engineering-levels/ic3-engineer-code-connoisseur.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/engineering-levels/ic3-engineer-code-connoisseur.md -------------------------------------------------------------------------------- /hr-and-careers/ic-levels/engineering-levels/ic4-engineer-code-wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/ic-levels/engineering-levels/ic4-engineer-code-wizard.md -------------------------------------------------------------------------------- /hr-and-careers/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/onboarding.md -------------------------------------------------------------------------------- /hr-and-careers/sharing-your-views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/hr-and-careers/sharing-your-views.md -------------------------------------------------------------------------------- /marketing/how-to-add-a-new-tip-to-sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/marketing/how-to-add-a-new-tip-to-sidebar.md -------------------------------------------------------------------------------- /marketing/media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/marketing/media.md -------------------------------------------------------------------------------- /policies/communications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/policies/communications.md -------------------------------------------------------------------------------- /policies/expenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/policies/expenses.md -------------------------------------------------------------------------------- /policies/vacations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/policies/vacations.md -------------------------------------------------------------------------------- /sales/operations-stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/sales/operations-stack.md -------------------------------------------------------------------------------- /the-company/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/the-company/glossary.md -------------------------------------------------------------------------------- /the-company/mission-vision-and-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/the-company/mission-vision-and-values.md -------------------------------------------------------------------------------- /the-company/organization-chart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/the-company/organization-chart.md -------------------------------------------------------------------------------- /the-company/what-is-cal.com.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calcom/handbook/HEAD/the-company/what-is-cal.com.md --------------------------------------------------------------------------------