Try this regex At times we push the wrong update to the repository. In spite of fixing the issue at a later stage, we just hope that we never have pushed the wrong code. We have a workaround for this. Click here to know How to delete all commit records from Github without deleting the […]
Read MoreLearn how to deploy a high-availability WordPress website on Azure, ensuring robust performance, scalability and security for your online presence.
Read MoreImplementing conversion rate optimization best practices is crucial to driving growth and enhancing the organization's digital performance...
Read MoreWindows 11 brings several big and small UI as well as functional improvements. The interface is more refined than in previous versions of Windows. Here we will share some useful secrets in windows 11. Though Windows 10 was one of the finest and most stable versions of windows. Microsoft has put in some effort to […]
Read MoreDo a temporary checkout git checkout --orphan temp Commit the changes git commit -am "cleaning" Delete the branch git branch -D main Rename the current branch to main git branch -m main Finally, force update your repository git push -f origin main At times we push the wrong update to the repository. In spite of […]
Read MoreMongoDB is a popular NoSQL database system that is used by many companies around the world. It offers a flexible and scalable solution for modern applications. Its popularity stems from its ability to handle large datasets, support complex data structures and provide high performance. However, the installation process can sometimes be daunting, especially for those […]
Read MoreIn this previous post we managed to fetch the endpoint and store the response in a JSON file in wordpress as a static file. We have hooked the api calls to wp_footer which can put tremendous load to server as that will get executed on every new pageload. Hence we are trying to fetch API […]
Read MoreBlockchain is a technology that has the potential to transform a wide range of industries and disrupt traditional business models.
Read MoreWeb design has witnessed revolutionary innovations, and CSS Grid Layout is one of the vital advancements in this domain. It is a two-dimensional layout model that enables designers and developers to create complex layouts with rows and columns, making it easier to design web pages without relying on floats or positioning. What is CSS Grid […]
Read More