These last few months I have been learning go. How did it all start? Well, it started in a rather superficial way; I …
Coffee bytes
My Full-stack Web development blog on Linux with my opinions, tutorials, ideas and rants.
Credits to https://www.pexels.com/@frank-cone-140140/
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/
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/
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/
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 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/
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/
One of the best features of django is that it has the django admin panel, a ready-to-use administration panel, with …
Credits https://www.pexels.com/es-es/@airamdphoto/
To use the cache in django, just follow three simple steps:
Install a caching system, be it redis, memcached, etc. Set …