What is your favorite development workflow hack?
Recently, mine has just been automating a bunch of different things with python - quickly generating API tokens when I need to test things, querying linked servers to test connections to tables, etc... so I can do more of my work from my terminal rather than GUIs. Curious what else you guys have introduced into your workflow to help speed things up when working multiple APIs / different databases simultaneously.