THTejas H Ninhntejas.hashnode.dev·Jul 5, 2021 · 4 min readGraphQL!? What is it? - A beginner's readHave been hearing the word GraphQL quite a lot nowadays? But not sure what it really is? Then through this blog, I'll try to answer your question. To begin with, let's recap what are APIs and what is REST API API An API, or application programming i...01M
THTejas H Ninhntejas.hashnode.dev·Jul 4, 2021 · 3 min readObject Property Descriptors in JSIn JavaScript, almost everything is an Object This said, it's very important to understand the mechanics of objects in detail to get the best out of JavaScript. Hence today, I'll try to discuss something called as Object Property Descriptors, if you...00
THTejas H Ninhntejas.hashnode.dev·Jul 4, 2021 · 3 min readReact - Under the hoodTo begin with it's crucial to understand that manipulating the DOM is one the most costliest operations that the browser engine has to perform. It's comparatively very easy to create tens of objects or do lot of JavaScript operations than to manipula...00