SSakshaminthefearofblogs.hashnode.dev路Aug 9, 2023 路 12 min readA Journey from React-Redux to RTK QueryHey everyone! I think I have found an interesting topic to write about today. P.S.: I am not an expert on redux so if you feel like there is something that needs improvement, please feel free to provide your feedback... I have recently used RTK Quer...00
SSakshaminthefearofblogs.hashnode.dev路Jul 30, 2022 路 6 min readWhat is HTTP?We all use HTTP when we surf the web. And without HTTP it's generally not possible to search the web. Even if we try not to write "HTTP" before our links, the browser sets it to HTTP by default. Let's see what is HTTP. What is HTTP? We all know it is...00
SSakshaminthefearofblogs.hashnode.dev路Apr 25, 2022 路 4 min readPostman API: Tooling and TestingHey reader!! I hope you're doing great. Today I am gonna write about APIs and how to test them using Postman. So you must have heard of an API if you are a developer and I will be discussing it in detail. What is an API? Hmmm? 馃 It is an interfac...00
SSakshaminthefearofblogs.hashnode.dev路Jan 14, 2022 路 5 min readThe story behind JS: how async worksWe all know that JS is a single-threaded non-blocking asynchronous concurrent language. But what does this actually mean? Let鈥檚 find out: Suppose we have a function that calls another function that calls one more function, such as: function add(a,b)...00
SSakshaminthefearofblogs.hashnode.dev路Jan 13, 2022 路 3 min readNullish Coalescing??Nullish coalescing? what is that word. Hmm... koala...sing? bad joke alert!!! Hello everyone, I鈥檓 Saksham and I am back again with a new blog about an es6 feature which I personally found really cool and is pronounced as Null-ish koh-uh-les-ing. Ye...00