DISCOVER
X

Categories for

Remember to Install Custom Node in Windows Subsystem for Linux

September 3, 2018 11:02 pm Leave your thoughts

I started playing around with running reactJS app under the Windows Subsystem for Linux. In my case I opted to install the Ubuntu operating system. The installation of the Ubuntu subsystem itself went pretty smooth through this instructions (https://docs.microsoft.com/en-us/windows/wsl/install-win10) . Then I used my favorite terminal tool ConEmu to access... View Article


The Basics of Zero Down Time Deployment

April 9, 2016 9:08 pm Leave your thoughts

Zero down time deployment, sounds like a pretty cool jargon for me and it will impress a few people out there. However, what is it really? How do we do it? That’s the question that I was asking and what you should be asking if you are working on high... View Article


Helper Script: Hostfile on Android Virtual Device

June 2, 2015 9:29 pm Leave your thoughts

These days there is no avoiding testing your web applications on multiple devices in order to gain the best user experience possible. However it’s not normally (financially) feasible to buy every single iOS and Android devices, therefore the next best way to test is using virtual devices. The good news is... View Article