Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed Jul 16, 2023
1 parent b75f875 commit 44c6f20
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 21 deletions.
30 changes: 15 additions & 15 deletions src/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Technology/Monorepo.md",
"file": "APIs/GitHub API.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -170,7 +170,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Technology/Monorepo.md",
"file": "APIs/GitHub API.md",
"collapseAll": true,
"extraContext": true,
"sortOrder": "alphabetical",
Expand All @@ -187,7 +187,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Technology/Monorepo.md",
"file": "APIs/GitHub API.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -210,7 +210,7 @@
"state": {
"type": "outline",
"state": {
"file": "Technology/Monorepo.md"
"file": "APIs/GitHub API.md"
}
}
},
Expand Down Expand Up @@ -241,6 +241,17 @@
},
"active": "418ab84c808d127b",
"lastOpenFiles": [
"APIs/Google Calendar API.md",
"APIs/GitHub API.md",
"APIs",
"Cloud/AWS/Moto.md",
"Cloud/AWS/Cognito.md",
"Cloud/AWS/Index.md",
"Cloud/Azure/Index.md",
"Cloud/Azure",
"Cloud/AWS",
"Cloud",
"Technology/Monorepo.md",
"Email Templates/Knowledge Sharing.md",
"Email Templates/Onboarding.md",
"Goals/Continuous Improvement.md",
Expand All @@ -260,23 +271,12 @@
"Management/Leadership.md",
"Management/Management.md",
"Management/Metrics.md",
"Management/Psychological Safety.md",
"Management/Onboarding.md",
"Management/Reports.md",
"Management/Salary.md",
"Management/Software Development Strategy.md",
"Management/Ways of Working.md",
"Management/Wellbeing.md",
"Frontend",
"How-to/Git",
"How-to/Powershell",
"How-to/C#",
"How-to",
"Technology",
"Development",
"Documentation",
"Performance",
"Security",
"Untitled.canvas",
"Tools/Untitled.canvas"
]
Expand Down
1 change: 1 addition & 0 deletions src/APIs/GitHub API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[https://api.github.com/users/leandromonaco/starred?per_page=100&page=11](https://api.github.com/users/leandromonaco/starred?per_page=100&page=11)
File renamed without changes.
20 changes: 20 additions & 0 deletions src/Cloud/AWS/Cognito.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
```
aws --endpoint-url=http://localhost:52007 cognito-idp create-user-pool --pool-name "localcloud"
aws --endpoint-url=http://localhost:52007 cognito-idp list-user-pools --max-results 20
```

Copy user pool id

```
aws --endpoint-url=http://localhost:52007 cognito-idp create-user-pool-client --user-pool-id "ap-southeast-2_366f47d5c8fd1bbefcf3afec577af68d09ebfa7d5" --client-name msnotification --generate-secret
```

Copy Client Id

```
aws --endpoint-url=http://localhost:52007 cognito-idp admin-create-user --user-pool-id "ap-southeast-2_366f47d5c8fd1bbefcf3afec577af68d09ebfa7d5" --username "testuser"
aws --endpoint-url=http://localhost:52007 cognito-idp admin-set-user-password --user-pool-id "ap-southeast-2_366f47d5c8fd1bbefcf3afec577af68d09ebfa7d5" --username "testuser" --password "Hum4nF0rc3!" --permanent
aws --endpoint-url=http://localhost:52007 cognito-idp initiate-auth --auth-flow USER_PASSWORD_AUTH --auth-parameters USERNAME=testuser,PASSWORD=Hum4nF0rc3! --client-id {INSERT_NEW_CLIENTID} --region ap-southeast-2
```
File renamed without changes.
1 change: 1 addition & 0 deletions src/Cloud/AWS/Moto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Recorder](https://docs.getmoto.org/en/latest/docs/configuration/recorder/index.html)
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Development/Development Environment Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Using a [[WinGet]] Configuration file, you can consolidate manual machine setup
14. [[Create IIS Websites]]
15. [[Change host file on Windows]]
16. [[Redis]]
17. [[AWS]]
18. [[Azure]]
17. [[Cloud/AWS/Index]]
18. [[Cloud/Azure/Index]]

## Browsers

Expand Down
6 changes: 3 additions & 3 deletions src/Goals/Continous Learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This a list of ideas to make learning a part the routine.
### [[Code Katas]]
- https://www.codewars.com/

### [[Azure]]
### [[Cloud/Azure/Index]]
- Obtain a [certification](https://docs.microsoft.com/en-us/learn/certifications/certification-process-overview) or [renew](https://docs.microsoft.com/en-us/learn/certifications/renew-your-microsoft-certification) it

### [[Soft Skills]]
Expand All @@ -53,7 +53,7 @@ This a list of ideas to make learning a part the routine.
- https://www.perfectkickoff.com/
- https://www.coursera.org/professional-certificates/google-project-management

### [[AWS]]
### [[Cloud/AWS/Index]]
- https://aws.amazon.com/partners/training/
- [AWS Workshops](https://workshops.aws/)
- [AWS Skill Builder](https://explore.skillbuilder.aws/learn)
Expand All @@ -63,7 +63,7 @@ This a list of ideas to make learning a part the routine.
- [AWS Serverless SaaS Workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/b0c6ad36-0a4b-45d8-856b-8a64f0ac76bb/en-US)
- https://serverlessland.com
- https://studiolab.sagemaker.aws/ (Learn and experiment with machine learning)
- [[.NET]] on [[AWS]]: https://aws.amazon.com/developer/language/net/
- [[.NET]] on [[Cloud/AWS/Index]]: https://aws.amazon.com/developer/language/net/

- [AWS Certified Cloud Practitioner](https://aws.amazon.com/certification/certified-cloud-practitioner/) | [Training](https://explore.skillbuilder.aws/learn/course/external/view/elearning/134/aws-cloud-practitioner-essentials) & [Ramp-Up Guide](https://d1.awsstatic.com/training-and-certification/ramp-up_guides/Ramp-Up_Guide_Cloud_Foundations.pdf)
- [AWS Certified Developer - Associate](https://aws.amazon.com/certification/certified-developer-associate/) | [Ramp-Up Guide](https://d1.awsstatic.com/training-and-certification/ramp-up_guides/Ramp-Up_Guide_Developer.pdf)
Expand Down
2 changes: 1 addition & 1 deletion src/Technology/AI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**[[AWS]] CodeWhisperer**
**[[Cloud/AWS/Index]] CodeWhisperer**
[Setting up CodeWhisperer](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/whisper-setup-indv-devs.html)
[Working with CodeWhisperer in VS Code](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/codewhisperer-overview.html)

Expand Down

0 comments on commit 44c6f20

Please sign in to comment.