So I haven’t been active as of late again, but I would like to share a really useful piece of website to you all that has helped me for the few pass couple of months. I know you all might suggest Digital Oceans which is a very great service, but for those who don’t have money and don’t want to spend money. I suggest using codeanywhere. codeanywhere has been out there for a bit and I’m not sure if anyone has mentioned it before, but it’s good for 2 free uses. You can create containers for your preferred language. There’s a bunch of containers ranging from PHP
to Ruby
to Java
. They all use CentOS
or Ubuntu
so you get to work with the Linux kernel. Best part, you get free SSH
access so you can use Linux commands.
I haven’t been using it for long, but I feel like it’s a great way to test out a lot of your scripts if you don’t feel like purchasing a live server and you don’t have time at home to do any tests. You can also trash the containers if you want, but be wise because you only get 2 free uses. After that, you’ll have to purchase. However, you can just create new accounts and you should be good. I don’t recommend that, but it’s your choice.
I forgot to also mention that they also provide FTP so if you own a live server, you can access your live server with their FTP access. They also have an app where you can code on your mobile device.
Let me know what you all think.