Kubernetes?

Kubernetes?

The funny thing about the massive crater created by the explosion of container management systems emerging lately is that it’s forcing people working in the systems administration field to come to terms with the container paradigm… or perhaps it’s more like sysadmins have been pushing business towards automating infrastructure which is part of the package… Continue Reading Kubernetes?

A list of coding exercises to help get you from “Beginner” to “OK”

A list of coding exercises to help get you from “Beginner” to “OK”

Hello World: Create a program that outputs “Hello World”. Loop: Create a program that loops 10 times and output the current loop (ex. “I’m on loop 6”, then “I’m on loop 7”). First Class: Create a class called “Car” that has 1 variable called “licensePlate”. Within the class, create a default constructor that sets “licensePlate”… Continue Reading A list of coding exercises to help get you from “Beginner” to “OK”