-
Mila Njord changed their photo a year ago
-
Mila Njord became a registered member a year ago
-
Puleng Evy replied to the discussion What are the benefits of using Elixir for building scalable web apps? in the forum General Web Scraping a year 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 a year 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 a year 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 a year 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 a year ago
-
Puleng Evy became a registered member a year ago
-
Bagher Isra replied to the discussion Should I learn Elm for frontend web development in 2024? in the forum General Web Scraping a year ago
Should I learn Elm for frontend web development in 2024?
Elm is great for small, focused teams who need maintainable, error-free code, but for large teams or companies, React is more versatile.
-
Bagher Isra replied to the discussion How do you handle memory management in C++ versus Rust? in the forum General Web Scraping a year ago
How do you handle memory management in C++ versus Rust?
In C++, you have more control but also more room for errors, while Rust reduces the risk of bugs related to memory safety.
- Load More