NRNayana R Shetinnayanashet.hashnode.dev·Dec 26, 2022 · 2 min readImplementing Stack in JavaScriptHello coders, Let's learn about Stack data structure in a simpler way !! The stack is a data structure that follows the Last In First Out (LIFO) principle. The element that is added at last is accessed at first. This is like stacking your books on to...00
NRNayana R Shetinnayanashet.hashnode.dev·Nov 2, 2022 · 2 min readREST vs Graph QL: the difference and when to use themHello Guys, Today I am going to share the difference between REST and Graph QL. So, let's get started and see what the differences are and when they are best used. What is a REST API ? REST (Representational State Transfer) is an architectural styl...00