ASAadhithyan Sureshinaadhithyan.hashnode.dev·Oct 22, 2021 · 2 min readSetup your own dev setup in cloud for FREE!There are just three steps Setting up the VM on AWS Setting up the subdomain Setting up the VM for code-server Setup cloud VM on AWS Debian 10 t2.micro Default instance settings 8 GB ssd storage tags ( optional ) SSH / 22 / ipv4 source HTTP / 80 /...00
ASAadhithyan Sureshinaadhithyan.hashnode.dev·Mar 9, 2021 · 4 min readVariables in dart1. Variables In dart, there are many data types just like other languages, 1. int , double, numbers To store digits int number = 0; //this is integer as usual. double number2 = 3.1415; // this is a double value which can store decimals also // sim...02SP
ASAadhithyan Sureshinaadhithyan.hashnode.dev·Jan 17, 2021 · 5 min readHackathons.. oh HackathonsBackground Story In the start of 2021, I found out about MLHacks, who organised a lot of hackathons for students above and below 18. So that got me interested, and I registered for their hackathons. The first one which I attended was New Year Hacks ...00
ASAadhithyan Sureshinaadhithyan.hashnode.dev·Dec 13, 2020 · 4 min readInstalling Ubuntu and some cool extensionsNow that you have decided to switch to Ubuntu, you might be wondering how to set up ubuntu for development and everything. You have now a decision to make, Either dual boot ubuntu, Completely erase windows and install ubuntu as the main OS. For t...01
ASAadhithyan Sureshinaadhithyan.hashnode.dev·Dec 11, 2020 · 5 min readWhy you should switch to Linux today.Background I was an avid Windows user right from the start. UNTIL I made the switch. I hadn't used any other OS before although I had a little experience with raspbian OS while I was using raspberry pi. But 99 percent of the time I was using windows ...09AACKH