

Puleng Evy
-
Puleng Evy replied to the discussion What are the benefits of using Elixir for building scalable web apps? in the forum General Web Scraping 4 months ago
What are the benefits of using Elixir for building scalable web apps?
Elixir offers fault tolerance and distributed computing out of the box, thanks to its heritage from Erlang.
-
Puleng Evy replied to the discussion How do you handle memory management in C++ versus Rust? in the forum General Web Scraping 4 months ago
How do you handle memory management in C++ versus Rust?
Rust forces you to handle memory issues at compile time, whereas C++ can lead to runtime errors if memory isn’t managed correctly.
-
Puleng Evy replied to the discussion How do Dart and Flutter compare to Swift for cross-platform app development? in the forum General Web Scraping 4 months ago
How do Dart and Flutter compare to Swift for cross-platform app development?
If you want to build apps that target multiple platforms, Flutter with Dart is a great choice in 2024.
-
Puleng Evy started the discussion How can I scrape websites with infinite scroll without losing data? in the forum General Web Scraping 4 months ago
How can I scrape websites with infinite scroll without losing data?
I usually rely on Puppeteer for this. You can set it to scroll a specific number of pixels or until a specific element is visible. Combine this with a wait time to make sure data is fully loaded each time.
-
Puleng Evy changed their photo 4 months ago
-
Puleng Evy became a registered member 4 months ago