@RamaSpeaksDevsign
Devsigner(Developer & Designer) | Open Source Contributor
I am a Designer and Front End developer creating beautiful experiences online
Nothing here yet.
What is an object literal? A JavaScript object literal is a comma-separated list of name-value pairs encapsulated inside curly braces, kind of like a JSON structure. let student = { id: 1056, name: 'Bazuu', email: 'hello@bazumail.com' } cons...

I recently started a #100DaysofLeetcode challenge and came across a coding problem whose solution involved using the Javascript ES6 Set() method. I dug deeper into what it was, how it works and how to use it in your day to day coding and this artic...

In this guide, I’ll show you how to use npm instead of yarn to create a new react native project while working with the expo cli. React Native combines the best parts of native development(Android, IOS) with React, a best-in-class JavaScript librar...

tl:dr — Use import.meta.env instead of process.env Vite is a handy build tool when you want to spin up a quick react application. In this guide, I will walk you through how to use environment variables inside a react application template created tho...
