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

How to use elastic search in yii2

Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need to install the yii2 extension https://github.com/yiisoft/yii2-elasticsearch/blob/master/docs/guide/README.md Configure in common/main.php file [crayon-662c643858614647632354/] Creating index

By |2023-01-17T20:21:50+05:3024 June 2016|Comments Off on How to use elastic search in yii2

PHP Logging

Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can be done easily in most of MVC frameworks. Logging can be save in

By |2023-01-17T20:21:57+05:3024 June 2016|Comments Off on PHP Logging

PHP Caching

PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, the application saves the time that would be required to generate the data

By |2023-01-17T20:22:42+05:3010 June 2016|Comments Off on PHP Caching

Connect ejabberd with mysql instead of mnesia

By default Ejabberd uses mnesia database and if you are not familiar with this then ejabberd provides many other database options for you. You can connect with anyone of them in which you are comfortable. The advantage of

By |2023-01-17T20:22:50+05:3023 May 2016|Comments Off on Connect ejabberd with mysql instead of mnesia

Our Journey

We will like to share the glimpse of Auriga's amazing and memorable Journey till now. Checkout - http://www.aurigait.com/our-journey/.   Whenever we look back, it makes us nostalgic remembering the days when there was just a table & four chairs

By |2023-03-14T11:50:28+05:3010 May 2016|Comments Off on Our Journey

How Auriga IT is Contributing Towards the Smart City Dream of India

Jaipur city is one of the pioneers in smart city vision of Government of India, being the frontrunners Jaipur Development Authority (JDA) took this initiative to start working on the model which requires lots of Technology Solution Implementations

By |2023-01-17T20:23:33+05:302 March 2016|Comments Off on How Auriga IT is Contributing Towards the Smart City Dream of India

Quikr buys CommonFloor four months after launching QuikrHomes

Aditi Shrivastava & Madhav Chanchani, ET Bureau MUMBAI | BENGALURU: After months of resisting a potential merger, CommonFloor finally acquiesced. Quikr on Thursday announced acquisition of the property search website for an undisclosed amount in a majority stock-swap

By |2023-01-17T20:23:43+05:306 February 2016|Comments Off on Quikr buys CommonFloor four months after launching QuikrHomes

Droom to expand to 100 cities; acquisition on the cards in Q1 2016

Patanjali Pahwa | Mumbai - business-standard Droom, the used-car marketplace, is planning to expand to 100 cities within the next month. The company, its founder claimed, has been ahead of schedule in revenue generation and said it was

By |2023-01-17T20:23:55+05:306 February 2016|Comments Off on Droom to expand to 100 cities; acquisition on the cards in Q1 2016
Go to Top