Skip to content

Instantly share code, notes, and snippets.

View lcenchew's full-sized avatar
🤓
keep learning

lcenchew

🤓
keep learning
View GitHub Profile
@lcenchew
lcenchew / macos.md
Last active May 29, 2024 05:35
Notes - macOS #notes
@lcenchew
lcenchew / python.md
Last active October 20, 2023 10:03
Notes - Python #notes
@lcenchew
lcenchew / aws.md
Last active January 12, 2024 02:16
Notes - AWS #notes

AWS

Using CLI

  • Windows

    • winget install -e --id Amazon.AWSCLI
  • macOS

    • brew install awscli
@lcenchew
lcenchew / codespaces.md
Last active June 3, 2023 07:19
Notes - Codespaces #notes

Codespaces

How it works

  • Deep dive into GitHub Codespaces
  • folder
    • Repository is cloned into the /workspaces directory in the codespace. (folder structure)
    • /workspaces - persistent directory mounted into the container. Any changes preserved when the codespace stop and start, and when container is rebuilt.
  • other folders - preserved when codespace stop and start , but are not preserved when container rebuilt
@lcenchew
lcenchew / remove-amplify-tutorial.md
Created September 25, 2020 13:00
Remove AWS Amplify Tutorial #notes

Remove AWS Amplify Tutorial

Remove all the services created by the Amplify tutorial

amplify delete
@lcenchew
lcenchew / example-terraform.md
Created September 2, 2020 11:53
Example terraform #bookmarks
@lcenchew
lcenchew / windows.md
Last active June 23, 2023 11:21
Notes - Windows #notes

Windows

PowerShell

  • version 7 install newer Powershell
winget search Microsoft.PowerShell
@lcenchew
lcenchew / example-governance.md
Created August 20, 2020 13:59
Example policy, governance #bookmarks
@lcenchew
lcenchew / github-actions.md
Last active August 12, 2020 09:13
Notes - GitHub Actions #notes