Software Development

BEM Methodology

Although CSS and HTML are two of the most important elements, it is not only enough to know them, and ...

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 ...
Flexbox post featured image

A quick review of Flexbox

As front-end developers we usually need to align vertically any type of content, or to define a grid with equal-height ...

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