SBSandeep Badetiincodesandeep.hashnode.dev·Aug 14, 2021 · 4 min readCreate Weather App using APIApi is an Application Programming Interface where servers talk to each other . Api data is most common in JSON (JavaScript Object Notation) and in XML(Extensible Markup Language) format. To create this weather app we use JSON. In JSON format the da...00
SBSandeep Badetiincodesandeep.hashnode.dev·Aug 3, 2021 · 2 min read5 Visual Studio Code ExtensionsVisual Studio Code When you start your coding journey. You need a code editor to write your code. Visual Studio code is the most popular text-editor. It supports multiple programming languages. In the beginning we used to struggle a lot with Formatt...00