https://github.com/rmarasigan/code-vault-memoir
Code Vault Memoir is a compilation of 'How-To's', notes, or summaries related to software development. It serves as fuel to our growth and aims to enhance our skills.
https://github.com/rmarasigan/code-vault-memoir
aws git golang knowledge-base
Last synced: 3 months ago
JSON representation
Code Vault Memoir is a compilation of 'How-To's', notes, or summaries related to software development. It serves as fuel to our growth and aims to enhance our skills.
- Host: GitHub
- URL: https://github.com/rmarasigan/code-vault-memoir
- Owner: rmarasigan
- Created: 2024-05-10T08:59:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T06:44:55.000Z (over 1 year ago)
- Last Synced: 2025-01-14T09:16:51.935Z (over 1 year ago)
- Topics: aws, git, golang, knowledge-base
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Code Vault Memoir
Code Vault Memoir is a compilation of 'How-To's', notes, or summaries related to software development. It serves as fuel to our growth and aims to enhance our skills.
> 🗣️ *"Small steps, taken daily, are the building blocks of remarkable achievements. Keep moving forward, and watch how those little victories accumulate into monumental success."*
## Table of Contents
### AWS
* [Athena DynamoDB Connector Cross-Account](aws/athena-dynamodb-connector-cross-acct.md)
* [CodePipeline Invalid Approval Token](aws/code-pipeline-invalid-approval-token.md)
* [AWS CodeStar Connections to AWS CodeConnections](aws/codestar-to-codeconnections.md)
* [Cross Account Deployments with CDK Pipelines](aws/cross-account-deployments-cdk-pipelines.md)
* [Cross Account AWS Lambda Subscription with an SNS topic](aws/cross-account-lambda-subscription-with-sns.md)
* [S3 Bucket Lifecycle Configuration](aws/s3-bucket-lifecycle.md)
* [Secure Amazon API with Amazon Cognito User Pools](aws/secure-amazon-api-with-cognito-user-pools.md)
* [Update the CDK Context](aws/update-cdk-context.md)
* [Update the AWS CDK Stack v1 to v2](aws/update-cdk-to-v2.md)
* [Validate Changes via AWS CDK Locally](aws/validate-changes-via-aws-cdk-locally.md)
### Git
* [Linux Git Installation](git/git-installation.md)
* [Delete 'Squash & Merged' Branch Locally](git/delete-squash-merged-branch-locally.md)
* [Merging `x` branch to `y` branch](git/merge-branches.md)
* [Pushing Changes to an `x` Branch](git/push-changes-to-x-branch.md)
* [Switch Branches](git/switch-branches.md)
### Golang
* [Golang Concepts](go/concepts/README.md)
* [Linux Go Installation](go/go-installation.md)
* [Bump Go Version](go/bump-go-version.md)
* [DynamoDB with AWS Go SDK](go/dynamodb-with-aws-go-sdk.md)
### MySQL
* [Linux MySQL Installation](mysql/mysql-installation.md)
* [Linux MySQL 8.0.35 Reset Password](mysql/mysql-reset-password.md)
### Node.js
* [Linux Node.js Installation](nodejs/node-installation.md)
* [Linux Uninstall Node.js](nodejs/uninstall-nodejs.md)
### TypeScript
* [Linux Installation](typescript/linux-installation.md)
## Resources
* [AWS](resources/aws-resources.md)
* [Git](resources/git-resources.md)
* [Linux](resources/linux-resources.md)
* [Golang](resources/golang-resources.md)
* [Blog / Articles](resources/blogs-articles.md)
* [Refactoring / Design Patterns / System Design](resources/refactoring-design-patterns-system-design.md)