Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 1 day 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-28T06:44:55.000Z (about 2 months ago)
- Last Synced: 2024-11-28T07:29:51.629Z (about 2 months ago)
- Homepage:
- Size: 30.3 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)
* [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
* [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
* [Bump Go Version](go/bump-go-version.md)
* [DynamoDB with AWS Go SDK](go/dynamodb-with-aws-go-sdk.md)### MySQL
* [Linux MySQL 8.0.35 Reset Password](mysql/mysql-reset-password.md)### Node.js
* [Linux Uninstall Node.js](nodejs/uninstall-nodejs.md)### TypeScript
* [Linux Installation](typescript/linux-installation.md)