visit
That experience further solidified my thinking that things like servers, VMs, and the whole machinery of Infrastructure-as-a-Service (IaaS) were old school and were meant for lift-and-shift of legacy workloads (primarily enterprise) to the cloud.
I believed that “developers” wouldn’t care about IaaS. I even wrote about it in
However, I learned why developers flock to IaaS and why it continues to be in vogue even when other “easier” options are available for many use cases. It is precious to have your own Linux box, always on and connected to the internet.
Run apps: This is the most obvious one. If you need an environment that bundles compute (a virtual machine), network (some bandwidth), and storage (local disk attached to a virtual machine) to run your apps, then cloud servers provide a perfect solution for that. These days, many cloud providers offer virtual machine images that come pre-packaged with application stacks and the base operating system. Examples are LAMP, LEMP, NodeJS, Django, Laravel, etc. All you need to do is create an instance of these VM images and deploy your application code there.
Run cloud-based development environments: I will be honest, if I need to do development, I prefer to do it on a capable local machine (like a powerful laptop), but every now and then, I do feel that I need a development environment that I could access from something like an iPad. I have heard that the kids these days are doing this quite often. Having a complete replica of Visual Studio Code (who doesn’t love that gem of an IDE) in the cloud and accessible through a web browser, sounds fun. Doesn’t it?
Run your own Slack alternative: What developer doesn’t like to use an open-source option for a popular app, just for fun? Probably many. But, if you like to tinker around, you might want to satisfy your urge with something like MatterMost.
Run your own Zoom alternative: Well, yes, why limit to one kind of collaboration/communication software when you can replace two? Perfect time to both try and potentially contribute to a worthy open-source alternative for video conferencing like Jitsi.
Run your own VPN: I never knew how much people cared about this thing before coming to DigitalOcean. Apparently, running your own VPN server is cool amongst developers.
Run your own blog: There is a lot of internet commentary about owning your content on… uh.. the internet — How the “managed blog” might disappear someday, or worse would not contribute towards you getting the benefit of your content’s popularity. Running your own blog on WordPress or Ghost could be the answer.
Also published