Home

thelinuxenthusiast.com

Posts

Technology Blog posts

Data engineering, linux, web minimalism.

Posts

Visit my Linkedin

Personal Linkedin Profile

My Linkedin Profile if you need to reach out.

Linkedin

Visit my GitHub

TheLinuxEnthusiast

Link to my github profile.

GitHub

About the Author

A brief description on my background can be found here


Bulma Clean Theme

This is a jekyll based static website hosted on github. I've decided to go with the Bulma Clean Theme developed by C.S Rhymes. A link to his personal website can be found here or at the bottom of each page. If you would like to install this theme for yourself you should visit the documentation.


Post Tags

Web Frontend Minimalism UX Docker AWS ECS Terraform blue/green Circleci CI/CD

Latest Cheatsheets

Beginner Git Commands

Beginner git cheatsheet covering commands for working with local repositories in addition to working with remote repositories. Details on working with Github are included below as it is by far the most popular amongst developers.

Helpful Awk commands

GNU awk, refered to as gawk for short, is a text processing tool for tabular delimited data. It is aliased as awk in most linux distributions so I will reference as awk throughout the code samples.

Advanced Git Commands

Advanced