DevOps

Go beyond with automation: ansible-runner

Back in 2015 we started using Ansible at Swapps. I created a small Django application that could interface with Ansible ...

Automatic mobile app releases with fastlane

Every single time I had to upload an app to the app stores, it was a pain...until I met fastlane! ...

How to setup a Varnish cache server

Websites with high traffic need to serve the same content several times to different users. Depending on your application, It ...

Drupal theme development

On this post we will talk about themes development for Drupal. We are also going to explain a simple example of ...

Stop being so repetitive about yourself, let ansible be in charge

One of the main purposes of why the humanity developed machines, and computational systems in general, was to avoid doing ...

How to use a free SSL certificate by Lets Encrypt and Certbot Client from the Shell

Letsencrypt is a service to get free short-lived SSL certificates. There is a library from the same guys that created ...

The cost of not automating your software processes

If you have ever required working with servers, you will have noticed that the process of configuring one or the ...

Meet Ansible: a radically simple IT automation platform

Meet Ansible and what it can do for you   Since the moment i started using SSH to manually configure ...

Setting a testing/deployment pipeline for your Django app

Today we are taking about setting a testing/deployment pipeline for your Django app using Codeship and AWS CodeDeploy   If ...

Dockerizing Django Apps

Docker is an open platform for building, shipping and running distributed applications. In this case, Django Apps.   It gives ...