Introduction Securing your PHP application on AWS is critical to ensure that sensitive data is protected and your system remains reliable. AWS Identity and Access Management (IAM) is a powerful service that allows you to control access to your AWS resources. In this blog, we’ll focus on best practices for using IAM to safeguard your...
Introduction In modern web development, metadata plays a crucial role in providing additional information about the code, allowing for more dynamic and flexible functionality. In the context of Drupal, this metadata is often used to define plugin classes such as blocks, services, event subscribers, and routing information. Traditionally,...
Introduction Drupal is a great tool for building websites, and it comes with a cool feature called Twig that helps make websites look good. In this blog, we'll talk about using Twig in Drupal to handle dates easily. Understanding Twig and Drupal Date Twig is like a helper for making web pages look nice, and Drupal uses it to help...
Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. It allows you to break during code execution and inspect all the variables in scope during a request. The purpose of this blog is to install Xdebug 3 on MacOS with PHP 8.1 to debug PHP code. Let’s start installing Xdebug 3...
Authorize.net is a payment gateway service that enables customers to accept credit cards through websites. Users can transact and handle payments on a low-cost basis without paying any additional transaction fees. If you wish to check out the features of authorize.net, you can create a sandbox account (free service), it's the same as...
Infrastructure monitoring in the cloud is the topmost priority for any application running in the cloud. This includes monitoring the web servers, databases, applications & various tools being used. Datadog not only provides monitoring but also has alerts integrated so that you get notified for certain type of issues which occur. For...
In continuation to my previous Blog on Elastic Beanstalk (Grails Application) , I would now tell you how to deploy a PHP application via Elastic Beanstalk. So, again, we will quickly go through what AWS Elastic Beanstalk does. It is deploying your application in the AWS Cloud without worrying about the infrastructure & making your...
Hello folks, If you are here on this blog, you might be searching for the ways to migrate your existing PHP website to Node.js. In this blog i will try to explain, how you can point your existing domain to nodejs hosting and keep using the cpanel hosting for managing emails for your domain. To start with, you will have to make...