Turso is Great for QA Automation

Once upon a time at work, I was tasked with writing automated tests for a web application built on top of Salesforce. The devs used a special plugin to implement a custom UI, but the underlying UI and Backend were still Salesforce. Now, I know what you’re thinking. You shouldn’t be testing Salesforce. That’s Salesforce (the company)’s job. And you’d be right, but it’s not just SF, it’s our team’s implementation of hundreds of little customizeable widgets, features, formulas, plugins and extras that all work in part to create a CMS.

...

How to save your Terminal Command History

The Problem #

Maybe like me, you work on lots of remote, terminal-only servers setting up stupid stuff like Plex, Jenkins, Godot Packaging, game servers, etc.

If you do this, you probably spend hours testing terminal commands trying to find the exact commands to configure your device properly. If your server ever went down, all that work would be lost forever.

...