DevOps Gems from our toolbox
We use tools but also we use them as a part of the process and sometimes ability to use the tool is rely on DevOps part, below some nuggets in no particular order.
Web based IDE - Gitpod Sharing catch
Gitpod workspace sharing was a reason for us to choose this in-browser IDE this allows us to work together and do pair programming with vendors and someone in the team.
But there are problems we were able to spot when using it and found someone else who also did have the same issue and described it well:
For example when others are working on your workspace, there's no indicator at all. If they start a dev server, you won't know it until you want to start it yourself and it says the port already used.
One useful use case is when asking your co-worker to fix something in their areas of work, instead of them having to go through setting up their workspace they just do the fix in your workspace.
Error monitoring with Sentry
We use it for collecting console dumps when errors on our Clients apps are happening, sometimes when installed and there is no traffic it's hard to understand is it our code not throwing any errors (highly unlikely) or Sentry is not installed properly (highly likely) and below are the ways I found on Stack Overflow
https://stackoverflow.com/questions/47333846/how-do-i-test-that-sentry-is-reporting-errors
DB management tools
Normally we use DBEAVER which is great and free tool, however something more slick for MacOS was tempting and we consider switching to - https://www.beekeeperstudio.io/