Articles Page

MyTechieBits

05.11.2020

Github Actions and Workflows

Goals Auto-generate and commit diagrams on diagram source push to repo Auto-check links from Markdown source files on push to repo Auto-generate html from Sphinx RST or MD files GitHub Actions Github…
05.01.2020

Agile Architecture

Architecture Architecture: "the fundamental concepts or properties of a system in its environment embodied in its elements, their relationships, and in the principles of its design and evolution…
04.20.2020

Cryptographic Agility

Algorithms and keys sizes change over time as technology advances e.g. from DES (to 2TDEA to 3TDEA) to AES . e.g. from RSA to ECC to future Quantum-resistant cryptography e.g. from MD5 to SHA-1 to…
06.21.2019

PlantUML

PlantUML can be used to create several UML diagram types from a simple text file description. It can run from command line, editor (e.g. VSCode plugin ), browser (e.g. Chrome browser ) or online…
06.17.2019

ARC42 Architecture

Arc42 is a template for architecture communication and documentation. "Arc" is for Architecture, and "42" is based on the book "Hitchhikers Guide to the Galaxy", by Douglas Adams, where "42" is the…
06.15.2019

C4 Architecture

“Big design up front is dumb, but doing no design up front is even dumber.” Dave Thomas The C4 Model is a lightweight software architecture description method. It consists of a set of 4 diagrams…
04.12.2019

Software Assurance

Software assurance (SwA) is defined as "the level of confidence that software is free from vulnerabilities, either intentionally designed into the software or accidentally inserted at any time during…
04.09.2019

DevSecOps Thoughts from the Trenches

Dev(Sec)Ops Thoughts from the Trenches Presentation This presentation is a tour of a Dev(Sec)Ops factory, highlighting some key points about each part. It emphasises The end goal: Delivering Value…
01.18.2019

Value Stream Mapping

Reduce Time to Market with Value Stream Mapping The value stream is the most important organizational construct in SAFe . “Taking a systems view of value delivery" means understanding all the steps…
10.18.2018

Trello BookShelf

Trello has many uses - including as a virtual bookshelf organised by the value it delivers to you. Organize books by value to you the area you want to learn about the value of each book in that area…
10.13.2018

Deliver Value - Filter - Focus - Flow

Value Stream "Your mental energy is your most valuable asset" so we need to spend it wisely (The Science of Intelligent Achievement: How Smart People Focus, Create and Grow Their Way to Success) Don…
04.15.2018

Jira queries

JIRA queries unleash the full power of JIRA. Below is a living list of some useful queries. Find Issues That I Updated Recently Find Only Open Issues That I Updated Recently Find all issues in a user…
01.01.2018

Static Site Generation - again

Decades ago (before PHP ), I maintained a photo gallery website of personal images. The content was static i.e. no database or javascript. I wrote some Perl scripts to resize the images (main and…