@jonathanS
Breaking things by touching
Nothing here yet.
Nothing here yet.
No blogs yet.
Let us say I have a button; which when clicked opens a new window, and downloads a file. How should I structure the handler for this button. Does it go inside the presenter file of the component, since it is just “dumb”; or does it go inside the cont...
DPQMarcus and 2 more commentedOne of my friends was finally interviewed by her dream company last week, but unfortunately she was rejected. They also let her know some of her weaknesses in certain sections such as algorithms, time complexity etc. My question is what's the right w...
MTIIBMev-Rael and 9 more commentedFor example, if I update innerHTML of a div after an AJAX call, how does the browser know that it's time to refresh/repaint the UI? document.getElementById('someid').innerHTML = response.responseJSON.text; In this case as soon as innerHTML is set, t...
SHMCSai and 3 more commentedI am building a simple app on DigitalOcean. I am planning to use HAProxy to load balance two Node.js servers n1 and n2. Further I am thinking to install nginx on both n1 and n2 as Node server is not very efficient at serving static files and shouldn'...
Join discussion