Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 25, 2025 at 7:21 am in reply to: Which Python interview question caught you off-guard and what did you learn from #20418 JoshMathewParticipant I didn’t know how Python’s GIL works. Now I always prepare one quick line about GIL and threading vs multiprocessing. May 23, 2025 at 9:07 am in reply to: Share one tricky bug and how you finally squashed it! #20368 JoshMathewParticipant My code ran fine locally but failed on deployment. I missed adding a required package to requirements.txt. May 21, 2025 at 11:28 am in reply to: Share project ideas or capstone topics you’ve worked on #20341 JoshMathewParticipant Try building a retail sales dashboard using Spark SQL + Delta Lake. Or create a streaming pipeline with Auto Loader + MLflow for predictions. May 21, 2025 at 10:38 am in reply to: Spark job #20317 JoshMathewParticipant Does enabling adaptive query execution help? My job improved when I tried it.????? This reply was modified 3 weeks, 4 days ago by JoshMathew. Author Posts Viewing 4 posts - 1 through 4 (of 4 total)