credits to https://www.pexels.com/@yaroslav-shuraev Django Django channels: consumers, environments and events Why Django channels? Because Django does not allow us to create applications with real-time communication natively. …
Go Python Python vs Go Which is the Best Programming Language in 2025? These last few months I have been learning go. How did it all start? Well, it started in a rather superficial way; I …
Credits to https://www.pexels.com/@frank-cone-140140/ Django How To Create a Graphql API In Django Rapidly Using Graphene In this post I will explain how Graphene allows you to speed up the process of creating a GraphQL API if you are using …
Credits to https://www.pexels.com/@tranmautritam/ React Typescript Javascript What Types to use for React components with children If you’re struggling about what types to use for React components that have children in Typescript, so you can …
Credits to https://www.pexels.com/@minan1398/ Python How to measure requests per second with locust in python? There are quite simple to use tools that allow us to audit the number of requests per second (rps) that a website …
Credits to https://www.pexels.com/es-es/@jorge-jesus-137537/ Javascript Facebook's plugin chat how to decrease its impact? The facebook chat plugin allows you to add a page button that connects to the chat of a facebook fanpage. But, as you …
credits https://www.pexels.com/@cottonbro/ Python Artificial intelligence Minimal Pytesseract tutorial OCR with Python Python is super versatile, it has a giant community with libraries that allow you to create neural networks from …
credits https://www.pexels.com/@nguy-n-lam-196145/ Fastapi Databases Python tortoise ORM integration with FastAPI One of the things I like most about Django is its ORM; one of the reasons why this framework is so popular . On the …
Credits to https://www.pexels.com/@nic-livefeedpro/ Django The django admin panel and its customization One of the best features of django is that it has the django admin panel, a ready-to-use administration panel, with …