AMAdithya Mallyainadimallya.hashnode.dev路Feb 19, 2023 路 6 min readWhy console.log() returned 'undefined'?If you've spent some time exploring the browser console or are a beginner in web development like me, having used console.log() to debug your code in the browser console, you may have observed a peculiar behaviour of this common Javascript method. Th...00
AMAdithya Mallyainadimallya.hashnode.dev路Sep 8, 2021 路 4 min readKeep your data 馃敀: Use environment variablesYou build your web app, push it your GitHub and invite others to show your work. This is great as your GitHub forms your proof of work, opening opportunities for you. But what if your app had some sensitive data, were you careful while pushing it? ...00
AMAdithya Mallyainadimallya.hashnode.dev路Sep 2, 2021 路 5 min readBe an a11y : Making web accessible to everyoneWhen I started my journey into web design by making websites, I only cared to make it look beautiful. I didn't know what UX was or was the website usable. Making things look good is all fine but when you step out to put your content online, do you no...01C