Our insightful blogs
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
- General
- Ecommerce
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
- Digital Engineering
- Ecommerce
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.
- Digital Engineering
Why to Use : Push notification helps the app to notify users regarding occurrence of any new event. Like in Chat Client, if the user is in offline mode or
- Digital Engineering
- Mobile
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
- Mobile
$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
- Digital Engineering
- General
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
- Digital Engineering
- General
- Mobile
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
- Digital Engineering