In this article we’ll go over how to handle webhooks using Django, create a webhook in GitHub, and test the webhook on your local machine…...
Read more »
Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. In this post, you'll learn how to handle Websockets with Django by extending the default ASGI application. We'll go over how t... (more…)
Read more »
This post is based on a lightning talk I gave on 2015, at GruPy-SP (July/15) in Sao Paulo. What’s the matter of having time-consuming tasks on the server side? Every time the client makes a request, the server has to read the request, parse the received d... (more…)
Read more »
Both Flask and Django are: * Web frameworks * Coded on python * Opensource products with great communities * Both could be used for Server Side Rendering (fo... (more…)
Read more »