Why Django channels? Because Django does not allow us to create applications with real-time communication natively. …
These last few months I have been learning go. How did it all start? Well, it started in a rather superficial way; I …
Normally graphql is used in conjunction with Nodejs and express, or other javascript frameworks, to create a graphql API …
Typescript requires that we specify the types for the different variables and function arguments in React. When they are …
There are quite simple to use tools that allow us to audit the number of requests per second (rps) that a website …
The facebook chat plugin allows you to add a page button that connects to the chat of a facebook fanpage. But, as you …
Python is super versatile, it has a giant community with libraries that allow you to create neural networks from …
One of the things I like most about Django is its ORM; one of the reasons why this framework is so popular . On the …
One of the best features of django is that it has the django admin panel, a ready-to-use administration panel, with …
To use the cache in django, just follow three simple steps:
Install a caching system, be it redis, memcached, etc. Set …