diff --git a/README.md b/README.md index 9f8c857..fa84c6c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Apptension Technical Stack Apptension Technical Stack covers all viable concepts we follow at our company in order to develop production-ready code. -
Frontend Developer

DevOps Developer

Backend Developer

+
Frontend Developer

Backend Developer

DevOps Developer

* * * @@ -44,18 +44,18 @@ This section describes technical prerequisites for Junior, Regular and Senior De * [Regular Frontend Developer - Technical Onboarding Checklist](/Onboarding/Regular/Frontend%20Developer.md) * [Senior Frontend Developer - Technical Onboarding Checklist](/Onboarding/Senior/Frontend%20Developer.md) -### DevOps Developer - -* [Junior DevOps Developer - Technical Onboarding Checklist](/Onboarding/Junior/DevOps%20Developer.md) -* [Regular DevOps Developer - Technical Onboarding Checklist](/Onboarding/Regular/DevOps%20Developer.md) -* [Senior DevOps Developer - Technical Onboarding Checklist](/Onboarding/Senior/DevOps%20Developer.md) - ### Backend Developer * [Junior Backend Developer - Technical Onboarding Checklist](/Onboarding/Junior/Backend%20Developer.md) * [Regular Backend Developer - Technical Onboarding Checklist](/Onboarding/Regular/Backend%20Developer.md) * [Senior Backend Developer - Technical Onboarding Checklist](/Onboarding/Senior/Backend%20Developer.md) +### DevOps Developer + +* [Junior DevOps Developer - Technical Onboarding Checklist](/Onboarding/Junior/DevOps%20Developer.md) +* [Regular DevOps Developer - Technical Onboarding Checklist](/Onboarding/Regular/DevOps%20Developer.md) +* [Senior DevOps Developer - Technical Onboarding Checklist](/Onboarding/Senior/DevOps%20Developer.md) + * * * Apptension Technical Topics @@ -69,18 +69,18 @@ This section describes all technical topics (career development goals, good habi * [Regular Frontend Developer - Technical Topics](/Technical%20Guide/Regular/Frontend%20Developer.md) * [Senior Frontend Developer - Technical Topics](/Technical%20Guide/Senior/Frontend%20Developer.md) -### DevOps Developer - -* [Junior DevOps Developer - Technical Topics](/Technical%20Guide/Junior/DevOps%20Developer.md) -* [Regular DevOps Developer - Technical Topics](/Technical%20Guide/Regular/DevOps%20Developer.md) -* [Senior DevOps Developer - Technical Topics](/Technical%20Guide/Senior/DevOps%20Developer.md) - ### Backend Developer * [Junior Backend Developer - Technical Topics](/Technical%20Guide/Junior/Backend%20Developer.md) * [Regular Backend Developer - Technical Topics](/Technical%20Guide/Regular/Backend%20Developer.md) * [Senior Backend Developer - Technical Topics](/Technical%20Guide/Senior/Backend%20Developer.md) +### DevOps Developer + +* [Junior DevOps Developer - Technical Topics](/Technical%20Guide/Junior/DevOps%20Developer.md) +* [Regular DevOps Developer - Technical Topics](/Technical%20Guide/Regular/DevOps%20Developer.md) +* [Senior DevOps Developer - Technical Topics](/Technical%20Guide/Senior/DevOps%20Developer.md) + * * * Contribution diff --git a/Technical Guide/Regular/DevOps Developer.md b/Technical Guide/Regular/DevOps Developer.md index 284f31e..cb749e0 100644 --- a/Technical Guide/Regular/DevOps Developer.md +++ b/Technical Guide/Regular/DevOps Developer.md @@ -124,15 +124,9 @@ Generic AWS Services * [ ] You know how to create an Application Load Balancer * [ ] You know how to attach a Security Group to an instance -### AWS Client libraries - -#### aws-cli - -* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources - ### IAM -* [ ] You know how to create a nw user +* [ ] You know how to create a new user * [ ] You know how to create a new role * [ ] You know how to create a policy documents and attach them to various IAM resources @@ -145,13 +139,19 @@ Generic AWS Services * [ ] You know how to create an SSM parameter and encrypt it with a KMS key * [ ] You know how to use SSM parameter in Lambda function +### AWS Client libraries + +#### aws-cli + +* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources + Storage ------- ### AWS S3 * [ ] You know how to create an S3 bucket -* [ ] You know how to make an S3 bucket public +* [ ] You know how to make a S3 bucket public * [ ] You know how to host a Single Page Application in S3 Continuous Integration diff --git a/Technical Guide/Regular/Frontend Developer.md b/Technical Guide/Regular/Frontend Developer.md index 25dd823..e08b0de 100644 --- a/Technical Guide/Regular/Frontend Developer.md +++ b/Technical Guide/Regular/Frontend Developer.md @@ -287,6 +287,8 @@ Animations ### React Animation libraries +* [ ] You used and know well at least one of the react animation libraries + #### react-transition-group * [ ] You know how to apply CSS or inline styles to add transition between components being rendered [:books:](https://alligator.io/react/react-transition-group/) @@ -295,6 +297,8 @@ Animations ### Animation Libraries +* [ ] You know well at least one of the animation libraries + ### CSS Animations * [ ] You know how write CSS animations - transitions, keyframes [:books:](https://www.youtube.com/watch?v=zHUpx90NerM) diff --git a/Technical Guide/Senior/DevOps Developer.md b/Technical Guide/Senior/DevOps Developer.md index 4453153..11afd11 100644 --- a/Technical Guide/Senior/DevOps Developer.md +++ b/Technical Guide/Senior/DevOps Developer.md @@ -139,15 +139,9 @@ Generic AWS Services * [ ] You know how to create an Application Load Balancer * [ ] You know how to attach a Security Group to an instance -### AWS Client libraries - -#### aws-cli - -* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources - ### IAM -* [ ] You know how to create a nw user +* [ ] You know how to create a new user * [ ] You know how to create a new role * [ ] You know how to create a policy documents and attach them to various IAM resources * [ ] You know how to configure a "switch role" method so the user from one account can log into another role from another account @@ -161,13 +155,19 @@ Generic AWS Services * [ ] You know how to create an SSM parameter and encrypt it with a KMS key * [ ] You know how to use SSM parameter in Lambda function +### AWS Client libraries + +#### aws-cli + +* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources + Storage ------- ### AWS S3 * [ ] You know how to create an S3 bucket -* [ ] You know how to make an S3 bucket public +* [ ] You know how to make a S3 bucket public * [ ] You know how to host a Single Page Application in S3 Continuous Integration diff --git a/Technical Guide/Senior/Frontend Developer.md b/Technical Guide/Senior/Frontend Developer.md index 1e7492a..09c6064 100644 --- a/Technical Guide/Senior/Frontend Developer.md +++ b/Technical Guide/Senior/Frontend Developer.md @@ -302,6 +302,8 @@ Animations ### React Animation libraries +* [ ] You used and know well at least one of the react animation libraries + #### react-transition-group * [ ] You know how to apply CSS or inline styles to add transition between components being rendered [:books:](https://alligator.io/react/react-transition-group/) @@ -310,6 +312,9 @@ Animations ### Animation Libraries +* [ ] You know well at least one of the animation libraries +* [ ] You can implement complex animations with multiple phases + ### CSS Animations * [ ] You know how write CSS animations - transitions, keyframes [:books:](https://www.youtube.com/watch?v=zHUpx90NerM) diff --git a/Technical Stack/DevOps Developer/Generic AWS Services.md b/Technical Stack/DevOps Developer/Generic AWS Services.md index 23e1193..2570a52 100644 --- a/Technical Stack/DevOps Developer/Generic AWS Services.md +++ b/Technical Stack/DevOps Developer/Generic AWS Services.md @@ -19,17 +19,10 @@ EC2 * [ ] You know how to create an Application Load Balancer * [ ] You know how to attach a Security Group to an instance -AWS Client libraries --------------------- - -### aws-cli - -* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources - IAM --- -* [ ] You know how to create a nw user +* [ ] You know how to create a new user * [ ] You know how to create a new role * [ ] You know how to create a policy documents and attach them to various IAM resources * [ ] You know how to configure a "switch role" method so the user from one account can log into another role from another account @@ -45,6 +38,13 @@ SSM * [ ] You know how to create an SSM parameter and encrypt it with a KMS key * [ ] You know how to use SSM parameter in Lambda function +AWS Client libraries +-------------------- + +### aws-cli + +* [ ] You know how to create a local profile using acquired key id and secret to access AWS resources + * * * Contribution diff --git a/Technical Stack/DevOps Developer/Storage.md b/Technical Stack/DevOps Developer/Storage.md index d7d8bde..b45cc4c 100644 --- a/Technical Stack/DevOps Developer/Storage.md +++ b/Technical Stack/DevOps Developer/Storage.md @@ -5,7 +5,7 @@ AWS S3 ------ * [ ] You know how to create an S3 bucket -* [ ] You know how to make an S3 bucket public +* [ ] You know how to make a S3 bucket public * [ ] You know how to host a Single Page Application in S3 * * * diff --git a/Technical Stack/Frontend Developer/Animations.md b/Technical Stack/Frontend Developer/Animations.md index 02c0bdd..176073c 100644 --- a/Technical Stack/Frontend Developer/Animations.md +++ b/Technical Stack/Frontend Developer/Animations.md @@ -4,6 +4,8 @@ Animations React Animation libraries ------------------------- +* [ ] You used and know well at least one of the react animation libraries + ### react-transition-group * [ ] You know how to apply CSS or inline styles to add transition between components being rendered [:books:](https://alligator.io/react/react-transition-group/) @@ -13,6 +15,9 @@ React Animation libraries Animation Libraries ------------------- +* [ ] You know well at least one of the animation libraries +* [ ] You can implement complex animations with multiple phases + CSS Animations --------------