Skip to main content

Code

Project Decomposition

··8 mins
As an architect, I frequently assist software engineers in breaking down project scope into manageable chunks. Here is one of the techniques I use.

A Simple Script Base

··1 min
Sometimes you just need a script that takes arguments. This is a simple script which will call different functions based on the first argument from the user.

Simple QR Code Command

··1 min
A simple function to create a QR code for a URL, so you can ‘send’ a link to your phone.