Software Development

Animations with JavaScript

When building a website, it is intended to be striking, but without sacrificing usability and functionality. To achieve this, different ...

Squash your response time in Django: Querysets

You just picked up this framework named Django, played around with it's ORM for a while and you love how ...

Our Agile Software Development Process at Swapps

In Swapps we work with Agile methodologies, which is a way of working on software development projects. Of course, there ...

Team organization Tools

As a Project Manager in a software developing company, you have a lot of things to do. You have to ...

Testing Files with Python/Django

One of the most important moments when writing a python application is testing. It could be boring, tedious and {{ ...

Simply Django: Announcements

Django, a simple application that help us with Global Announcements.   Once you have a site on production, new needs ...

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