Here are the steps on how to trigger or test an Amazon CloudWatch alarm using the AWS CLI
How to get the metadata on an EC2 instance
In this blog post, we’ll show different methods that you can apply to get the metadata on the EC2 instance like instance type, instance ID, or AWS region.
How to list all active AWS resources in a VPC
This blog post shows how to find and list all AWS resources that belong to a certain Amazon VPC in an AWS account
How to attach or change a security group on an EC2 instance
This article shows the steps that allow you to add a security group to a running EC2 instance in the AWS Console and AWS CLI
Elasticsearch API key & PHP
How to setup API key for Elasticsearch and use it with PHP
Data Providers in PHPUnit
Data Providers in PHPUnit and how to use them
Laravel – Remove slashes on JSON Response
How to escape slashes on JSON response in Laravel
PHP substr vs mb_substr
substr vs mb_substr in printing special characters in Laravel Blade.
Sentry: Unhandled Failed to fetch
Identifying Unhandled Failed to fetch and NetworkError when attempting to fetch resource in Sentry
Laravel Translation for Subfolders
How to access translation from sub folders in Laravel