Bienvenue! Welcome!
My goal is to help you work faster.
I must speak and teach until I hear 10 people say, "That thing you taught me? I used it! And it saved me time!"
(Ahem ... although maybe blogging slower than I'd hoped. Ugh, coders' repetitive stress injury.)
So check out the tutorials. Play with code. Tell me about your triumphs.
Livestreaming Music Diary - Facebook Live
20 Apr 2020
If you work in tech, you fix the printers for your family. During shelter-in-place, I’ve had a new duty for close friends and family: improving and running musical livestreams.
Continue ReadingJitterbit Hosted API Tutorial: 302 Redirect with Cloud Studio
02 Apr 2020
First, let’s build a Jitterbit API endpoint that performs a “302
” HTTP redirect to https://example.com/
using “Cloud Studio” to flesh out the back-end behavior.
Jitterbit Hosted APIs: Hello World tutorials
02 Apr 2020
Jitterbit’s ETL (“Extract, Transform, Load”) platform allows you to “borrow” their web servers and use them to put URLs on the internet as small “API” endpoints where the back end of those “endpoints” is some sort of data-processing Jitterbit operation you’ve built.
Continue ReadingWhat is #FlattenTheCurve? Why is everything cancelled?
13 Mar 2020
If you work in technology, you can relate to the feeling of being invisible specifically because you go above and beyond the call of duty, right?
Continue ReadingNetlify CMS Jekyll Minimum Viable Build
21 Feb 2020
I’m trying to figure out if a friend currently on Wordpress could ever enjoy using a static page builder accompanied by a CMS, or if they just really need the comfort of knowing they can use Wordpress Visual Composer / Squarespace / Wix to move things around their web pages at will. Netlify’s free tier (thank you!!) is going to be really helpful in letting me set up a prototype for them to test drive.
Continue ReadingDoor Prize: Excel VBA code for turning your ex-PMI into principal payments
13 Feb 2020
Excited to see, with Excel, when your mortgage would be free of PMI? Let’s add a little more code showing how much you’d save if you kept paying your old “PMI bill” as “extra principal” payments every month for the rest of your loan.
Continue ReadingExcel VBA code to compute when a mortgage will be free of PMI (Private Mortgage Insurance)
13 Feb 2020
A friend is trying to come up with a clever way to use Excel to figure out in what month a given mortgage’s principal would have dropped below 80% of the purchase price of the home (at which point they would know longer pay a supplemental fee known as private morgtage insurance, a.k.a. PMI). I didn’t think Excel could do it, but it can.
Continue ReadingPython NumPy code to compute when a mortgage will be free of PMI (Private Mortgage Insurance)
12 Feb 2020
A friend is trying to come up with a clever way to use Excel CUMIPMT
/ CUMPRINC
to figure out in what month a given mortgage’s principal would have dropped below 80% of the purchase price of the home (at which point they would know longer pay a supplemental fee known as private morgtage insurance, a.k.a. PMI).
Salesforce Classic slow in Chrome? Use Firefox until Spring '20
12 Feb 2020
Are your Salesforce “Classic” record pages loading slowly in Chrome, only to eventually load with broken content?
Continue ReadingTutorial: Flow External Services for Salesforce Admins
30 Jan 2020
Who remembers my #GIFSquad-friendly Salesforce Flow project from last summer, teaching Apex-Defined Data Types? I just learned that you can build the same project in Flow without writing any Apex code!
Continue Reading