bhanusingh.in🕷️ ScrapeWave: Web Scraping using Puppeteer in a Docker container with a UI dashboard and database.https://github.com/git-bhanu/scrapewave 🕷️ ScrapeWave project was created to help me accomplish some scraping tasks. The requirements of the task I was building were: To be able to access a particular link. Parse the content of the page and save...May 11, 2024·3 min read
bhanusingh.inHow to Upgrade to a non-LTS Ubuntu [23.10] ?You can do the following to upgrade your Ubuntu version to 23.04 version. First, we have to change the Prompt from lts to normal. Run > sudo nano /etc/update-manager/release-upgrades and find Prompt and switch it to normal from lts. Now to update use...Apr 11, 2024·1 min read
bhanusingh.inMust Read'sHello everyone, When I am not working at my day job, I usually surf internet and stumble upon some really good articles about tech, productivity, life and other varied topics. I would like to use this space to share them. Writing Down What I Do — In...Nov 10, 2022·1 min read
bhanusingh.inACF : Reset all WYSIWYG inside a field group using JSYou can find the JS code below if you are just looking for them. If you are interested in the explanation continue reading. function bks_add_custom_js() { ?> <script type="text/javascript"> (function($) { acf.add_action('r...Jun 23, 2021·2 min read
bhanusingh.inCreating a custom webhook in WordPress to get data from third part servicesBefore setting up a webhook lets understand what a webhook is. A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information. In simpler terms, they are a great way for applicatio...Jun 13, 2021·2 min read