Category CSS3
Share experience about CSS3
How To Enable S3 Bucket Access With IP Address
2021/2/23·4 min readS3, Amazon Simple Storage Service is an object cloud storage service can store data on the cloud and designed of 99.999999999 (119's ) of durability. For example you can host image files, you can eitehr make the S3 bucket public so the images is publicavailable so you can access to the file, or you can keep the remain the S3 as private but use the CloudFront to access the S3file, this blog just shows how to make it public with specific IP Address.
How to Backup DynamoDB Data to Different AWS Account
2021/2/13·5 min readThis blog shows how to migrate DynamoDB data between different AWS Account. You can migrate DynamoDB by using differentapproaches. 1. AWS S3 with AWS Glue. 2. Data Pipeline. 3. Amazon EMR, here, we'll use S3 and focus on how to move DynamoDB backupdata into different AWS account.
How to Sync S3 Bucket to Different AWS Account
2021/2/11·4 min readThis blog shows how to move S3 Bucket content from one AWS account to another AWS account.
Upload to AWS S3 By Using Node.js
2021/1/16·1 min readThis blog is to show some sample code that how to upload files to AWS by Node.js.
Customize Bootstrap Breakpoint for Show/Hide Nav Icon
2014/9/6·1 min readDefault for boostrap nav to show is 760px, if you want to change it, following is the setting you could do to customize thebootstrap. Following screen example show how to show or hide the nav icon at 1024px.
CSS Add Content Between Links
2014/9/6·1 min readsample code for apply style only for tablet, mobile, inserting cotent between links by css.
How to Use CSS3 Media Query
2014/10/4·1 min readFew tips about CSS3 Media Query.
How to do S3 Cross Region Replication
2020/1/21·1 min readThis blog shows how to using s3 replication within your current AWS account.
Share S3 Bucket Between AWS Account
2020/1/13·1 min readThis blog shows how to share an s3 bucket cross different AWS account.
VPC End Point - Use S3 from Private EC2 Instance
2020/2/20·1 min readHow to add Google Fonts to Your WebSite
2015/10/2How to get start using Google Font API