My experience with Hugo

My experience with Hugo
A brief description of my first experience with Hugo and the stack that I use to publish this site
Read more →

TIL - Accessing sass variables in JavaScript 🤯

TIL - Accessing sass variables in JavaScript 🤯
How to leverage webpack to import sass variables in JavaScript
Read more →

Building real time applications with Django and Channels 2 @ DjangoCon Europe 2018

Building real time applications with Django and Channels 2 @ DjangoCon Europe 2018
Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels (targeting version 2.0), we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it. The talk has a very hands-on approach, to allow the attendees to experiment with the proposed solution and approach, and starting immediately building their own real time applications with Django.
Read more →

Building real time applications with Django and Channels 2 @ PyCon Italia 2018

Building real time applications with Django and Channels 2 @ PyCon Italia 2018
Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels (targeting version 2.0), we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it. The talk has a very hands-on approach, to allow the attendees to experiment with the proposed solution and approach, and starting immediately building their own real time applications with Django.
Read more →

Real Time Django @ Swiss Python Summit 2018

Real Time Django @ Swiss Python Summit 2018
Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels, we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it.
Read more →