ASAmitanshu Sahuinamitanshusahu.hashnode.dev·Aug 12, 2023 · 4 min readTurn Your Old Phone Into a ServerImagine this: You've built something amazing and you can't wait to show it to your friend. You're all set to put it on the internet, maybe using an EC2 instance, but there's a hitch – you can't sign up for those cloud services without a credit or deb...01D
ASAmitanshu Sahuinamitanshusahu.hashnode.dev·Mar 1, 2023 · 1 min readHow to send data from one html file to anotherhave you ever wanted to send data from one html file to another, if yes you can do it by linking the same javascript file to both the html files in this way you can access the data(say stored in a variable) from both html files. 😅 just kidding, that...00