Social Media Posts

SCSS Map Function

Oct 19, 2020

Using SCSS you can specify a a set of values in a map for easier access. Declare your map as a variable and reference it with the map-get SCSS function.

Shared Volume In Kubernetes - Using hostPath

Sep 23, 2020

Since data by nature in a container doesn't persist it is useful to be able to use a volume to allow data to persist across deployments. We wrote about this in our Docker post and it is a bit different in Kubernetes.

Linux (GNU) vs. Mac (BSD) Command Line Utility Differences

Aug 20, 2020

If you switch between Mac and Linux often you notice that certain command line utilities are sometimes slightly different...

Kubernetes Shortcuts & Helpers

Jul 28, 2020

If you work in CLI often enough you know how helpful it is to have shortcuts to both save time and key strokes. Check out these for kubernetes

Intro To Sed

Jul 09, 2020

Sed is a very useful tool in linux and can be very powerful when chained with other linux commands.