Thoughts & Ideas

Technical explorations, architectural decisions, and lessons learned from building scalable systems in the energy sector and beyond.

Apr 16, 2021

Automatically Add Jira Issue Numbers to Git Commit Messages

A git hook that extracts the Jira issue key from your branch name and prepends it to every commit message automatically.

gitjiradevops
Read article
Mar 25, 2021

HTML Entities Reference

The definitive W3C reference for HTML character entities — a bookmark every web developer needs.

htmlreferencefrontend
Read article
Mar 25, 2021

Restore Backups from Duplicity in Azure

Quick reference commands for restoring, listing, and managing Duplicity backups stored in Azure Blob Storage.

azurebackuplinux
Read article
Mar 25, 2021

Upgrade DBeaver Community with Homebrew

One command to update DBeaver Community Edition on macOS using Homebrew.

macosdatabasetools
Read article
Nov 16, 2018

Delete All Local Untracked Branches from Git

A quick one-liner to clean up all merged local branches that no longer exist on your remote Git server.

gitdevopsproductivity
Read article
May 11, 2018

Jenkins Configuration for Nginx Reverse Proxy

How to fix the 'It appears that your reverse proxy set up is broken' error when running Jenkins behind Nginx.

jenkinsnginxdevops
Read article
May 4, 2018

Fix Windows Server 2016 Language Settings Error

Resolving the 'Windows cannot access the specified device, path or file' error when adding a new language to Windows Server 2016.

windows-servertroubleshooting
Read article
Apr 12, 2018

Import Database from Backup File on SQL Server for Linux / Docker

How to restore a SQL Server database from a .bak backup file when running SQL Server on Linux or in a Docker container.

sql-serverdockerlinux
Read article
Apr 9, 2018

Install Duplicity on Ubuntu Linux with Azure Storage as Backup Destination

How to set up Duplicity on Ubuntu for encrypted, incremental backups to Azure Blob Storage.

azurebackuplinux
Read article
Jan 23, 2018

SSL Server Test

Qualys SSL Labs provides the best free tool to test and grade your SSL/TLS configuration.

securityssldevops
Read article
Jan 18, 2018

Flush DNS Cache on macOS Sierra

The three terminal commands to clear your DNS cache on macOS Sierra.

macosnetworkingtroubleshooting
Read article
Dec 31, 2017

SQL Client for Mac — Why I Use DBeaver

DBeaver is the best cross-platform database client — it gives you everything SQL Server Management Studio has, but on Mac and Linux.

macosdatabasetools
Read article
Jan 19, 2017

Delete Files with Invalid Characters on Windows

How to delete files or folders with invalid characters in their names on Windows using short file names.

windowstroubleshooting
Read article
Jan 1, 2017

Search for a Value in a Multidimensional Array in PHP

A recursive function to check whether a value exists inside a multidimensional PHP array.

phpprogramming
Read article
Nov 19, 2016

Cordova Email Composer Not Working on Android

How to fix the Cordova Email Composer plugin not working on Android devices.

cordovaandroidmobile
Read article
Oct 29, 2016

Using Google Analytics in Ionic

How to integrate Google Analytics into Ionic applications using the ngCordova plugin.

ionicanalyticsmobile
Read article
Oct 27, 2016

Uninstall Node.js from Mac

Command to completely remove Node.js from macOS.

macosnodejs
Read article
Oct 26, 2016

Elevate to Root User in macOS Terminal

How to get root access in the macOS terminal with a single command.

macosterminal
Read article
Oct 26, 2016

Uninstalling Java JDK from macOS

How to properly remove a Java JDK installation from macOS without breaking system tools.

macosjava
Read article
Sep 20, 2016

How to Completely Remove Android Studio from Mac

Complete guide to uninstalling Android Studio and all its files from macOS.

macosandroidtools
Read article
Jul 3, 2016

Hide Select Options Across All Browsers

A jQuery function to toggle the visibility of select options that works consistently in all browsers.

javascriptjqueryfrontend
Read article
Jun 24, 2016

Transpose an Array in PHP

How to transpose arrays in PHP using variadic functions from PHP 5.6+ with the spread operator.

phpprogramming
Read article
Jun 15, 2016

jQuery Confirm

A lightweight library for elegant confirmation dialogs with jQuery.

javascriptjqueryfrontend
Read article
May 29, 2016

Icon and Splash Screen Generator for Android and iOS - Ionic

Online tools to generate icons and splash screens for Ionic apps in all required resolutions.

ionicmobiletools
Read article
May 29, 2016

Add ngCordova SQLite Plugin as a Service in Ionic

How to set up the ngCordova SQLite plugin as a reusable Angular service in the Ionic Framework.

ioniccordovasqlite
Read article
May 29, 2016

Input Masks for Ionic Framework

An Angular library for adding input masks (phone numbers, dates, documents) to Ionic Framework apps.

ionicangularmobile
Read article
May 29, 2016

Cordova Plugins Not Working in Ionic View

How to fix Cordova plugins (like SQLite) not loading in Ionic View on iOS.

ioniccordovamobile
Read article