Discovering the Stale Closure Trap – “A weird bug”

Have you ever faced a situation where your state defined in the react component is empty or not working as expected, no matter how many times you update it? Or Your Function doesn't return what you expected? If you did, then you might have faced a common pitfall named the…

0 Comments

How to optimize Google Maps API for better cost efficiency

There are a lot of services that google provides, one of which is the Google Maps platform. However, there is pricing associated with Google Maps services. In addition, pricing information is found elaborated in this link.  This article relates to several implementations that were discovered and could be beneficial to readers. Let’s…

0 Comments

Memory leakage – what is the easy way to find it?

Memory Leakage Before getting into memory leakage, an understanding of memory management is necessary. It happens manually in languages like C and C++. For example in C, whenever you want to allocate dynamic memory, you need to use malloc(). Later it is only the responsibility of the developer to free…

0 Comments

End of content

No more pages to load