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 data against fraud and identity theft. SSLs guard data by providing encryption (scrambling

By |2023-01-17T20:19:17+05:3021 November 2016|Comments Off on 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 years, the Hypertext Transfer Protocol (HTTP) received a long-overdue upgrade. HTTP/2 is largely

By |2023-01-17T20:19:24+05:3018 November 2016|Comments Off on 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 a protected, encrypted wrapper. Using this technology, servers can send traffic safely between

By |2023-01-17T20:19:35+05:3018 November 2016|Comments Off on 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 in isolation doesn’t prove your application is working. To test the behavior of

By |2023-01-17T20:19:43+05:3018 November 2016|Comments Off on Unit and functional testing in php yii2 framework

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 utilization and capacity. This section provides information about compatibility and requirements, basic instructions

By |2023-01-17T20:20:03+05:303 November 2016|Comments Off on 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 categories and products to mongo db via observer whenever any changes done by

By |2023-01-17T20:20:10+05:303 November 2016|Comments Off on Magento integration with Mongodb and RabbitMq

PHP optimization tips for any project

Optimization is part of every project. If you are a developer, it is essential for you to optimize your script early in the development process itself. Following the best practices while coding your PHP script is a good

By |2023-01-17T20:20:19+05:3010 October 2016|Comments Off on PHP optimization tips for any project

Submit page changes for reviewer in beaver builder – wordpress

How we can submit page changes for review and make live after reviewed it in beaver builder? There is  revisionary plugin https://wordpress.org/plugins/revisionary/.  Revisionary creates a new user role named Revisor. Revisors can make changes to page content, but

By |2023-01-17T20:20:26+05:3010 October 2016|Comments Off on Submit page changes for reviewer in beaver builder – wordpress

Integrating XMPP Chat in the iOS App

What is XMPP: XMPP (Extensible Messaging and Presence Protocol) is a protocol based on Extensible Markup Language (XML) and intended for instant messaging (IM) and online presence detection. It functions between or among servers, and facilitates near-real-time operation.

By |2023-01-17T20:20:42+05:3025 August 2016|Comments Off on Integrating XMPP Chat in the iOS App

$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 AngularJS $http service makes a request to the server, and returns a response.

By |2023-01-17T20:20:53+05:3022 August 2016|Comments Off on $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 be decided on the basis of the maximum likes on Facebook for the

By |2023-01-17T20:21:01+05:3010 August 2016|Comments Off on Share a URL on Facebook from Android App or Website

PHP Threading

A thread is a small unit of instructions which can be executed by a processor. A application uses threading if it requires parallelism. In other words by a single program ,we can process multiple unit of instructions parallaly.

By |2023-01-17T20:21:08+05:3029 July 2016|Comments Off on PHP Threading

Family of Friends – Part I

When you embark on your Entrepreneurial Journey it is more out of excitement for adventure and execution than earning money. Trust me no experienced person will ever ask you to go for your own venture if you want

By |2023-03-14T11:43:51+05:3013 July 2016|Comments Off on Family of Friends – Part I

Understanding elastic search and installation

Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that

By |2023-01-17T20:21:36+05:3024 June 2016|Comments Off on Understanding elastic search and installation
Go to Top