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.
Type to start searching
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.
AWS Route 53 is a DNS resolution service. This article walks through migrating a domain previously hosted on Tencent Cloud to AWS Route 53.
AWS CodeDeploy is a code deployment service. This article covers how to create an application and deployment group.
AWS CodePipeline is a CI/CD pipeline tool, similar to open-source Jenkins and other cloud pipeline services.
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.
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.
AWS S3 is a storage service similar to Alibaba Cloud OSS and Tencent Cloud COS. This article covers how to create an S3 bucket.
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.
Using sharp for image processing in Node.js — covering common image libraries, installation, format conversion, resizing, and the qiao-img wrapper package.
Preface: In 2023, which UI framework should you use for frontend development? Key requirements: PC and mobile support, dark/light theme switching, rich components, and React support. After comparing React UI libraries on GitHub, Mantine UI stands out for its extensive component library.
Preface: Previous articles covered developing an Electron app through to Mac packaging. Related articles: Learn Electron in One Article, Electron in Practice: Local Database SQLite, Electron in Practice: Managing Electron Projects with Monorepo, Electron in Practice: Mac Packaging, Electron in Practice: Registering an Apple Developer Account.
Preface The previous articles covered developing an Electron app through to Mac packaging. Related articles: Learn Electron in One Article, Electron in Practice: Local Database SQLite, Electron in Practice: Managing Electron Projects with Monorepo, Electron in Practice: Mac Packaging, Electron in Practice: Register