Git undo a commit

Are you new to the Git world? Or earlier working on TFS to maintain the code base now moved to git? If you are working on some code piece and something not going as expected and now you want to roll back or undo a commit. In this article, I show you how to useAre you new to the Git world? Or earlier working on TFS to maintain the code base now moved to git? If you are working on some code piece and something not going as expected and now you want to roll back or undo a commit. In this article, I show you how to use […]

Read More…

Posted in git

Custom Shimmer in React SPFx

In this article, we learn how to show custom shimmer in React SPFx we can display shimmer before items are rendered or loaded on the page. The shimmer effect enhances the user experience on the site and gives a professional feel to the end-user.     What is Shimmer?   Shimmer is a Library thatIn this article, we learn how to show custom shimmer in React SPFx we can display shimmer before items are rendered or loaded on the page. The shimmer effect enhances the user experience on the site and gives a professional feel to the end-user.     What is Shimmer?   Shimmer is a Library that […]

Read More…

Custom breadcrumb in WordPress – Step By Step

In this article, I show you how we can display custom breadcrumb in WordPress on all our pages and posts without using a plugin. By default, the breadcrumb functionality is not available on the WordPress site so there are two ways to accomplish this either by using the plugin or using custom code.   IfIn this article, I show you how we can display custom breadcrumb in WordPress on all our pages and posts without using a plugin. By default, the breadcrumb functionality is not available on the WordPress site so there are two ways to accomplish this either by using the plugin or using custom code.   If […]

Read More…