Website vs Social Media, for businesses & brands. How are they different? Do I need both?Nov 11, 2022·4 min read
Typescript : Defining types for destructured objectsDefining types when destructuring objects in typescript seems a bit confusing for beginners. So in this short article, I'll attempt to explain this concept in an easy and understandable way. Let's say we have an object const user = { firstname: 'John...Mar 15, 2023·2 min read