MMMohd Mehrajinmehraj.hashnode.dev·Feb 17, 2021 · 8 min readFront-End VS Back-End Web DevelopmentIf you are a developer just learning to code with a desire to focus on web development but confused on what path to take. Be that front-end or back-end web development or perhaps you have already started your journey and are questioning whether you a...00
MMMohd Mehrajinmehraj.hashnode.dev·Jan 12, 2021 · 4 min read5 Reasons to Use SVG's in Your Next Project.What is SVG? Let’s get technical for a second. SVG stands for “Scalable Vector Graphics” and is an XML based, vector image format. SVGs are predominantly found on the web, and while they have similar uses to JPEG, PNG and WebP image types, their DNA ...02DS
MMMohd Mehrajinmehraj.hashnode.dev·Jan 11, 2021 · 5 min read10 Fun APIs to Use For Your Next ProjectTo put it simply: a web API (application programming interface) is a tool which tells a particular system what you want and gives the response back to you. Think of an API as a messenger. As you can imagine, APIs are extremely useful when creating a ...04BEWA
MMMohd Mehrajinmehraj.hashnode.dev·Jan 10, 2021 · 4 min readDifferences Between JavaScript Map and ObjectThe map is a part of the keyed collection in JavaScript. This means that this data structure holds data in the form of a key along with its corresponding value. The object is a collection of properties and each property has a key along with a corresp...00