How to Build a Chrome Extension to Save Gmail Emails Using the Gmail API

Posted by on Jul 15, 2025 in General | No comments yet

In this post, I’ll walk you through how to build a Chrome Extension that connects to your Gmail account, reads emails, and sends the email content (subject, body, and attachments) to an external API—like a CRM, file management tool, or …

Resolve the Access Denied Error in Amazon S3 when viewing uploaded file

Posted by on Jul 21, 2020 in General | No comments yet

Before you can access a file that is uploaded to a bucket, you need to apply public permissions using either “ACL settings” or the “bucket policy” tool. To apply the bucket policy, perform the following steps: 1) Open S3 management …

Change MySql root password on centos

Posted by on Feb 22, 2019 in General | No comments yet

To change the root password, we need to still start mySQL with –skip-grant-tables options and update the user table

Redirecting to HTTPS from HTTP

Posted by on Nov 9, 2018 in General | No comments yet

If we have added an SSL certificate to your domain, we can force all visits to your site to use HTTPS to ensure your traffic is secure. This post shows examples on how to do this. The following forces any …

Load More