2016-01-26
in Laravel
I currently work on a Laravel project composed of multiple microservices that I run locally using Homestead (box v0.4.0 at the time of writing). As I started tinkering around I noticed that requesting the different APIs was super slow, up to 20s per request, which was really unexpected (and annoying to say the least).
2020-03-05
in DevOps
If you are somewhat following what's happening in the tech world, you must have heard of Docker.
2015-03-11
in Blogging
Alright! This was a bit of a long road, but we are finally getting there. In the previous part, we used Fabric to fully provision a server and pull our content from a Git repository. In this fourth and last part, we are going to review a complete worklow, take a few extra steps to complete our blog and conclude our journey.
2015-03-04
in Blogging
In part 2, we covered the installation and configuration of Pelican in our local environment. It is now time to provision our server and publish content using Fabric.
2015-03-04
in Blogging
In part 1, we set up a local environment containing everything Pelican requires to run properly. Let's move on to the installation and configuration of Pelican itself.
2016-08-03
in Blogging
This series of articles will walk you through the different steps to install, setup and deploy your first Pelican blog (just like this one).
2020-03-05
in DevOps
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...
2020-03-05
in DevOps
This article shows how to deal with Windows' specificities while trying to work with Vagrant.