Logo Vincent
Common Docker Commands

Common Docker Commands

Docker official website: https://www.docker.com/ hub: https://www.docker.com/products/dockerhub/ Docker concepts image: a packaged snapshot container: a running instance of an image repository: a place to store images Docke

DevOps
Node.js Web Server in Practice: API Load Testing with autocannon

Node.js Web Server in Practice: API Load Testing with autocannon

Preface: AutoCannon is a Node.js-based API load testing tool. https://www.npmjs.com/package/autocannon

Node.js
AWS - Image Conversion with Lambda@Edge and CloudFront

AWS - Image Conversion with Lambda@Edge and CloudFront

Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.

Tools
AWS-CodeArtifact

AWS-CodeArtifact

AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.

Tools
AWS-CertificateManager

AWS-CertificateManager

AWS Certificate Manager is the certificate management system provided by AWS. When used together with an AWS Load Balancer, you can request wildcard certificates for free.

Tools
AWS-Route53

AWS-Route53

AWS Route 53 is a DNS resolution service. This article walks through migrating a domain previously hosted on Tencent Cloud to AWS Route 53.

Tools
AWS-CodeDeploy

AWS-CodeDeploy

AWS CodeDeploy is a code deployment service. This article covers how to create an application and deployment group.

Tools
AWS-CodePipeline

AWS-CodePipeline

AWS CodePipeline is a CI/CD pipeline tool, similar to open-source Jenkins and other cloud pipeline services.

Tools
AWS-CodeBuild

AWS-CodeBuild

AWS CodeBuild is used to build code. This article covers how to create a CodeBuild project, configure the build environment, and set up build scripts.

Tools
AWS-CodeCommit

AWS-CodeCommit

AWS provides a code hosting service similar to GitHub and GitLab. This article covers how to use AWS CodeCommit to mirror code from an internal GitLab instance to AWS EC2.

Tools
AWS-S3

AWS-S3

AWS S3 is a storage service similar to Alibaba Cloud OSS and Tencent Cloud COS. This article covers how to create an S3 bucket.

Tools
Syncing Gitlab Code to Github

Syncing Gitlab Code to Github

Background: The company code has always been on the internal Gitlab. Including daily code commits, code reviews, project management, personnel management, etc. Now there is a new business that needs to be deployed on AWS overseas, which means we need to pull code from the internal Gitlab on Alibaba Cloud to AWS overseas. Common solutions include cross-border dedicated lines, manual sync, and automatic sync to Github.

Tools
© 2026 vincentqiao.com . All rights reserved.