We can use react memo and useCallback to prevent a component from being rendered, uselessly, multiple times by …
Posts
The useCallback, useMemo and memo functions are used to optimize React applications using memoization, avoiding useless …
Do you need to get the data associated with a postal code in Mexico for your Django application? I wrote a small library …
The other day I was testing a library called htmx, which promises to make web creation much easier, yes, another …
JWTs (JSON Web Tokens) have become extremely popular, some even consider them a replacement for the classic tokens used …
A Manager (or handler) is the interface through which query operations or queries from the database are provided to …
What if a user’s finger slips on the keyboard and types “parfume” instead of “perfume”. We …
Sometimes when we type we make a mistake in a letter, we can repeat it, omit it or change it for another one. That …
I ran into Ngrok trying to redirect a Mercado Pago payment notification to my localhost, for testing purposes. It worked …
When I first learned that Django had a permissions system, many years ago, it seemed rather esoteric, not very useful …