Monthly Archives: April 2018

A Definitive Guide to Testing PHP Applications with PHP Unit

The fact you are on this page clearly shows that you want to unit test your PHP application. If you are still not very convinced on putting efforts into unit tests and would like to have a solid footing on … Read More »

Tagged , |

A Quick Guide to Move Database Backups to s3 Cloud via Cron

This blog walks you through a step by step guide to move your database backups to your Amazon AWS s3 cloud. Provided your website is hosted on an AWS instance, you can follow the undermentioned steps to keep your backups … Read More »

Tagged |

Comparison between different Vulnerability Scanning Tools

Nowadays security risks are very high due to which security testing is very important. Through security testing we can identify loop holes in a system, network or computer software. Security testing helps us to determine that software or system prevents … Read More »

Tagged |

5 Easy Steps on Scheduling MySql Database Backup Using Cron

Be it GIT, SVN, Mercurial, CVS or Bazaar – your code is definitely in safe hands. However, websites that have a reasonably large content saved in database or those that interact with the customers, especially the ones receiving orders and … Read More »

Tagged |

How to use Machine Learning for Anomaly Detection

Anomaly Detection is a widely used for Machine Learning as a service to find out the abnormalities in a system. The idea is to create a model under a probabilistic distribution. In our case, we will be dealing with the Normal … Read More »

Tagged |

How To Stylize Magento Email Templates With CSS File

Styling emails are always difficult for web designers. You need to be extra careful when designing email templates as clients tend to behave differently on different emails. Some of them prefer non inline templates, whereas some require inline styles and … Read More »

Tagged |

How to Add Custom CSS and JS Files on CMS Pages in Magento 2

In this blog, you will learn all the mandatory steps on how to include the custom CSS and JS files on CMS pages in your Magento 2 store. This task may seem a bit complicated to you, so here’s a … Read More »

Tagged |