#intro
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.
SVG: Intro & Overview
Apr 07, 2019
SVG or Scalable Vector Graphics is an XML based markup language and is a powerful way to display images.
Canvas API: Introduction & Basic Usage
Mar 31, 2019
The canvas API allows you to draw graphics using Javascript & the HTML <canvas> element. It can do a ton and can be used for animation, game graphics, data visualization, photo manipulation, and real time video processing.
JQ: Introduction & Simple Examples
Mar 30, 2019
JQ is a powerful and lightweight command line JSON processor. It is a tool no web developer should be without.