SMSiddhesh Mangelainsiddacool.hashnode.dev·Dec 14, 2021 · 1 min readSatha - A localStorage wrapperSatha. An easy to use localStorage wrapper inspired by state management systems. This post serves as an introduction to Satha. Prerequisite Install it from npm using // npm npm i @satha/core // pnpm pnpm add @satha/core Create a local storage store ...00
SMSiddhesh Mangelainsiddacool.hashnode.dev·Jan 20, 2021 · 4 min readDeno Web ScrapperYou might have created a web scraper with Node.js + request+ cheerio setup or maybe a python one using beautiful soup. This tutorial brings the same to the world of Deno. In this example, we are scrapping the list of books from http://books.toscrape...00