Web Development

How to secure WordPress from attacks

Information is power, and people like power, so there are people specialized on stealing your information. Internet is in an ...

Animations with CSS3

In the last animations post we spoke about how to make animations with Javascript, this time we're going to talk ...

Simple django wordpress integration with Django WordPress API library

Nowadays, WordPress is the most known CMS in the web. For creating and managing static content with no complex logic ...

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

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