How to create a log in Magento 2
Add a log in Magento 2, We will learn to create a custom log file programmatically and log data into the custom log file. If indeed your only concern is to log to a different file, there is a slightly easier way. Especially if you want to incorporate that to multiple modules or if you […]
How to Install Elasticsearch on Ubuntu
Elasticsearch is a platform for distributed search and analysis of data in real-time. This blog will guide you through installing Elasticsearch, configuring it for your use case, securing your installation, and beginning to work with your Elasticsearch server. Why use Elasticsearch 1. Usability 2. Powerful Features 3. Scalability Install Elasticsearch on Ubuntu Step 1 – […]
WhatsApp archive chat features and updates
In this blog, we will discuss about WhatsApp archive chat feature and updates. From today on wards, WhatsApp is rolling out new feature for all users. In this new feature, archive option will give you more control over your chats. As per more demand from users, previously when you move any chats to Archive and […]
Propertychange And ajax call in jquery
propertychange event on input box The onpropertychange event is fired in both (the direct and the indirect) cases. You can use the propertyName property of the event object in the event handlers for the onpropertychange event to get the name of the modified propertyI want to detect whenever a textbox’s content has changed and execute […]
Emerging e-commerce marketing trends to follow
Today, lets discuss about emerging e-commerce marketing trends to follow. Marketing trends are changing dynamically. The way you market or promote your business today may not work tomorrow. This sentence holds true for every business and all marketing genre. Companies are adapting and experimenting with new marketing trends to discover what forms of marketing can […]
No matching service worker detected in PWA
Most of the PWA developers almost face this issue, which is “No matching service worker detected” in PWA. Today we post for the same with proper resolution. You may need to reload the page or check that the service worker for the current page also controls the start of the URL from the manifest. Below […]
Magento 2 check request from website or API
Magento2: How to check if the request is from Web Service or Magento 2 check request from website or APIToday we will share an idea to identify the request is coming from API or website.Sometimes need a condition to check the page called for the mobile app user to the browser user.The code level to […]
Ionic app development framework and its features
In this blog, let’s discuss about Ionic app development framework and its features. Every business wants to create a hybrid mobile application that suits their budget. Building a native mobile application across different platforms is really expensive when compared to the development cost of hybrid mobile application. The tech savvy front end developers have already […]
Windows 11 System Requirements and Features
In today’s blog, we will discuss about Microsoft new Windows 11 System requirements and Features. Finally, On 24th June 2021, Microsoft officially announced Windows 11 in the event and the next big Operating System(OS) with all new looks and features. Windows 11 comes with all the security and safety features of Windows 10 with refreshing […]
Magento 2 speed optimization
Magento 2 speed optimization, Magento’s low performance is the lack of server/hosting resources. The hosting solution that powers the Magento store is the key to the success of the Magento store. Magento speed also affected third-party modules and theme customization. As a normal Magento page, it takes more than 3s to load a page There […]
Growth of FinTech industry and its impact
In this blog, lets discuss something about Growth of FinTech industry and its impact. “The Financial Technology industry, commonly known as FinTech, is now handling digital transactions all across the globe. The increased utilization of mobile devices and technology-based solutions is pushing the demand for financial and banking solutions to be processed through personal devices. […]
Enable or Disable minify CSS or JS in Magento
In this blog, we will discuss about how we can enable or disable minify CSS/JS in Magento 2. Follow below steps for enable or disable- From admin panel enable/disable Minify CSS or JS- Stores > Configuration > Advanced > Developer > CSS SettingsStores > Configuration > Advanced > Developer > JavaScript Settings In MySQL, use […]