@jose_m_ob
JS Coder by day and Barista by night.
Be humble and expect good.
Nothing here yet.
No blogs yet.
What strategies should one follow while sending large JavaScript files? If you are using React, Angular etc your scripts will soon become enormous and you need a better way to serve your users.
Building isomorphic apps is the current trend. Lots of new libraries, frameworks etc are released everyday that make it easier to write isomorphic apps. In your opinion, what can be the next big thing/milestone in web app development?
I read thousands of user records from Mongo to memory and loop over them to send emails. I was thinking when I will have a lot more users, looping over them using a for/while loop may have performance impact. How do you handle that case? Is there