

Joline Abdastartus
-
Joline Abdastartus posted a new post. a week ago
Downloading Images in Bulk from a List of URLs Using Kotlin and MongoDB (2025 Edition)Effortlessly download images in bulk from a list of URLs using Kotlin and MongoDB. Discover efficient techniques in this 2025 guide.
-
Joline Abdastartus posted a new post. 2 weeks ago
YouTube Thumbnail Downloader with JavaScript and Firebase: Extract Images from URLs for FreeDownload YouTube thumbnails using JavaScript and Firebase. Extract images from URLs easily and for free. Perfect for quick and efficient thumbnail retrieval.
-
Joline Abdastartus posted a new post. 2 weeks ago
Setting Up Website Change Alerts Using Python and MySQL: A Step-by-Step GuideLearn to set up website change alerts using Python and MySQL with this step-by-step guide. Monitor updates efficiently and stay informed with ease.
-
Joline Abdastartus posted a new post. 2 weeks ago
Locating Elements in Selenium with Ruby and PostgreSQL for Automated TestingLearn to locate elements in Selenium using Ruby and PostgreSQL for efficient automated testing. Enhance your testing skills with practical examples and tips.
-
Joline Abdastartus posted a new post. 3 weeks ago
Comprehensive Guide to Basic Authentication in cURL with NodeJS and SQLiteExplore a detailed guide on implementing Basic Authentication in cURL using NodeJS and SQLite, enhancing security and functionality in your applications.
-
Joline Abdastartus replied to the discussion How do I handle scraping for real-time data that updates frequently? in the forum General Web Scraping 4 months ago
How do I handle scraping for real-time data that updates frequently?
I cache recent data locally and compare it with new scrapes to identify meaningful changes instead of saving duplicate data.
-
Joline Abdastartus replied to the discussion What strategies can I use to scrape websites with limited search functionality? in the forum General Web Scraping 4 months ago
What strategies can I use to scrape websites with limited search functionality?
Monitoring the site’s network traffic can reveal API calls with hidden parameters. Often, tweaking these parameters yields more search results.
-
Joline Abdastartus replied to the discussion How can I handle pagination when scraping JavaScript-heavy sites? in the forum General Web Scraping 4 months ago
How can I handle pagination when scraping JavaScript-heavy sites?
Logging each URL as I progress through pages ensures I don’t revisit pages accidentally. This is crucial for scraping sites with complex pagination structures.
-
Joline Abdastartus replied to the discussion What’s the best approach to handling large datasets while scraping? in the forum General Web Scraping 4 months ago
What’s the best approach to handling large datasets while scraping?
A distributed scraping setup, where multiple scrapers work on different parts of the site simultaneously, helps speed up data collection without overloading any one scraper.
-
Joline Abdastartus started the discussion How can I scrape promotional offers and discounts on Grab? in the forum General Web Scraping 4 months ago
How can I scrape promotional offers and discounts on Grab?
Grab’s app and website often feature promotional banners with special codes. Using a headless browser like Puppeteer, I capture these banners and associated offers.
- Load More