#getting-started

All posts about getting started with web-development and topics in web development.

Check out our pinterest page dedicated to getting-started as well!

Getting to know kubernetes

Oct 01, 2020

You've probably heard of Kubernetes aka k8s if you've chatted about devops or containerization. Is it just the shiny new(ish) thing? Let's take a look into what it is and what we can do with it.

Kallee Buchanan on learning web development

Apr 02, 2019

I have a day job. It’s a pretty good day job, and I love it. I’m a professional content maker. Not a “one day I’ll be famous on instagram” content maker, but someone who has been writing, recording, filming and photographing stories for more than a decade. I have a body of work. So why did I all of a sudden develop an interest in coding?

SCSS in three minutes

Mar 10, 2019

SCSS is a superset of CSS3's syntax. It provides a powerful abstraction with the ability to use variables, mixins, and functions. Intrigued? Let's get it setup in 3 minutes or less!

Why become a web developer?

Feb 18, 2019

Being a web developer takes a number of varying skills, knowledge, and a lot of resourcefulness. Once entering the world of development it opens up a huge rabbit hole and wealth of information that you can bite off at your own pace.

Getting started with docker

Feb 14, 2019

Docker: the containerization you can't seem to escape. Docker can allow you great power and flexibility to make your application light weight portable. But wait, what exactly is docker? And how can you get started with Docker? Let's set out to figure those things out.