Yii provides a whole set of tools to simplify the implementation of Restful Web Service APIs. In particular, It is all about converting request and … Read more “How to parse Request/ Response in Rest Api’s in yii2”
How to create custom email template in magento 2
First we have to create a field in configuration ‘system.xml’ in folder app/code/Auriga/Email/etc/adminhtml/, from where we can select which email template will use. Now create a … Read more “How to create custom email template in magento 2”
How to expose a custom field from sales_order table to rest api?
Suppose you have custom field delivery_type in sales_order table. You are accessing order using rest Api but this field is not present in response. Requested Api: http://localhost/default/rest/default/V1/orders/{order_id} You can get … Read more “How to expose a custom field from sales_order table to rest api?”
How to override/extend controller in Magento 1
If we want to override controller file in magento 1 then we need to add create custom modules like following: Create a new module and … Read more “How to override/extend controller in Magento 1”
How to use scripts in elastic search
Wherever scripting is supported in the Elasticsearch API, the syntax follows the same pattern: The language the script is written in, which defaults to painless. The script … Read more “How to use scripts in elastic search”
Changing admin login URL in WordPress
WordPress is the leading CMS powering over a million websites. It have come a long way in terms of stability and security. However, being open-source … Read more “Changing admin login URL in WordPress”
RANDOM FAIL IN EMAIL SENDING on AWS EC2
EC2 users face a weird problem some times. They observe random fails in email sending via smtp when they try to send more than 3-4 … Read more “RANDOM FAIL IN EMAIL SENDING on AWS EC2”
Storage full issue on AWS RDS
You are surprised by finding out that your RDS server has consumed all the storage space. But when you try to find out the database … Read more “Storage full issue on AWS RDS”
Facebook Analytics
The magnified entry of Facebook has refined the world of social media. Nowadays, It has become absolutely necessary to make a Facebook fan page for … Read more “Facebook Analytics”
Git Branch Management and Review Process
How to Use Pull Request on Git Creating the project on git is really so effective for debug, cloning, recovering etc. There are various … Read more “Git Branch Management and Review Process”
Jenkins – Installing and setting up continuous integration tool
What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. … Read more “Jenkins – Installing and setting up continuous integration tool”
How to Install SSL Certificate on your Website
Introduction to SSL A Secure Sockets Layer – or SSL – certificate is a web security protocol and essential for protecting your site visitors’ sensitive … Read more “How to Install SSL Certificate on your Website”
Create Self-Signed SSL certificate for Apache in Ubuntu
Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in … Read more “Create Self-Signed SSL certificate for Apache in Ubuntu”
Unit and functional testing in php yii2 framework
There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model … Read more “Unit and functional testing in php yii2 framework”
Single Login Between Two Applications
At the time of development sometimes – There is an special requirement of single login for two different web-applications. This type of requirement can be … Read more “Single Login Between Two Applications”
Web application monitoring with New Relic
New Relic Servers for Linux allows you to view and analyze critical system metrics, including CPU usage, physical memory, network activity, processes, and disk I/O … Read more “Web application monitoring with New Relic”
Magento integration with Mongodb and RabbitMq
Magento frontend is little slow with mysql. To solve this problem, We can use mongo db for categories and products listing. We can copy store … Read more “Magento integration with Mongodb and RabbitMq”
$http services and its methods
$http The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser’s XMLHttpRequest object or via JSONP.The … Read more “$http services and its methods”
Share a URL on Facebook from Android App or Website
We recently developed an Android app for Activation Program for one of the prime Telecom Operator in India. There was a contest that winner will … Read more “Share a URL on Facebook from Android App or Website”
How to setup ejabberd on Ubuntu
There are lot of ways to install ejabberd on Ubuntu like from operating system specific package, install it from source code etc. I will prefer … Read more “How to setup ejabberd on Ubuntu”