IPIshan Patelinishanpatel.hashnode.dev·Mar 11, 2023 · 6 min readLanding Page builder Backend (part 2)In part 1 we created four forms and got the data into state of one parent component, Now we will create backend api's and send data to the backend as well as map the user's data into one react component which will be his portfolio. Let's Start File S...00
IPIshan Patelinishanpatel.hashnode.dev·Mar 9, 2023 · 8 min readLanding Page Builder using MERNProblem Statement: I thought about the problem that some people face as they don't know frontend development but still want their landing page to showcase skills and projects so I build Designfolio , a website where a user can have a portfolio and un...00
IPIshan Patelinishanpatel.hashnode.dev·Jan 4, 2023 · 3 min readHow to use SERP API for google data in ReactJsIf you want to create a website that has something to do with google maps API then you need to create a billing account on a google cloud platform and then you will get access to use google maps API. I wanted to do the same but don't want to create a...00
IPIshan Patelinishanpatel.hashnode.dev·Sep 20, 2022 · 2 min readWeb Scraping using Cheerio in NodeJSWeb scraping is a one way to scrap the site data and cheerio is a npm package designed using jQuery. Cheerio parses markup and provides an API for traversing/manipulating the resulting data structure. This blog will give you insight about how it's do...00
IPIshan Patelinishanpatel.hashnode.dev·Aug 31, 2022 · 2 min readLearn JavaScript DOM through projectWe all can agree that creating projects are the best way to learn javascript or any programming language. I wanted to learn JavaScript so I took a project and started to build it using all the documentation and Youtube tutorials of DOM available out ...00