Category: Cloud
How to get the “To” email address from eml files?
What is an EML File ? EML is an email message file extension (means an email is stored in a file with an extension .eml). This file is in the standard MIME RFC 822 format by Microsoft Outlook Express and
History feature to track various states of tasks in TFS (Azure)
Description: TFS plays a very important role in Project management. Under any User Story or Bug in a Sprint, we create tasks or kickbacks which go through various states with the time. By using the History icon, we can see
Firebase Cloud Messaging With Laravel 6
Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One
Automate aws snapshot using Lambda and cloudwatch service
Automate the Snapshots using AWS Lambda & CloudWatch services. Step.1 Create IAM Role with following accessibility 1. To get information of volumes and snapshots from EC2 2. To create new snapshots using the CreateSnapshot API call In the AWS management
WordPress | Move WordPress site from HTTP to HTTPS
How to move whole wordpress site from HTTP to HTTPS in simple steps using Really Simple SSL plugin with AWS Cloudfront. Solution. Step-1. Login to wordpress Step.2 Click Plugins Step-3. Download Really Simple SSL plugin on your desktop, as shown
How to close Heroku Postgres Database connections
Problem: Heroku Postgres Database Fatal error too many database connections for role ‘username’ Solution: 1. First install Heroku toolbelt with command a. sudo snap install heroku –classic 2. Login from command line a. heroku login 3. Check current database connections
Salesforce SOAP and Bulk API Integration in PHP
Implementing Salesforce SOAP and Bulk API Integration in PHP Salesforce SOAP API: Salesforce SOAP API is a coding method to use our Org’s information with the help of inbuilt functions and SOQL query. With the help of these function, we
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [