At times when we have limited access to an API endpoint where the get calls are restricted to a certain number of times, yet we want to show data from API every time a user hits our page. And when we have to do all this using WordPress as a platform, there is an easy… Continue reading Fetch API and store to JSON file in WordPress
Blog
Get values from PHP to Javascript
Check this out…
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
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
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…
What is Atomic Design Pattern?
Atomic Design is the one of methodology that can accelerate the process of creating modular designs.
Get last element of Array in Javascript
You can always do it in the fastest way. If performance is a deal breaker for you where you are writing code for million concurrent connections then arr.length -1 is your thing. But if you fancy some ES6 like I do, then read on..
Build a Gaming PC under Rs 50000 in 2020
With the rise of Ryzen processors, gaming segment now has lots of options for processors. In this post we will build a gaming pc with a budget of around Rs 50000. Previously, Intel had a monopoly in gaming section but as AMD Ryzen 3rd gen improved their IPC score to a level considered on par… Continue reading Build a Gaming PC under Rs 50000 in 2020