@isaacj
Getting better each day
Nothing here yet.
Nothing here yet.
No blogs yet.
I did a performance audit for one of my apps recently. The major bottleneck is time to load all images since my webapp involves loading lot of images. I learned how medium.com does their progressive image loading from an article. I’m wondering is the...
Most bosses and managers get horrified if they hear about a new technology. Consider a company that is stuck with SVN. Git can be a better alternative that's proven and used widely. What should a developer keep in mind and what are the steps to foll...
I have content in a textarea which can be edited by multiple people. I would like to know what's the best way to show who's currently writing in that textarea realtime? I have a setup that uses Socket.io and Node.js.