Ever wondered how websites handle file uploads without saving them on the server? ๐ค
For small files, many real-world apps use Multer to buffer the file in memory and stream it directly to the cloud (like S3, Cloudinary).
No disk. No cleanup. Just fast uploads. โก
๐
I tested it by parsing a multiโGB CSV into NDJSON with zero sweat.
Next up: streaming data into MongoDB with transactions & indexes. ๐ #JavaScript#Backend#TechDeepDiveAsk
Out of pure curiosity, Iโve been playing with Node.js streamsโand Iโm impressed. They process huge files in chunks (not all in RAM), handle backpressure automatically, and let you fineโtune buffer allocation & encoding for max speed. #NodeJS#Streams#WebDev
Continuing with my 6/100 days of DSA-DEV.
โ๏ธ Solved 2 DSA problems today.
โ๏ธ Focus: Binary Search(Capacity To Ship Packages Within D Days, Find the Smallest Divisor Given a Threshold)
Day 5/100
Word search leetcode 79
Quick tip : In recursion try to implement the soln that comes to your mind at first, and don't just start thinking to find most optimal soln from the very start
#CodingJourney#dsa#leetcode
Day 4/100 of DSA-DEV
- Palindrome partitioning leetcode 131
- Word search leetcode 79
Recursion seems tough at first but when you draw it down on a paper its much easier to implement
#dsa#Coding#leetcodedaily#LeetCode#CodingJourney
I bet no one can understand this recursion flow, because I've written it ๐๐ตโ๐ซ
- Sort a stack
- Reverse a stack
#DSA#Coding#CodingJourney#LearnInPublic
While everyoneโs using AI to make Ghibli-style fantasy worlds, I used it to visualize my full-stack project architecture ๐๐ป
CityScout Chandigarh โ MERN stack
Because for CS folks, this is our fantasy world.
#CodingJourney#WebDevelopment
Day 2/100 of DSA ๐ | LeetCode 78 - Subsets
Backtracking in action! Built the recursion tree to visualize problem.
Breaking problems down step by step is the real game-changer! ๐ฅ
How is you dsa journey going?๐
#LeetCode#Backtracking#DSA#100DaysOfCode#LearnInPublic!
@Official_ly_Dev Hey, just saw your profile and your posts are getting good engagement . I'm also trying to post my coding journey but not getting much reach , Can u tell me what different can i do ?
"LeetCode 1922: Count Good Numbers โ probably the toughest math-heavy problem I've tackled so far. some serious thinking went into this one. If you've solved it, you know the struggle! ๐ "
#leetcode#dsa#Coding#CodingJourney