21 February 2023
In NPM projects you have seen the package.json file. This file is an NPM Configuration file. This file function is similar to package.config where you...
The post Configure package.json file appeared first on Naveed Ul-Haq's blog.
21 February 2023
This blog post continues the previous blog on the ODP (Optimizely Data Platform) implementation. ODP by default provides a lot of tracking events. You can...
The post ODP (Optimizely Data Platform) Custom events tracking appeared first on Naveed Ul-Haq's blog.
6 February 2023
Title Tag Page titles are critical to giving online searchers quick insight into the content of a search engine result. It is a primary piece...
The post How to write content – A brief SEO Guide appeared first on Naveed Ul-Haq's blog.
16 January 2023
Recently I come across an issue on my WordPress website where I can not able to login to the admin site. Website Users can not...
The post Resolve Wp Error: Google reCAPTCHA verification failed. You are probably not a human! appeared first on Naveed Ul-Haq's blog.
9 January 2023
Below are the most common commands used in npm (Node Package Manager) Install npm & dependencies Install npm with the version Install Jest Global Delete...
The post npm Commands Cheat Sheet appeared first on Naveed Ul-Haq's blog.
2 January 2023
The Git commands cheat sheet summarizes commonly used Git command line instructions for quick reference Origin Origin stands for the address of your repository Master...
The post GIT Commands cheat sheet appeared first on Naveed Ul-Haq's blog.
13 December 2022
During the development process a lot of time you come across situations where you need to restore the B2B Commerce database from Optimizely Staging or...
The post Optimizely Commerce B2B – Reset console user password in the local environment appeared first on Naveed Ul-Haq's blog.
8 December 2022
If you are running an elastic search in your local environment or on a hosted environment you might come across the following error. You can...
The post Resolved: The Elasticsearch service terminated with the following service-specific error: Incorrect function. appeared first on Naveed Ul-Haq's blog.
5 December 2022
A lot of times we come across issues when our disk space is consumed and we need to move our database MDF & LDF files...
The post Move SQL Server MDF and LDF Files location appeared first on Naveed Ul-Haq's blog.
27 September 2022
I come across the following error while comparing Date in Linq lambda in the .NET C# project. The exact error is The specified type member...
The post Resolved: The specified type member ‘Date’ is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported. appeared first on Naveed Ul-Haq's blog.