All Posts


Using Webpack’s Development Server to Proxy API Requests to Servers running Mulitple Websites

Webpack-dev-server enables you to serve web applications during development. To work around the restrictions imposed by CORS, webpack-dev-server ships with a proxy feature that enables the transparent forwarding of requests made to the webpack-dev-server to remote servers. For example, in order to forward everything under /api to http://myserver.com/api, you can […]


Restoring Windows from a damaged system image

Yesterday, I tried to restore a Windows system image using Windows 8.1 recovery mode on one of my machines but instead of getting the usual completion message, the restoration process terminated prematurely with “The parameter is incorrect. (0x80070057)”. Looking for possible remedies, I stumbled across this blog entry on Technet […]