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.

Look, ma, I'm a language teacher!

08 Aug 2025 🔖 professional development prompt engineering 💬 EN

I shared yesterday’s LLM prompts for requirements analysis and project scoping post with a friend, and they said:

“You got to teach languages this week!”

I teared up, and nearly dropped what I was holding, when I read that comment.

Continue Reading

LLM-assisted requirements analysis and scoping

07 Aug 2025 🔖 devops prompt engineering 💬 EN

  • Q: How do you eat an elephant?
  • A: One bite at a time.
  • Q: How do you pick the first bite?
  • A: Like this (keep reading).
Continue Reading

E2E and Synthetic Testing Considered Harmful

01 Aug 2025 🔖 web development devops 💬 EN

“End-to-end test automation and synthetic monitoring considered harmful” – was I clickbaitey enough to get your attention? 😉

Continue Reading

Frontend automated testing demystifier

07 Jul 2025 🔖 web development 💬 EN

When it comes to authoring automated test code for web application frontends, it’s easy to get confused about what kinds of test go where in the “testing pyramid” and how to implement them – especially since all four levels of the “testing pyramid” potentially ask the question: “does this HTML/DOM element exist in this condition?”.

Continue Reading

Can usability testing be automated?

07 Jul 2025 🔖 web development prompt engineering 💬 EN

Is there a place for browser automation (e.g. Playwright, Selenium, Puppeteer, Cypress) in the art of “usability testing” (à la Don’t Make Me Think)? Or should 100% of usability testing always execute on the platform known as “humans”? 😉

Continue Reading

What's the deal with IBM WebSphere Application Server?

05 Jun 2025 🔖 devops web development prompt engineering 💬 EN

When I make a web site, the programming language I choose is typically Node.js (a flavor of JavaScript that can run on a server operating system’s (“OS”) command line (“CLI”), rather than needing to run inside of a web browser). I’ve played around a bit with Python, C# (via .NET), PHP (via WordPress), and Ruby (via Jekyll), but that’s about it. Despite years of Java-like programming experience via Salesforce’s Apex, I’ve never built a web site from scratch using Java.

Continue Reading

Why use Ansible for infrastructure as code?

04 Jun 2025 🔖 devops 💬 EN

Q: Why use frameworks like Ansible for infrastructure as code (“IaC”) efforts? Why are there ever situations when people use it instead of just writing shell scripts like Bash or PowerShell?

Continue Reading

Windows Firewall and BrowserStack Local

03 Jun 2025 🔖 selenium tips web development windows 💬 EN

For some weird reason, Windows (at least on my computer) doesn’t like to let the BrowserStackLocal.exe “binary” file doesn’t like to do its job unless I explicitly add a rule to Windows Defender Firewall letting that .exe file make outbound TCP connections over port 443.

Continue Reading

Securing authenticated agentic AI

15 May 2025 🔖 security 💬 EN

I found 3 excellent blog posts by Stytch about the intersection of traditional IT concerns and AI agents:

Continue Reading

I don't use Python much anymore

19 Mar 2025 💬 EN

It just occurred to me that I don’t use Python much these days for scripting odd jobs.

Continue Reading