Cs Cart – Api support for multipart form-data

Cscart 4+ has one great feature i.e API. There are some basic apis already written in cscart, like Products, Orders, Users etc. You can check these apis in detail here http://docs.cs-cart.com/4.1.x/api/index.html. Currently, Api's in Cscart has only support

By |2023-01-17T20:24:08+05:3016 September 2015|Comments Off on Cs Cart – Api support for multipart form-data

Optimizing Web Application Speed with Caching in Yii Framework

A major feature where Yii leaves all its counterparts far behind in the curve and standout to be incredible is its Cache Management. By using its core caching techniques, developers can work on making page load much faster

By |2023-01-17T20:24:18+05:304 September 2015|Comments Off on Optimizing Web Application Speed with Caching in Yii Framework

Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

Databases. A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data is typically organized to model aspects of reality in a way that supports processes

By |2023-01-17T20:24:29+05:3018 August 2015|Comments Off on Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

V Model of Testing

To understand the V model, let’s first understand what is verification and validation in software. Verification:- “The process of evaluating documents / work-product of a development phase.” Verification is also known as Static Testing as Software Application is

By |2023-01-17T20:24:36+05:3030 June 2015|Comments Off on V Model of Testing

Continuous Integration with Jenkins, Maven and TestNg with Github on Linux/Ubuntu

First, Download the jenkins and install. 1. Download latest War file from the jenkins main site http://jenkins-ci.org/   2. Open Terminal and go to download folder and run [crayon-662a77605d207744459587/] 3. Now jenkins fully up and running   4.

By |2023-01-17T20:25:05+05:3028 May 2015|Comments Off on Continuous Integration with Jenkins, Maven and TestNg with Github on Linux/Ubuntu

Setup Maven and TestNg with Selenium on jenkins server with Git

1.Run Apache server and run http://localhost:8080/jenkins/ 2. Install Maven 3 by below commands [crayon-662a77605d4ec405972402/] 3.Go to Manage Jenkins  Displayed a button that “Setup Security” Click on it or you can Dismiss it. 4.if want to Setup the "Setup

By |2023-01-17T20:25:14+05:3028 May 2015|Comments Off on Setup Maven and TestNg with Selenium on jenkins server with Git

Creating Image Patterns Using GD Library with PHP

There are several ways to do this, but I find GD Library of PHP pretty useful for this. To install this library in Ubuntu use following command [crayon-662a77605d6f1447777775/] After installation restart your apache/lampp server. Image Patterns can be

By |2023-01-17T20:25:32+05:3013 May 2015|Comments Off on Creating Image Patterns Using GD Library with PHP

How to use Elastic Search with PHP – Tutorial

Searching is an important part of many application but it can be painful if you have to deal with large database. Recently I got to work with Elastic Search, a very efficient search tool that provides lots of

By |2023-01-17T20:25:42+05:3029 April 2015|Comments Off on How to use Elastic Search with PHP – Tutorial
Go to Top