-
Tasunka Meliton replied to the discussion What are the best resources for learning Rust in 2024? in the forum General Web Scraping a year ago
What are the best resources for learning Rust in 2024?
The Rust by Example website offers clear, real-world examples that help you see Rust in action.
-
Tasunka Meliton replied to the discussion What’s the best way to learn Golang for backend development? in the forum General Web Scraping a year ago
What’s the best way to learn Golang for backend development?
Take advantage of Go’s built-in tooling like go fmt for formatting and go test for testing, which will help you write cleaner, more reliable code.
-
Tasunka Meliton started the discussion How do I approach scraping data that appears only on hover or in tooltips? in the forum General Web Scraping a year ago
How do I approach scraping data that appears only on hover or in tooltips?
I use Selenium to hover over elements and reveal the tooltip data. Selenium’s actions chains are perfect for simulating mouse movements.
-
Tasunka Meliton changed their photo a year ago
-
Tasunka Meliton became a registered member a year ago
-
Olly Crispinus replied to the discussion What are the differences between learning Python and JavaScript for beginners? in the forum General Web Scraping a year ago
What are the differences between learning Python and JavaScript for beginners?
If you’re interested in data science or AI, Python is the better starting point, while JavaScript is essential for full-stack web development.
-
Olly Crispinus replied to the discussion What’s the best way to learn Golang for backend development? in the forum General Web Scraping a year ago
What’s the best way to learn Golang for backend development?
Use tutorials and courses that focus on Go’s web frameworks, such as Gin or Echo, to learn how to structure larger applications.
-
Olly Crispinus replied to the discussion What are the advantages of using Rust for web assembly over JavaScript? in the forum General Web Scraping a year ago
What are the advantages of using Rust for web assembly over JavaScript?
Rust’s strict memory management reduces the chances of bugs that could slow down a web application, making it more reliable for large projects.
-
Olly Crispinus started the discussion How do I handle sites that block based on unusual request patterns? in the forum General Web Scraping a year ago
How do I handle sites that block based on unusual request patterns?
Adding randomized delays between requests and avoiding repetitive patterns makes the scraper seem more like a human user.
-
Olly Crispinus changed their photo a year ago
- Load More