GIFSHOT What is GIFSHOT? Site – https://yahoo.github.io/gifshot/ Source Code :https://github.com/yahoo/gifshot Gifshot is a javascript library that can create animated GIFs from media streams, videos, or … Read more “GIFTSHOT Cross Origin Issue”
Facebook Account Kit & Single-SignOn (SSO)
Passwordless login provides a hassle-free signup and login experience for the user. The user does not have to remember passwords, rather they are provided a … Read more “Facebook Account Kit & Single-SignOn (SSO)”
Touch Id Authentication in iOS
What is Touch ID ? Touch ID is Apple’s fingerprint technology for iOS mobile devices. It allows consumers to unlock their phones and make purchases … Read more “Touch Id Authentication in iOS”
Error handling in AJAX
Some times when we request to server we didn’t get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) … Read more “Error handling in AJAX”
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”
Boost Web Application Performance with HTTP/2 and Server-Push
HTTP/2 In February of 2015, the IETF’s steering group for publication as standards-track RFCs approved the HTTP/2 and associated HPACK specifications. After more than 15 … Read more “Boost Web Application Performance with HTTP/2 and Server-Push”
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”