osteel's blog Web development resources

DevOps category

From Vagrant to Docker: How to use Docker for local web development

If you are somewhat following what's happening in the tech world, you must have heard of Docker.

Handling CORS with Nginx

With the always wider adoption of API-driven architecture, chances are you already had to deal with cross-origin resource sharing at some point.

How to use Vagrant for local web development

This article shows how to quickly get up and running with Vagrant, to create and use local Virtual Machines as development environments, all with a single command. This is indeed written from a web developer's standing point, and...

How to use Vagrant on Windows

This article shows how to deal with Windows' specificities while trying to work with Vagrant.