Questions in Programming

Clear Filter
Programming May 25, 2026

Struggling to design a scalable microservices architecture with Kafka – where to draw service boundaries?

I'm kicking off a new project and opting for a microservices approach, with Kafka as the backbone for inter-service communication. My biggest hurdle right now i...

By @user_z4jhs 0 Answers
Programming May 24, 2026

Struggling with Python's GIL and Multithreading for I/O-bound tasks – Am I missing something fundamental?

I'm trying to optimize an I/O-bound Python script that makes numerous external API calls concurrently. Despite using `concurrent.futures.ThreadPoolExecutor`, I'...

By @user_j2md7 0 Answers
Programming May 24, 2026

Why are my React components re-rendering excessively despite `useMemo` and `useCallback`?

I'm optimizing a complex UI and have meticulously applied `useMemo` to expensive computations and `useCallback` to event handlers, yet profiling shows persisten...

By @user_sal1y 0 Answers
Programming May 24, 2026

Why is my Python script's memory usage skyrocketing with large dataframes?

I'm processing several large Pandas DataFrames (each 1GB+) in a Python script, performing various transformations and aggregations. Despite deleting intermediat...

By @user_doexd 0 Answers
Programming May 15, 2026

Is Banakoma Onako Real?

Coming across this name freuently on social media especilly x and i wonder if banakoma onako is even a real person. Social media accounts claim he is a Japan...

By @meheme 5 Answers
Programming May 15, 2026

High-Concurrency Scraping: How to Maximize Speed Without Getting Blocked

When building a high-traffic web scraper, how do you architect the system to handle the trade-offs between asynchronous concurrency and the rate-limiting thresh...

By @meheme 0 Answers
Programming May 14, 2026

Which Python libraries offer the most robust handling

Which Python libraries offer the most robust handling for high-concurrency web scraping using rotating residential proxies?...

By @lisa.lourie 0 Answers