|
1 |
| -# MK Decision Developer Documentation |
| 1 | +# MK Decision developer documentation |
2 | 2 |
|
3 | 3 | In order to effectively work on programming projects with a team of developers it is important to know the relevant technologies and tools, and to follow standards and conventions that make it easier to collaborate.
|
4 | 4 |
|
5 |
| -## Fundamental Technologies |
6 |
| -1. [Code editor](tools/code-editor.md) |
7 |
| - 1. [Performance](tools/code-editor.md#performance) |
8 |
| - 2. [Features](tools/code-editor.md#features) |
9 |
| - 3. [Configuration](tools/code-editor.md#installation-and-configuration) |
10 |
| -2. Programming languages |
11 |
| - 1. [HTML](languages/html.md) |
12 |
| - 2. [CSS](languages/css.md) |
13 |
| - 3. [JavaScript](languages/javascript.md) |
14 |
| - 4. [Markdown](languages/markdown.md) |
15 |
| -3. Development tools |
16 |
| - 1. [Documentation](tools/documentation.md) |
17 |
| - 2. [Visual Studio Code](tools/visual-studio-code.md) |
18 |
| - 3. [Git](tools/git.md) |
19 |
| - 4. [GitHub](tools/github.md) |
20 |
| - 5. [Node.js](tools/nodejs.md) |
21 |
| - 6. [npm](tools/npm.md) |
22 |
| -4. Standards |
23 |
| - 1. [Common](standards/common.md) |
24 |
| - 2. [HTML](standards/html.md) |
25 |
| - 3. [CSS](standards/css.md) |
26 |
| - 4. [JavaScript](standards/javascript.md) |
27 |
| -1. Best practices |
28 |
| - 1. [JavaScript](bestpractices/javascript.md) |
29 |
| - 1. [CSS](bestpractices/css.md) |
30 |
| - 1. [Forms](bestpractices/forms.md) |
31 |
| -5. [Advanced topics](advanced.md) |
32 |
| - 1. [Accessibility](advanced.md#accessibility) |
33 |
| - |
34 |
| -## UI Documentation |
35 |
| - |
36 |
| -## Back End Documentation |
37 |
| -1. Introduction to AWS |
38 |
| - 1. [The AWS Cloud](aws/introduction-to-aws/aws-cloud.md) |
39 |
| - 1. [IAM Explained](aws/introduction-to-aws/iam/iam.md) |
40 |
| - 1. [Setting Up Multi Factor Authentication](aws/introduction-to-aws/mfa-setup/mfa-setup.md) |
41 |
| - 1. [Setting Up Your Credentials](aws/introduction-to-aws/credentials-setup/credentials-setup.md) |
42 |
| -1. AWS Lambda and API Gateway |
43 |
| - 1. [Introduction to AWS Lambda](aws/lambda-and-api-gateway/introduction-to-lambda/introduction-to-lambda.md) |
44 |
| - 1. [Hooking up a Lambda Function to API Gateway](aws/lambda-and-api-gateway/lambda-api-gateway/lambda-api-gateway.md) |
45 |
| - 1. [How to Assign Environmental Variables in Lambda](aws/lambda-and-api-gateway/env-variables/env-variables.md) |
46 |
| -1. Using Lambda with Other AWS Services |
47 |
| - 1. [Using Lambda to Transfer Files Between Buckets](aws/lambda-with-other-services/lambda-transfer-buckets/lambda-transfer-buckets.md) |
48 |
| - 1. [Writing to a DynamoDB Table Using a Lambda Function](aws/lambda-with-other-services/lambda-dynamodb/lambda-dynamodb.md) |
49 |
| - 1. [Storing S3 Object Links in DynamoDB](aws/lambda-with-other-services/s3-lambda-dynamodb/s3-lambda-dynamodb.md) |
50 |
| - 1. [Using SES and Lambda to Send Emails](aws/lambda-with-other-services/ses-lambda/ses-lambda.md) |
51 |
| - 1. [Using SNS and Lambda to Send a Random 6 Digit Number Via Text Message](aws/lambda-with-other-services/send-sms-code-with-sns/send-sms-code-with-sns.md) |
52 |
| -1. Advanced Topics |
53 |
| - 1. [Mock Testing the AWS SDK](aws/advanced-topics/aws-sdk-mock/aws-sdk-mock.md) |
54 |
| - 1. [How to Pass a File Through API Gateway](aws/advanced-topics/pass-file-through-API-gateway/pass-file-through-API-gateway.md) |
55 |
| - 1. Getting an S3 Key from Lambda and Uploading from the Front End |
56 |
| - 1. Deployment Strategies |
| 5 | +1. [New developer onboarding](onboarding.md) |
| 6 | +1. [Fundamental technologies](fundamentals.md) |
| 7 | +1. [UI development](ui.md) |
| 8 | +1. [Backend development](backend.md) |
0 commit comments