Posts


Rails new with Webpacker, Vue and Postgres

Published on December 12, 2018 at 04:14AM

I always forget my last process for starting a greenfield rails app

An Elegant Way to Clear the Excel VBA Immediate Window When Debugging

Published on October 17, 2018 at 04:45AM

Your Immediate Window is so jammed with debug.print that you just want to clean slate it... quickly... and elegantly... like a gazelle.

5 Level Cascading Validation Lists in Excel using VBA

Published on October 11, 2018 at 12:18PM

You need validation lists to change based on selections... like a cascading validation list

Edit Data Validation Lists in Excel using Arrow Keys

Published on October 11, 2018 at 06:16AM

You are trying to edit a Data Validation List and when you click the arrow keys things turn crazy and annoy you sooooo bad!

[SOLVED] Fix Duplicate Conditional Formatting Rules in Excel 2016

Published on September 18, 2018 at 04:48AM

You have conditional formatting rules in Excel 2016 and all of a sudden they are duplicated all over the place and super messy. This fixes it.

Building Your Own (And Better) Autosave Feature for Excel

Published on June 07, 2018 at 11:13PM

Because the current Excel Autosave is just so bad XD

Again With The Permission Denied Could Not Read From Remote Repository

Published on March 22, 2018 at 06:37AM

Turn on Agent Forwarding for SSH when deploying by Capistrano to Digital Ocean servers

Add Dynamic Role Level Security to PowerBI Using an Attribute of the Current User

Published on March 21, 2018 at 02:09AM

Take the currently logged in user in PowerBI and filter data based on an attribute of the User table

Add Dynamic Role Level Security to PowerBI using current users email

Published on March 08, 2018 at 11:07PM

Users logged into PowerBI can have their email address exposed. This allows us to create dynamic row level security using inner joins on a user table.

Automate Excel Table Filters Using VBA and Activate them Using Hyperlinks

Published on February 07, 2018 at 06:07AM

Now you can click a metric in one of your Worksheet reports and be taken straight to the underlying data in a way that is easy to see.