OAOmkar Arorainomkar.hashnode.dev·Aug 5, 2021 · 3 min readGetting started with ExpressIn the words of its authors - Express is a "Fast, unopinionated, minimalist web framework for Node.js". It is also one of the most popular Node.js web frameworks. So you want to set up an Express server, this article will help you do just that. Prere...01M
OAOmkar Arorainomkar.hashnode.dev·Jul 19, 2021 · 2 min readTypeScript for React - Why and HowHey everyone! This blog will help you set up your environment for a TypeScript React project and help understand the benefits of using TypeScript for the programmer. Getting set up with a TypeScript React project The easiest way to get started with a...00
OAOmkar Arorainomkar.hashnode.dev·Jul 15, 2021 · 3 min readUpload Images from React App to CloudinaryHey folks! This article will help you to configure Cloudinary and upload images from your React application to the cloud using the Cloudinary API. Prerequisites Before continuing make sure you have created a Cloudinary account. Configuring Upload pre...01M
OAOmkar Arorainomkar.hashnode.dev·Nov 23, 2020 · 3 min readThe HTML <meta> tagThe tag is used to define the metadata about the HTML document. Metadata is data or information about the data. The tag is written inside the tag. The <meta> tag can have the following attributes — name : If the name attribute is set, document-l...00