CoderJony

Blogs

What is Cache Busting?

What is Cache Busting?

Whenever you access any website from the browser, all the static resources such as JS, CSS & images are cached by the browser. So, whenever you open the next page on that website, the browser will fetch those resources from the cache. This cache could be either disc cache or memory cache.

Read More By Ankush Jain
How to check code point value of a Unicode character in SQL Server?

How to check code point value of a Unicode character in SQL Server?

To determine the code-point value of a Unicode character in SQL Server, you can use UNICODE() function which is provided by default in SQL Server.

Read More By Ankush Jain
Solution- CLUSTERDOWN Hash slot not served in case of single master failure

Solution- CLUSTERDOWN Hash slot not served in case of single master failure

If you are not using Redis in cluster mode or master-slave mode & still getting this error CLUSTERDOWN Hash slot not served then you must try the below solution. That should fix the issue.

Read More By Ankush Jain
How to type any Unicode symbol in outlook?

How to type any Unicode symbol in outlook?

Simply type Unicode Hex Value for the character & press Alt + x.

Read More By Ankush Jain
Solution- The term 'Param' is not recognized as the name of a cmdlet

Solution- The term 'Param' is not recognized as the name of a cmdlet

Just make sure that Param should be in the first line of your PowerShell script.

Read More By Ankush Jain
List all node modules installed globally & locally in Node.js

List all node modules installed globally & locally in Node.js

This post will show you – how can you get a list of all node modules installed globally & locally on your machine.

Read More By Ankush Jain