All Posts - Page 3

Easy Automation with GNU Make- Beginner's Guide

Mar 13th 2019

tutorial

Make is a build tool that became (relatively) popular with the rise of Unix. GNU Make is the most common version, present on both Linux and…
READ MORE

Shell Yeah - How Shells Work, Plus a Shell in Python

Feb 10th 2019

tutorial

To create this website, I installed , edited posts with , and launched a local development server from my favorite shell, . Referred to as a…
READ MORE

Conway's Game of Life With Pure Python

Feb 2nd 2019

tutorial

The Game of Life (or Life) is a simple cellular automata created by John Conway. Life takes place on an infinite matrix of cells, that may…
READ MORE

Build a GraphQL API with Django and Python3

Jan 6th 2019

tutorial

GraphQL APIs are becoming commonplace with the rise of React and modern Javascript. NodeJS is the backend for most GraphQL Servers. But if…
READ MORE

Creating a Component Library for React with Babel 7 and Jest

Dec 6th 2018

Tutorial

Recently I was considering creating a reusable component pack to share across projects. Reusable components keep sites visually clean and…
READ MORE