Our Blog

Boost your knowledge with the insights from our expert team.

API
API
Close
Business
Business
Close
Web
Web
Close
Talk
Talk
Close
Python
Python
Close
Design
Design
Close
People
People
Close
Open Source
Open Source
Close
Javascript
Javascript
Close
placeholder background

10 Django apps you're not using but should be

There are some open-source Django apps that make our lives as Django developers easier, but sometimes we don't even know they exist! Good third-party apps can give you new features at little expense, make your tests easier or even improve the performance of your deployment process.

placeholder background

Classy Django REST Framework

Classy Django REST Framework, a web-based documentation with flattened information about Django REST Framework's class-based views and serializers. It is heavily based on Classy Class-based View and users familiar with it will feel right at home.

placeholder background

URL, URI, URN what's the difference?

URL, URI and URN are widely used terms when we talk about the web, although they seem to be the same, there is a slight difference between each one of them.

placeholder background

How to configure Sass and Bower with django-compressor - part 2 (deployment to Heroku and S3)

This is the part 2 of the guide on how to configure a Django 1.8 project with Sass (django-libsass), Bower (django-bower) and django-compressor.

placeholder background

How to configure Sass and Bower with django-compressor - part 1 (local config)

This is a quick guide on how to configure a Django 1.8 project with Sass (django-libsass), Bower (django-bower) and django-compressor (which combine static files and minificate them).

placeholder background

Creating Cordova/Phonegap plugins

Building hybrid mobile apps is all nice and easy until you need some native feature that does not yet have a cordova package. But don't you worry, we will show you how to do it. We will be writing a plugin to run some simple android code and call it from the javascript side.

placeholder background

An approach to Angular separation of concerns

Angular.js is a great JavaScript framework, it makes easy to develop Single Page Applications (SPAs) and removes most of the pain regarding data binding, requests and routing. I've read many blog posts talking about interesting design patterns and project architectures. Here is the result.

placeholder background

Django CORS

It’s common among web developers, and mainly the ones who are developing web APIs, to face problems related to CORS. Wanna know how to use CORS in Django and understand better how it works under the hood? Don't worry. We will explain.

placeholder background

Refactoring with Confidence: A Deep Dive into the Mikado Method

Explore the power of the Mikado Method in application-wide refactorings with Vinta. Navigate complexities, maintain code stability, and discover tailored software development solutions. Dive into our insights today!