All Posts tagged as "Javascript"

Stack memory vs Heap memory

Javascript in general has two different memories - stack and heap. What's the difference? Why two different memories? What do they store?

Client side security

When you ship your code to production, it is exposed to public access. But you need to ensure that it cannot be vulnerable to any kind of attacks. How to do that?

Websockets - When and how to use

If you've used Live collabration tool like Figma, Live web chat or seen Live cricket score, then you have used an websocket connection.