PinnedCreate a Publish/Subscriber Service Along side with DjangoUse Django as your Backend and have a pub/sub service beside Django, to publish data on a message broker or subscribe to topics of your…Feb 27, 20191Feb 27, 20191
Export HTML pages to PDF in Django ApplicationsThis article will introduce a python package to simply convert any HTML page with charts, tables, advance CSS and .. into PDF.May 13, 2021May 13, 2021
Complete Guide from Developing a Python Package to Registering on PyPithis article will describe how to develop your own python packages, create a dev environment for them, setup dependencies & publish to…Aug 30, 2020Aug 30, 2020
Provide your own Token Manager System with Django Rest Framework (like Telegram)In this article will describe A Django Rest Token Authentication system like telegram which will be using JWT as core with extended…Aug 27, 2020Aug 27, 2020
Create custom maps for Highcharts Maps (Angular v8+)In this article I described how to create your own map and use this map in Highcharts…May 22, 2020May 22, 2020
Simple Captcha with Django Rest and Angular2+If you are familiar with Django Rest Framework, this question may come to your mind that how it’s possible to add Captcha for your APIs…Mar 7, 2019Mar 7, 2019
Django-Channels Web-Socket Authentication ApproachesThis article is about how to add authentication backends for django-channels, To have a authenticated web-socket connection.Jan 18, 20195Jan 18, 20195
Golang: Create a Web-View App for any platformOne of the greatest programming languages that I recently got in love with, is Golang which is an awesome compiled-language that gave…Nov 19, 20185Nov 19, 20185