MMManasa Mandalreddyinmanasamandalreddy.hashnode.dev·Dec 25, 2022 · 2 min readOrganizing code in vanilla js projects using ModulesThe main theme of this blog is to learn and avoid mistakes while organizing code into modules. This blog assumes you have some familiarity with using import and export statements in Javascript frameworks or libraries like Angular and React. Why do we...00
MMManasa Mandalreddyinmanasamandalreddy.hashnode.dev·Dec 25, 2022 · 3 min readWhat is HTTP protocol?In this blog, we will understand what is HTTP protocol and its basic features with examples. Okay, so it's a protocol, so what does it mean? A protocol means a set of rules and regulations or guidelines while communicating or executing a task. Okay, ...00
MMManasa Mandalreddyinmanasamandalreddy.hashnode.dev·Dec 24, 2022 · 2 min readHow to easily write API endpoints to the Spotify Web API serverIf you are facing difficulty while constructing unique paths to fetch data from API endpoints of the Spotify Web API server, then this blog is for you. Here, we use the Spotify API console to easily construct paths to make requests and fetch data. Pr...00