Tech Insights From My Blog

  • Maximizing Efficiency in React with Memoization

    As developers, we’re constantly seeking ways to optimize our applications, ensuring that they run faster, use fewer resources and provide...

    Read More
  • Fetch API and store to JSON file in WordPress

    At times when we have limited access to an API endpoint where the get calls are restricted to a certain...

    Read More
  • Add jQuery to your NextJS App

    The best way is to add jQuery via npm and include the inject file in the root file. Let me...

    Read More
  • How to remove HTML comments in VS Code without extension

    Try this regex At times we push the wrong update to the repository. In spite of fixing the issue at...

    Read More
  • High-Availability WordPress on Azure : Deployment

    Learn how to deploy a high-availability WordPress website on Azure, ensuring robust performance, scalability and security for your online presence.

    Read More
  • Conversion Rate Optimization Best Practices

    Implementing conversion rate optimization best practices is crucial to driving growth and enhancing the organization's digital performance...

    Read More
  • Useful Secrets in Windows 11

    Windows 11 brings several big and small UI as well as functional improvements. The interface is more refined than in...

    Read More
  • Delete all commit records from Github without deleting the source

    Do a temporary checkout git checkout --orphan temp Commit the changes git commit -am "cleaning" Delete the branch git branch...

    Read More
  • Install MongoDB6 Ubuntu LTS

    MongoDB is a popular NoSQL database system that is used by many companies around the world. It offers a flexible...

    Read More