Check this out…
Blog
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 show you how. or you can also try this approach
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 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… Continue reading How to remove HTML comments in VS Code without extension
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 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… Continue reading Useful Secrets in Windows 11
How to 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 -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… Continue reading How to delete all commit records from Github without deleting the source
Install MongoDB6 Ubuntu LTS
MongoDB is a popular NoSQL database system that is used by many companies around the world. Installation is not straightforward like other packages and at times users have to face errors while troubleshooting. To help those who get stuck, I have prepared this post so that the steps are straightforward and easily implementable without encountering… Continue reading Install MongoDB6 Ubuntu LTS
Block RESTAPI access to your WordPress site
Best Cryptocurrency App In India
Since the Indian market is still in its early phase, the service of the crypto exchanges are not of the best quality. Hence I have decided to…
Javascript – The Weird Parts
JavaScript is a powerful and versatile programming language that has been widely adopted by developers around the world. However, as with any programming language, javascript possesses certain quirks and weird parts that can cause confusion and frustration for developers. One such example is the behavior of the built-in JavaScript functions and operators when dealing with… Continue reading Javascript – The Weird Parts
What is Atomic Design Pattern?
Atomic Design is the one of methodology that can accelerate the process of creating modular designs.