Software Development

Be a developer and don’t die trying: What I have learned after four years working as one

Last monday was my fourth anniversary working at Swapps as a software developer. It was also my four years anniversary ...

Guide to a better git flow for automated environments

Back in 2010, Vincent Driessen wrote “A successful Git branching model”. It provided a great model to develop applications in ...

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

How to set up SSH and GPG keys for your development workflow

A long time ago, in a galaxy far, far away, I found out about SSH keys and GPG keys and ...

Getting started on Elixir and Phoenix

We are always looking for new tools that can help us to grow as developers. Lately I have been learning ...

Create UI for humans

There is no doubt that technology has changed our lives. It has driven us to heights we could not have ...

Creating your first wordpress shortcode

WordPress is the most used Content Management System (CMS) on the world. Its simple design makes it easy to use ...

Quick start with Django ORM

As a web developer, using databases may be a pain, you must ensure that all your queries are pretty well ...

Working with nested forms with Django

One of the biggest advantages of Django is its ability to create CRUDs applications with no effort. You just need ...

How to integrate your Python App with Slack using Bots

At Swapps, we use Slack daily to communicate with the other members of the work team; from sayting good morning, ...