Software Development

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 ...

How to create a Django Application using Cookiecutter

The Django Cookiecutter created by Pydanny allow us to create a Django application with a great structure and best practices ...

Dockerizing Django Apps

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

Our website is powered by Django and Amazon Web Services, and yours?

Our website is powered by Django and is hosted in Amazon Web Services.     If you look to our ...

Customize virtualhost on WHM/Cpanel

WHM/CPANEL is the most popular Shared Hosting panel in the world, even if it is used mostly for HTML/PHP, it ...

Rename files in Bash with Regular expressions

Sometimes it's necessary to rename files in Bash following some patterns. Doing this task manually could be exhausting and time ...