What Warren Buffett can teach developers about their goals
The development community moves fast. Too fast. A simple strategy from a very rich man can help developers set goals and prioritize properly.
21 tips for new server users from a self-taught ‘sysadmin’
You’re figuring out cd, ls, and all the other basics, and maybe you’re starting to feel a little overwhelmed. If so, these server tips are for you.
5 Ways To Deploy Code When You’re A Server Ignoramus
Using a VPS to build amazing things online doesn’t have to be difficult. Let’s look at some of my favorite tools and tips that make deploying a breeze.
I kill every VPS I touch
I am not a good sysadmin. In fact, I’m a pretty terrible one. But admitting that just might be the only way I actually remember to keep learning.
Docker images: How to containerize your project
Any web app, blog, or even pure HTML website can be “containerized” with a Docker image to make it portable and shareable. Learn how in this quick tutorial.
HTTPS: How it works and why you should care
HTTPS and Let’s Encrypt are fundamental to the future of the Internet. Here’s what you need to know about how the system works and how you can implement it.
The 5 Stages of VPS Deployment Strategies
No matter whether you’re using SSD Nodes for your personal website hosting, game server, or as the home for your startup’s SaaS application, there will probably be a point where …