These are some of our thoughts on technology and business processes, as well as our inner workings and developer lifestyles.
In this article I'll show you how to deploy Django application to AWS Beanstalk.
In this article we will tell how to create a good application for runners, which can become an analogue of RunKeeper.
In this article I'll show you how to deploy Django with Celery and Postgres to Heroku.
In this beginners friends article I'll explain how to make authentication with Google account on your Django site and how to make authentication for you REST API.
Protection of WEB App is of paramount importance and it should be afforded the same level of security as the intellectual rights or private property. I'm going to cover how to protect your web app.
In this article we'll discuss some tricks you can use with Angular to make routing cleaner and improve SEO of your application.
Nowadays, when every second large company has developed its own instant messenger, in the era of iMessages, Slack, Hipchat, Messager, Google Allo, Zulip and others, I will tell you how to keep up with the trend and write your own chat, using django-channels 0.17.3, django 1.10.x, python 3.5.x.
There are two most popular web frameworks in Python. There is the Django with lots of intelligent defaults and the Flask micro framework with complete freedom in the choice of modules. Let’s see, what django vs flask is in 2017.