Salesforce, Python, SQL, & other ways to put your data where you need it

Need event music? 🎸

Live and recorded jazz, pop, and meditative music for your virtual conference / Zoom wedding / yoga class / private party with quality sound and a smooth technical experience

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.

Responsive, accessible navigation 4: Preventative troubleshooting

08 Feb 2021 🔖 jamstack web development 💬 EN

Before I go any further (yup, there’s still no nav data in my navbar!), I should think through some issues that might come up as I try to implement a navbar.

Continue Reading

Responsive, accessible navigation 3: Constraining width

08 Feb 2021 🔖 jamstack web development 💬 EN

Before I actually put any navigational data into my masthead, I want to play with constraining its width.

Continue Reading

Responsive, accessible navigation 2: 11ty

08 Feb 2021 🔖 jamstack web development 💬 EN

First things first: I need some data items to be in the menu. And I need some templating to turn it into basic blocks of HTML. Let’s make a little 11ty SSG project.

Continue Reading

Responsive, accessible navigation 1: Intro

08 Feb 2021 🔖 jamstack web development 💬 EN

I have a “dream nav bar” in mind, but building it is another issue. Follow me on a journey through building a minimalistic, accessible, responsive 2-level top-of-site navigation menu.

Continue Reading

Insert, update, and delete from a database to Salesforce

05 Feb 2021 🔖 architecture databases integration sql salesforce tips tutorials jitterbit 💬 EN

Oracle User Group meetups attract some great DBAs and database developers. With their permission, I’d like to share a slick little Extract, Transform, Load (“ETL”) data integration pattern that DBA Ken Frank introduced to me, developed with Sidi Mohamed Cheikh Ahmed and Sue Kolles. It does a single-direction sync from Oracle into Salesforce, making sure that inserts, updates, and deletes are all propagated.

Continue Reading

5 things you need to know about Jekyll vs. 11ty Liquid includes

29 Jan 2021 🔖 jamstack web development 💬 EN

Thinking about migrating from, say, GitHub Pages-flavored Jekyll to a newer SSG? Eleventy is probably your closest bet, because it allows you to stick to the Liquid templating language you know and love. But the heart of a well-componentized site generation model, includes, works a little differently between Jekyll and 11ty.

Continue Reading

APIs are for admins: texting your colleagues with Salesforce Flow (Cactusforce 2021)

15 Jan 2021 🔖 api salesforce flow integration architecture 💬 EN

Thanks for coming to Salesforce MVP Narender Singh’s and my 6-minute lightning demo “APIs are for admins: texting your colleagues with Salesforce Flow” at Cactusforce 2021

Continue Reading

The first JavaScript I ever wrote

08 Jan 2021 🔖 jamstack web development 💬 EN

I dismiss my JavaScript skills all the time because it’s not my primary practice, but I was awfully proud of the first program I ever wrote, in late 2011. Would you like to see it?

Continue Reading

Clean up old node_modules in Windows 10

05 Jan 2021 🔖 tips 💬 EN

Deleting old node_modules folders is the new defragging.

Continue Reading

How to use Jekyll SSG with Headless CMS

02 Jan 2021 🔖 architecture jamstack tips web development 💬 EN

Architecturally, getting API-based headless CMS to work with the Jekyll SSG is a bit nuanced.

Continue Reading